Merge "Update volume create documentation"
This commit is contained in:
commit
2dfaf62340
@ -17,13 +17,10 @@ Create new volume
|
|||||||
[--type <volume-type>]
|
[--type <volume-type>]
|
||||||
[--image <image> | --snapshot <snapshot> | --source <volume> ]
|
[--image <image> | --snapshot <snapshot> | --source <volume> ]
|
||||||
[--description <description>]
|
[--description <description>]
|
||||||
[--user <user>]
|
|
||||||
[--project <project>]
|
|
||||||
[--availability-zone <availability-zone>]
|
[--availability-zone <availability-zone>]
|
||||||
[--consistency-group <consistency-group>]
|
[--consistency-group <consistency-group>]
|
||||||
[--property <key=value> [...] ]
|
[--property <key=value> [...] ]
|
||||||
[--hint <key=value> [...] ]
|
[--hint <key=value> [...] ]
|
||||||
[--multi-attach]
|
|
||||||
[--bootable | --non-bootable]
|
[--bootable | --non-bootable]
|
||||||
[--read-only | --read-write]
|
[--read-only | --read-write]
|
||||||
<name>
|
<name>
|
||||||
@ -58,14 +55,6 @@ Create new volume
|
|||||||
|
|
||||||
Volume description
|
Volume description
|
||||||
|
|
||||||
.. option:: --user <user>
|
|
||||||
|
|
||||||
Specify an alternate user (name or ID)
|
|
||||||
|
|
||||||
.. option:: --project <project>
|
|
||||||
|
|
||||||
Specify an alternate project (name or ID)
|
|
||||||
|
|
||||||
.. option:: --availability-zone <availability-zone>
|
.. option:: --availability-zone <availability-zone>
|
||||||
|
|
||||||
Create volume in ``<availability-zone>``
|
Create volume in ``<availability-zone>``
|
||||||
@ -83,10 +72,6 @@ Create new volume
|
|||||||
Arbitrary scheduler hint key-value pairs to help boot an instance
|
Arbitrary scheduler hint key-value pairs to help boot an instance
|
||||||
(repeat option to set multiple hints)
|
(repeat option to set multiple hints)
|
||||||
|
|
||||||
.. option:: --multi-attach
|
|
||||||
|
|
||||||
Allow volume to be attached more than once (default to False)
|
|
||||||
|
|
||||||
.. option:: --bootable
|
.. option:: --bootable
|
||||||
|
|
||||||
Mark volume as bootable
|
Mark volume as bootable
|
||||||
@ -108,10 +93,6 @@ Create new volume
|
|||||||
|
|
||||||
Volume name
|
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
|
volume delete
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user