LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

openstack-volume

manages block storage volumes in OpenStack Cinder

TLDR

List volumes
$ openstack volume list
copy
Create volume
$ openstack volume create --size [10] [volume_name]
copy
Attach volume to server
$ openstack server add volume [server] [volume]
copy
Delete volume
$ openstack volume delete [volume_name]
copy

SYNOPSIS

openstack volume command [options]

DESCRIPTION

openstack volume manages block storage volumes in OpenStack Cinder. Create persistent storage volumes to attach to instances. Part of OpenStack unified CLI.

PARAMETERS

list

List volumes.
create name
Create volume.
delete name
Delete volume.
show name
Show volume details.
--size gb
Volume size in gigabytes.
--image image
Create from image.
--snapshot snapshot
Create from snapshot.
--type type
Volume type.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid