Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 pysphere 获取 scsi 磁盘上的分区信息。谁能告诉我我该怎么做。我是新手。到目前为止,我所知道的是我可以通过以下方式获取磁盘设备:
props = VIProperty(server, host_mor) scsiLuns = props.config.storageDevice.scsiLun
但这只会给我 scsi 设备,而不是其中的分区信息。
谢谢,卡皮尔