ResizeDisk
API to expand the specified cloud disks. For more information, see ResizeDisk.ResizeInstanceDisks
API to expand the specified non-elastic cloud disk. For specific operations, see ResizeInstanceDisks.ls -l /dev/disk/by-id
disk-xxxx
is the ID of a cloud disk. You can use it to view cloud disk details on the CBS console.cmd
in the popup window and press Enter.wmic diskdrive get caption,deviceid,serialnumber
wmic path win32_physicalmedia get SerialNumber,Tag
disk-xxxx
is the ID of a cloud disk. You can use it to view cloud disk details on the CBS console./etc/cloud/cloud.cfg
file contains the growpart
and resizefs
configuration items./
partition to the partition size.ExtendVolumesPlugin
configuration item exists under plugin
in C:\\Program Files\\Cloudbase Solutions\\Cloudbase-Init\\conf\\cloudbase-init.conf
.
Was this page helpful?