调整大小(扩大)vmware vm磁盘大小

时间:2019-07-03 06:34:29

标签: vmware disk

是否有一种方法可以调整磁盘大小,即使用govmomi软件包扩展VM的磁盘大小。 Pyvmomi具有ExtendVirtualDisk(),govmomi中是否存在类似的功能

1 个答案:

答案 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",
}