Closed mikedonleyuoy closed 3 years ago
VMHostStorage DSC Resource was implemented via PR #302. For more information on how to use the new DSC Resource, please visit VMHostStorage DSC Resource wiki.
VMHostIScsiHbaVMKernelNic DSC Resource was implemented via PR #307. For more information on how to use the new DSC Resource, please visit VMHostIScsiHbaVMKernelNic DSC Resource wiki.
Current DSC resources allow the configuration of iSCSI HBA and targets etc, but not enabling the software iSCSI Adapter.
This also need to handle configuring network port binding, which is usually accomplished using esxcli - iscsi.networkportal.add.Invoke($args). This may more sensibly be added to VMHostIScsiHba or VMHostIScsiHbaTarget resources, or created as a separate DSC resource.