Manage storage in public cloud
In public cloud regions, for Amazon, Azure, and Google Cloud Platform, you can work with virtual storage to create volumes to attach to your VM. Privilege: Manage virtual storage elements Volumes of external storage can be persistent and independent of VMs. Volumes are To display all volumes of your tenant, including recently onboarded volumes: The platform will display all volumes from public and private cloud. To display all volumes in the platform in a public cloud region: The platform will display all volumes in the public cloud region. To onboard volumes from a public cloud region and synchronize existing volumes, To display all volumes in a virtual datacenter: Notes: API Documentation For the Abiquo API documentation of this feature, see Abiquo API Resources and the page for this resource VolumesResource. To create a new storage volume: Create a storage volume in Amazon Create a storage volume in Google Cloud Platform For more details see GUI Create volume Storage Public After you create the volume, to attach it to a VM To modify a storage volume in public cloud: 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: You can move volumes between virtual datacenters if they are not attached to a VM. The source and destination virtual datacenters must belong to the same public cloud region and cloud tenant. To change the virtual datacenter of a volume: You can move volumes to the public cloud region if they are not attached to a VM. This means that they will be available to move to all virtual datacenters in the public cloud region in the same tenant. To move a volume to the public cloud region: You can delete or remove volumes that are NOT attached to a VM. To delete a volume: When you delete a storage volume in public cloud, it will be deleted in the public cloud region and all the data on the volume will be destroyed.View and onboard storage volumes in public cloud
Create a storage volume in public cloud
Modify a storage volume in public cloud
$ 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
Move a storage volume to another virtual datacenter in public cloud
Move a storage volume to the public cloud region
Delete a storage volume in public cloud
Related pages
- Work with VMs
- Administer virtual resources
- Configure datacenter storage, seeĀ Storage
Copyright Ā© 2006-2022, Abiquo Holdings SL. All rights reserved