Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

A volume is a detachable block storage device, similar to a USB hard drive. You can attach a volume to only one instance. Use the openstack client commands or the Web Interface to create and manage volumes.

Creating volume

Web Interface

1.

Log-in to the STFC cloud (https://openstack.stfc.ac.uk/)


2.

In the Web Interface, Go to Volumes -> Volumes

3.

Click on Create Volume

4.

Choose a name and size (in GiB)

5.

After creation, you will see the volume in the list


Command-Line

Refer to Using OpenStack Command-line Interface

Steps

Create simple volume

Run the following command in a OpenStack 

openstack volume create --size <size-in-GiB> <name>









  • No labels