0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)Python972 star (972 star)914 fork (914 fork)batch import
help wantedsample request
描述
- Demonstrate how to connect an ESXi host to an iSCSI device.
- Demonstrate connecting a virtual machine to a VMDK on the iSCI device.
- Demonstrate connecting a VM to an iSCI device.
- 议题类型
- feature
- 研究方向
- This issue requests a sample script to connect an ESXi host to an iSCSI device and attach a VMDK to a VM. The pyVmomi library has host storage management APIs (e.g., HostStorageSystem) that can be used to configure iSCSI adapters and discover targets. Existing samples in the repository (e.g., other storage related ones) may provide patterns. A contributor should explore the pyVmomi documentation for HostStorageSystem methods like AddInternetScsiSendTargets, RescanAllHba, and methods to attach a virtual disk. The deliverable is a standalone Python script demonstrating the flow.