Modify a storage volume in public cloud
To modify a storage volume in public cloud:
- Go to Virtual datacenters → Volumes
- Select the volume and click the edit button
If the volume is attached to a deployed VM, you can also edit its size in Azure, AWS, and GCP, and its tier in Azure and AWS. To make changes to volumes in Azure, the VM must be in the "deallocated" state.
Modify a storage volume from the Volumes tab
AWS
Azure
For more details see GUI Edit volume Storage Public
Using Expanded Disks
Expanding a disk can damage the data or operating system installed on the disk. You may need to apply additional operating system tools or processes before you can use an expanded disk, for example, resizing partitions and filesystems.
After resizing a disk, remember to resize the partitions and filesystems. For example, with the Linux ext3 filesystem, you can execute the following commands when logged into a shell on the VM:
$ umount /dev/xxx (/dev/xxx is the partition of the resized volume, inside the VM) $ parted /dev/xxx # resize Y start end (Y is the partition number, and start/end of the partition varies in each case) $ resize2fs /dev/sdx
Copyright © 2006-2022, Abiquo Holdings SL. All rights reserved