ONTAP Tools for VMware ( OTV ) 9.8 は、 vSphere 7.0 で iSCSI データストアのプロビジョニングに失敗します
環境
- VMware 向け ONTAP ツール( OTV )
- VMware vSphere 7.0 以降
問題
- OTV が vSphere 7.0 以降で iSCSI データストアのプロビジョニングに失敗する
- vCenter で最近のタスクに関する次のエラーメッセージが報告される:
“Unable to create or mount the iSCSI datastore. Verify that the LUN configuration is correct or add the network of the VMkernel interface(s) you want to use to mount to the default.allow.iscsi.mount.networks property in the kaminoprefs.xml preferences file.”
- OTV ログには、次の例外が示されます
2021-03-24 05:13:34,253Z (host-1038) DEBUG [EsxHostTaskManager] - handleCommands: CommandRequest:
getCommand: SCAN_ISCSI
getTimeOfRequest: 1616562814246
2021 -03-24 05 : 13 : 34 、 253Z (ホスト -1038 )デバッグ[EssxHostTaskManager]- ホストの再接続ホストを入力してください
2021-03-24 05:13:34,253Z (host-1038) DEBUG [EsxHostTaskManager] - Enter getScsiLuns scanFirst = true
2021-03-24 05:13:34,282Z (host-1038) TRACE [EsxHostTaskManager] - HostHostBusAdapter was not FCP or ISCSI : vmw_ahci
2021-03-24 05:13:34,282Z (host-1038) TRACE [EsxHostTaskManager] - HostHostBusAdapter was not FCP or ISCSI : vmw_ahci
2021-03-24 05:13:34,282Z (host-1038) FATAL [EsxHostTaskManager] - host-1038 caught null handleCommands encountered an exception - null.
java.lang.NullPointerException
at com.netapp.kamino.server.duplicator.EsxHostTaskManager.hostScanHBAs(EsxHostTaskManager.java:2243)
at com.netapp.kamino.server.duplicator.EsxHostTaskManager.getScsiLuns(EsxHostTaskManager.java:2193)
at com.netapp.kamino.server.duplicator.EsxHostTaskManager.hostRescanHBAs(EsxHostTaskManager.java:2161)
at com.netapp.kamino.server.duplicator.EsxHostTaskManager.handleCommands(EsxHostTaskManager.java:456)
at com.netapp.kamino.server.duplicator.EsxHostTaskManager.justCommands(EsxHostTaskManager.java:299)
at com.netapp.kamino.server.duplicator.EsxHostTaskManager.run(EsxHostTaskManager.java:279)