volume type¶
Block Storage v1, v2, v3
volume type create¶
Create new volume type
openstack volume type create
[--description <description>]
[--public | --private]
[--property <key=value>]
[--project <project>]
[--encryption-provider <provider>]
[--encryption-cipher <cipher>]
[--encryption-key-size <key-size>]
[--encryption-control-location <control-location>]
[--project-domain <project-domain>]
<name>
-
--description
<description>
¶ Volume type description
-
--public
¶
Volume type is accessible to the public
-
--private
¶
Volume type is not accessible to the public
-
--property
<key=value>
¶ Set a property on this volume type (repeat option to set multiple properties)
-
--project
<project>
¶ Allow <project> to access private type (name or ID) (Must be used with –private option)
-
--encryption-provider
<provider>
¶ Set the encryption provider format for this volume type (e.g “luks” or “plain”) (admin only) (This option is required when setting encryption type of a volume. Consider using other encryption options such as: “–encryption-cipher”, “–encryption-key-size” and “–encryption-control-location”)
-
--encryption-cipher
<cipher>
¶ Set the encryption algorithm or mode for this volume type (e.g “aes-xts-plain64”) (admin only)
-
--encryption-key-size
<key-size>
¶ Set the size of the encryption key of this volume type (e.g “128” or “256”) (admin only)
-
--encryption-control-location
<control-location>
¶ Set the notional service where the encryption is performed (“front-end” or “back-end”) (admin only) (The default value for this option is “front-end” when setting encryption type of a volume. Consider using other encryption options such as: “–encryption-cipher”, “–encryption-key-size” and “–encryption-provider”)
-
--project-domain
<project-domain>
¶ Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
name
¶
Volume type name
volume type delete¶
Delete volume type(s)
openstack volume type delete <volume-type> [<volume-type> ...]
-
volume-type
¶
Volume type(s) to delete (name or ID)
volume type list¶
List volume types
openstack volume type list
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--long]
[--default | --public | --private]
[--encryption-type]
-
--sort-column
SORT_COLUMN
¶ specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
-
--sort-ascending
¶
sort the column(s) in ascending order
-
--sort-descending
¶
sort the column(s) in descending order
-
--long
¶
List additional fields in output
-
--default
¶
List the default volume type
-
--public
¶
List only public types
-
--private
¶
List only private types (admin only)
-
--encryption-type
¶
Display encryption information for each volume type (admin only)
volume type set¶
Set volume type properties
openstack volume type set
[--name <name>]
[--description <description>]
[--property <key=value>]
[--project <project>]
[--public | --private]
[--project-domain <project-domain>]
[--encryption-provider <provider>]
[--encryption-cipher <cipher>]
[--encryption-key-size <key-size>]
[--encryption-control-location <control-location>]
<volume-type>
-
--name
<name>
¶ Set volume type name
-
--description
<description>
¶ Set volume type description
-
--property
<key=value>
¶ Set a property on this volume type (repeat option to set multiple properties)
-
--project
<project>
¶ Set volume type access to project (name or ID) (admin only)
-
--public
¶
Volume type is accessible to the public
-
--private
¶
Volume type is not accessible to the public
-
--project-domain
<project-domain>
¶ Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--encryption-provider
<provider>
¶ Set the encryption provider format for this volume type (e.g “luks” or “plain”) (admin only) (This option is required when setting encryption type of a volume for the first time. Consider using other encryption options such as: “–encryption-cipher”, “–encryption-key-size” and “–encryption-control-location”)
-
--encryption-cipher
<cipher>
¶ Set the encryption algorithm or mode for this volume type (e.g “aes-xts-plain64”) (admin only)
-
--encryption-key-size
<key-size>
¶ Set the size of the encryption key of this volume type (e.g “128” or “256”) (admin only)
-
--encryption-control-location
<control-location>
¶ Set the notional service where the encryption is performed (“front-end” or “back-end”) (admin only) (The default value for this option is “front-end” when setting encryption type of a volume for the first time. Consider using other encryption options such as: “–encryption-cipher”, “–encryption-key-size” and “–encryption-provider”)
-
volume-type
¶
Volume type to modify (name or ID)
volume type show¶
Display volume type details
openstack volume type show [--encryption-type] <volume-type>
-
--encryption-type
¶
Display encryption information of this volume type (admin only)
-
volume-type
¶
Volume type to display (name or ID)
volume type unset¶
Unset volume type properties
openstack volume type unset
[--property <key>]
[--project <project>]
[--project-domain <project-domain>]
[--encryption-type]
<volume-type>
-
--property
<key>
¶ Remove a property from this volume type (repeat option to remove multiple properties)
-
--project
<project>
¶ Removes volume type access to project (name or ID) (admin only)
-
--project-domain
<project-domain>
¶ Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--encryption-type
¶
Remove the encryption type for this volume type (admin only)
-
volume-type
¶
Volume type to modify (name or ID)