...
To display external storage volumes, go to Virtual datacenters → Volumes
Creating a volume of managed storage
...
Code Block |
---|
$ 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 |
...
Moving volumes between virtual datacenters
...
Expand | ||
---|---|---|
| ||
...
Deleting a volume
Notes about deleting volumes:
...
The Non-persistent approach: Abiquo provisions the VM and copies a standard disk to the cloud node or creates a new hard disk on the datastore. When the user undeploys the VM, the data on the standard disk will be overwritten. This is the default process in the Abiquo platform.
The Persistent approach: Abiquo provisions the VM and the persistent disk is located on external storage. When the user undeploys the virtual appliance, the VM data is kept on the volume of external storage.
...