====== volume ====== Block Storage v1, v2 volume create ------------- Create new volume .. program:: volume create .. code:: bash os volume create --size [--snapshot ] [--description ] [--type ] [--user ] [--project ] [--availability-zone ] [--image ] [--source ] [--property [...] ] .. option:: --size (required) New volume size in GB .. option:: --snapshot Use as source of new volume .. option:: --description New volume description .. option:: --type Use as the new volume type .. option:: --user Specify an alternate user (name or ID) .. option:: --project Specify an alternate project (name or ID) .. option:: --availability-zone Create new volume in .. option:: --image Use as source of new volume (name or ID) .. option:: --source Volume to clone (name or ID) .. option:: --property Set a property on this volume (repeat option to set multiple properties) .. describe:: New volume name The :option:`--project` and :option:`--user` options are typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user. volume delete ------------- Delete volume(s) .. program:: volume delete .. code:: bash os volume delete [--force] [ ...] .. option:: --force Attempt forced removal of volume(s), regardless of state (defaults to False) .. describe:: Volume(s) to delete (name or ID) volume list ----------- List volumes .. program:: volume list .. code:: bash os volume list [--all-projects] [--project [--project-domain ]] [--user [--user-domain ]] [--name ] [--status ] [--long] .. option:: --project Filter results by project (name or ID) (admin only) *Volume version 2 only* .. option:: --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. *Volume version 2 only* .. option:: --user Filter results by user (name or ID) (admin only) *Volume version 2 only* .. option:: --user-domain Domain the user belongs to (name or ID). This can be used in case collisions between user names exist. *Volume version 2 only* .. option:: --name Filter results by volume name .. option:: --status Filter results by status .. option:: --all-projects Include all projects (admin only) .. option:: --long List additional fields in output volume set ---------- Set volume properties .. program:: volume set .. code:: bash os volume set [--name ] [--description ] [--size ] [--property [...] ] .. option:: --name New volume name .. option:: --description New volume description .. option:: --size Extend volume size in GB .. option:: --property Property to add or modify for this volume (repeat option to set multiple properties) .. describe:: Volume to modify (name or ID) volume show ----------- Show volume details .. program:: volume show .. code:: bash os volume show .. describe:: Volume to display (name or ID) volume unset ------------ Unset volume properties .. program:: volume unset .. code:: bash os volume unset [--property ] .. option:: --property Property to remove from volume (repeat option to remove multiple properties) .. describe:: Volume to modify (name or ID)