이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 21. consistency
This chapter describes the commands under the consistency
command.
21.1. consistency group add volume 링크 복사링크가 클립보드에 복사되었습니다!
Add volume(s) to consistency group
Usage:
openstack consistency group add volume [-h] <consistency-group> <volume> [<volume> ...]
openstack consistency group add volume [-h]
<consistency-group> <volume>
[<volume> ...]
Value | Summary |
---|---|
<consistency-group> | Consistency group to contain <volume> (name or id) |
<volume> | Volume(s) to add to <consistency-group> (name or id) (repeat option to add multiple volumes) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
21.2. consistency group create 링크 복사링크가 클립보드에 복사되었습니다!
Create new consistency group.
Usage:
Value | Summary |
---|---|
<name> | Name of new consistency group (default to none) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--volume-type <volume-type> | Volume type of this consistency group (name or id) |
--consistency-group-source <consistency-group> | Existing consistency group (name or id) |
--consistency-group-snapshot <consistency-group-snapshot> | Existing consistency group snapshot (name or id) |
--description <description> | Description of this consistency group |
--availability-zone <availability-zone> | Availability zone for this consistency group (not available if creating consistency group from source) |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
21.3. consistency group delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete consistency group(s).
Usage:
openstack consistency group delete [-h] [--force] <consistency-group> [<consistency-group> ...]
openstack consistency group delete [-h] [--force]
<consistency-group>
[<consistency-group> ...]
Value | Summary |
---|---|
<consistency-group> | Consistency group(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--force | Allow delete in state other than error or available |
21.4. consistency group list 링크 복사링크가 클립보드에 복사되었습니다!
List consistency groups.
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--all-projects | Show details for all projects. admin only. (defaults to False) |
--long | List additional fields in output |
Value | Summary |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
--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 |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
21.5. consistency group remove volume 링크 복사링크가 클립보드에 복사되었습니다!
Remove volume(s) from consistency group
Usage:
openstack consistency group remove volume [-h] <consistency-group> <volume> [<volume> ...]
openstack consistency group remove volume [-h]
<consistency-group> <volume>
[<volume> ...]
Value | Summary |
---|---|
<consistency-group> | Consistency group containing <volume> (name or id) |
<volume> | Volume(s) to remove from <consistency-group> (name or ID) (repeat option to remove multiple volumes) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
21.6. consistency group set 링크 복사링크가 클립보드에 복사되었습니다!
Set consistency group properties
Usage:
openstack consistency group set [-h] [--name <name>] [--description <description>] <consistency-group>
openstack consistency group set [-h] [--name <name>]
[--description <description>]
<consistency-group>
Value | Summary |
---|---|
<consistency-group> | Consistency group to modify (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--name <name> | New consistency group name |
--description <description> | New consistency group description |
21.7. consistency group show 링크 복사링크가 클립보드에 복사되었습니다!
Display consistency group details.
Usage:
Value | Summary |
---|---|
<consistency-group> | Consistency group to display (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
21.8. consistency group snapshot create 링크 복사링크가 클립보드에 복사되었습니다!
Create new consistency group snapshot.
Usage:
Value | Summary |
---|---|
<snapshot-name> | Name of new consistency group snapshot (default to None) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--consistency-group <consistency-group> | Consistency group to snapshot (name or id) (default to be the same as <snapshot-name>) |
--description <description> | Description of this consistency group snapshot |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
21.9. consistency group snapshot delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete consistency group snapshot(s).
Usage:
openstack consistency group snapshot delete [-h] <consistency-group-snapshot> [<consistency-group-snapshot> ...]
openstack consistency group snapshot delete [-h]
<consistency-group-snapshot>
[<consistency-group-snapshot> ...]
Value | Summary |
---|---|
<consistency-group-snapshot> | Consistency group snapshot(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
21.10. consistency group snapshot list 링크 복사링크가 클립보드에 복사되었습니다!
List consistency group snapshots.
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--all-projects | Show detail for all projects (admin only) (defaults to False) |
--long | List additional fields in output |
--status <status> | Filters results by a status ("available", "error", "creating", "deleting" or "error_deleting") |
--consistency-group <consistency-group> | Filters results by a consistency group (name or id) |
Value | Summary |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
--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 |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
21.11. consistency group snapshot show 링크 복사링크가 클립보드에 복사되었습니다!
Display consistency group snapshot details
Usage:
Value | Summary |
---|---|
<consistency-group-snapshot> | Consistency group snapshot to display (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |