Update CLI reference for python-manilaclient 1.4.0
Change-Id: Ia51c86448c5bb4e91f572ba3f03ddf66545e7c6b
This commit is contained in:
parent
261a2500cf
commit
7201579fe3
@ -15,7 +15,7 @@
|
||||
interface (CLI) for the Shared file systems API and its extensions.
|
||||
|
||||
This chapter documents <command>manila</command> version
|
||||
<literal>1.3.0</literal>.
|
||||
<literal>1.4.0</literal>.
|
||||
</para>
|
||||
|
||||
<para>For help on a specific <command>manila</command>
|
||||
@ -78,6 +78,110 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-create</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Creates a new consistency group.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-delete</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Remove one or more consistency groups.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List consistency groups with filters.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-reset-state</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Explicitly update the state of a consistency group.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-show</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show details about a consistency group.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-snapshot-create</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Creates a new consistency group.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-snapshot-delete</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Remove one or more consistency group snapshots.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-snapshot-list</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
List consistency group snapshots with filters.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-snapshot-members</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Get member details for a consistency group snapshot.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-snapshot-reset-state</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Explicitly update the state of a consistency group.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-snapshot-show</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show details about a consistency group snapshot.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-snapshot-update</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Update a consistency group snapshot.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>cg-update</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Update a consistency group.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>create</command></term>
|
||||
<listitem>
|
||||
@ -180,6 +284,7 @@
|
||||
<term><command>migrate</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Migrates share to a new host.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@ -856,6 +961,442 @@ Show access list for share.
|
||||
Display the API version information.
|
||||
</para>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-create">
|
||||
<title>manila cg-create</title>
|
||||
<screen><computeroutput>usage: manila cg-create [--name <name>] [--description <description>]
|
||||
[--share-types <share_types>]
|
||||
[--share-network <share_network>]
|
||||
[--source-cgsnapshot-id <source_cgsnapshot_id>]</computeroutput></screen>
|
||||
<para>
|
||||
Creates a new consistency group.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--name <name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional consistency group name. (Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--description <description></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional consistency group description. (Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--share-types <share_types>, --share_types <share_types></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional list of share types. (Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--share-network <share_network>, --share_network <share_network></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify share-network name or id.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--source-cgsnapshot-id <source_cgsnapshot_id>, --source_cgsnapshot_id <source_cgsnapshot_id></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional snapshot ID to create the share from.
|
||||
(Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-delete">
|
||||
<title>manila cg-delete</title>
|
||||
<screen><computeroutput>usage: manila cg-delete [--force]
|
||||
<consistency_group> [<consistency_group> ...]</computeroutput></screen>
|
||||
<para>
|
||||
Remove one or more consistency groups.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><consistency_group></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group(s).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--force</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Attempt to force delete the consistency group
|
||||
(Default=False).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-list">
|
||||
<title>manila cg-list</title>
|
||||
<screen><computeroutput>usage: manila cg-list [--all-tenants [<0|1>]] [--limit <limit>]
|
||||
[--offset <offset>]</computeroutput></screen>
|
||||
<para>
|
||||
List consistency groups with filters.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--all-tenants [<0|1>]</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Display information from all tenants (Admin only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--limit <limit></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Maximum number of consistency groups to return.
|
||||
(Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--offset <offset></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Start position of consistency group listing.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-reset-state">
|
||||
<title>manila cg-reset-state</title>
|
||||
<screen><computeroutput>usage: manila cg-reset-state [--state <state>] <consistency_group></computeroutput></screen>
|
||||
<para>
|
||||
Explicitly update the state of a consistency group.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><consistency_group></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group state to modify.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--state <state></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Indicate which state to assign the consistency group.
|
||||
Options include available, error, creating, deleting,
|
||||
error_deleting. If no state is provided, available will
|
||||
be used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-show">
|
||||
<title>manila cg-show</title>
|
||||
<screen><computeroutput>usage: manila cg-show <consistency_group></computeroutput></screen>
|
||||
<para>
|
||||
Show details about a consistency group.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><consistency_group></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-snapshot-create">
|
||||
<title>manila cg-snapshot-create</title>
|
||||
<screen><computeroutput>usage: manila cg-snapshot-create [--name <name>] [--description <description>]
|
||||
<consistency_group></computeroutput></screen>
|
||||
<para>
|
||||
Creates a new consistency group.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><consistency_group></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--name <name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional consistency group snapshot name.
|
||||
(Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--description <description></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional consistency group snapshot description.
|
||||
(Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-snapshot-delete">
|
||||
<title>manila cg-snapshot-delete</title>
|
||||
<screen><computeroutput>usage: manila cg-snapshot-delete [--force] <cg_snapshot> [<cg_snapshot> ...]</computeroutput></screen>
|
||||
<para>
|
||||
Remove one or more consistency group snapshots.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><cg_snapshot></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group snapshot.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--force</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Attempt to force delete the cg snapshot(s) (Default=False).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-snapshot-list">
|
||||
<title>manila cg-snapshot-list</title>
|
||||
<screen><computeroutput>usage: manila cg-snapshot-list [--all-tenants [<0|1>]] [--limit <limit>]
|
||||
[--offset <offset>] [--detailed DETAILED]</computeroutput></screen>
|
||||
<para>
|
||||
List consistency group snapshots with filters.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--all-tenants [<0|1>]</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Display information from all tenants (Admin only).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--limit <limit></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Maximum number of consistency group snapshots to
|
||||
return.(Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--offset <offset></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Start position of consistency group snapshot listing.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--detailed DETAILED</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Show detailed information about snapshots.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-snapshot-members">
|
||||
<title>manila cg-snapshot-members</title>
|
||||
<screen><computeroutput>usage: manila cg-snapshot-members [--limit <limit>] [--offset <offset>]
|
||||
<cg_snapshot></computeroutput></screen>
|
||||
<para>
|
||||
Get member details for a consistency group snapshot.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><cg_snapshot></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group snapshot.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--limit <limit></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Maximum number of shares to return. (Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--offset <offset></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Start position of security services listing.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-snapshot-reset-state">
|
||||
<title>manila cg-snapshot-reset-state</title>
|
||||
<screen><computeroutput>usage: manila cg-snapshot-reset-state [--state <state>] <cg_snapshot></computeroutput></screen>
|
||||
<para>
|
||||
Explicitly update the state of a consistency group.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><cg_snapshot></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group snapshot.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--state <state></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Indicate which state to assign the consistency group.
|
||||
Options include available, error, creating, deleting,
|
||||
error_deleting. If no state is provided, available will be
|
||||
used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-snapshot-show">
|
||||
<title>manila cg-snapshot-show</title>
|
||||
<screen><computeroutput>usage: manila cg-snapshot-show <cg_snapshot></computeroutput></screen>
|
||||
<para>
|
||||
Show details about a consistency group snapshot.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><cg_snapshot></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group snapshot.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-snapshot-update">
|
||||
<title>manila cg-snapshot-update</title>
|
||||
<screen><computeroutput>usage: manila cg-snapshot-update [--name <name>] [--description <description>]
|
||||
<cg_snapshot></computeroutput></screen>
|
||||
<para>
|
||||
Update a consistency group snapshot.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><cg_snapshot></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the cg snapshot to update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--name <name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional new name for the cg snapshot. (Default=None
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--description <description></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional cg snapshot description. (Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_cg-update">
|
||||
<title>manila cg-update</title>
|
||||
<screen><computeroutput>usage: manila cg-update [--name <name>] [--description <description>]
|
||||
<consistency_group></computeroutput></screen>
|
||||
<para>
|
||||
Update a consistency group.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command><consistency_group></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Name or ID of the consistency group to update.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--name <name></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional new name for the consistency group.
|
||||
(Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--description <description></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional consistency group description. (Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_create">
|
||||
<title>manila create</title>
|
||||
<screen><computeroutput>usage: manila create [--snapshot-id <snapshot-id>] [--name <name>]
|
||||
@ -863,6 +1404,7 @@ Display the API version information.
|
||||
[--share-network <network-info>]
|
||||
[--description <description>] [--share-type <share-type>]
|
||||
[--public] [--availability-zone <availability-zone>]
|
||||
[--consistency-group <consistency-group>]
|
||||
<share_protocol> <size></computeroutput></screen>
|
||||
<para>
|
||||
Creates a new share (NFS, CIFS, GlusterFS or HDFS).
|
||||
@ -954,6 +1496,15 @@ Creates a new share (NFS, CIFS, GlusterFS or HDFS).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--consistency-group <consistency-group>, --consistency_group <consistency-group>, --cg <consistency-group></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional consistency group name or ID in which to
|
||||
create the share. (Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_credentials">
|
||||
@ -965,7 +1516,8 @@ Show user credentials returned from auth.
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_delete">
|
||||
<title>manila delete</title>
|
||||
<screen><computeroutput>usage: manila delete <share> [<share> ...]</computeroutput></screen>
|
||||
<screen><computeroutput>usage: manila delete [--consistency-group <consistency-group>]
|
||||
<share> [<share> ...]</computeroutput></screen>
|
||||
<para>
|
||||
Remove one or more shares.
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -978,6 +1530,18 @@ Remove one or more shares.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<variablelist wordsize="10">
|
||||
<title>Optional arguments</title>
|
||||
<varlistentry>
|
||||
<term><command>--consistency-group <consistency-group>, --consistency_group <consistency-group>, --cg <consistency-group></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Optional consistency group name or ID which contains
|
||||
the share. (Default=None)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_endpoints">
|
||||
@ -1046,7 +1610,8 @@ Attempt force-delete of share, regardless of state.
|
||||
[--offset <offset>] [--sort-key <sort_key>]
|
||||
[--sort-dir <sort_dir>] [--snapshot <snapshot>]
|
||||
[--host <host>] [--share-network <share_network>]
|
||||
[--project-id <project_id>] [--public]</computeroutput></screen>
|
||||
[--project-id <project_id>] [--public]
|
||||
[--consistency-group <consistency_group>]</computeroutput></screen>
|
||||
<para>
|
||||
List NAS shares with filters.
|
||||
</para> <variablelist wordsize="10">
|
||||
@ -1194,6 +1759,14 @@ List NAS shares with filters.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><command>--consistency-group <consistency_group>, --consistency_group <consistency_group>, --cg <consistency_group></command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Filter results by consistency group name or ID.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
<section xml:id="manilaclient_subcommand_list-extensions">
|
||||
@ -1356,6 +1929,7 @@ Update all metadata of a share.
|
||||
<title>manila migrate</title>
|
||||
<screen><computeroutput>usage: manila migrate [--force-host-copy <True|False>] <share> <host#pool></computeroutput></screen>
|
||||
<para>
|
||||
Migrates share to a new host.
|
||||
</para> <variablelist wordsize="10">
|
||||
<title>Positional arguments</title>
|
||||
<varlistentry>
|
||||
@ -2795,8 +3369,7 @@ List all the snapshots.
|
||||
<para>
|
||||
Key to be sorted, available keys are ('id', 'status',
|
||||
'size', 'share_id', 'user_id', 'project_id',
|
||||
'progress', 'name', 'display_name'). OPTIONAL:
|
||||
Default=None.
|
||||
'progress', 'name', 'display_name'). Default=None.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user