Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Removed#

Image Removed

Image Removed

Image RemovedA 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

Image Added

3.

Click on Create Volume

Image Added

4.

Choose a name and size (in GiB)

Image Added

5.

After creation, you will see the volume in the list

Image Added


Command-Line

Pre-requisite

Steps

Create simple volume

Run the following command in a OpenStack 

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