是否有一种方法可以调整磁盘大小,即使用govmomi软件包扩展VM的磁盘大小。 Pyvmomi具有ExtendVirtualDisk(),govmomi中是否存在类似的功能
答案 0 :(得分:0)
govmomi也存在相同的方法,请参见第1790行:https://github.com/vmware/govmomi/blob/master/simulator/esx/task_manager.go
&types.ElementDescription{
Description: types.Description{
Label: "Extend virtual disk",
Summary: "Expand the capacity of a virtual disk to the new capacity",
},
Key: "VirtualDiskManager.extendVirtualDisk",
}