Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

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

...

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

...

In the Web Interface, Go to Volumes -> Volumes

Image Removed

...

Click on Create Volume

Image Removed

...

Choose a name and size (in GiB)

Image Removed

...

After creation, you will see the volume in the list

Image Removed

Command-Line

Refer to Using OpenStack Command-line Interface

Steps

Create simple volume

Run the following command in a OpenStack 

Code Block
themeEmacs
openstack volume create --size <size-in-GiB> <name>

Image Removed

Image Removed

Image Removed

Image Removed

Image Removed

Image RemovedYou can also snapshot a volume to act as a backup or template for creating new volumes.