41ea103e89
Regenerate file with python-novaclient 2.17.0 release. Regenerate all other cli files with updated openstack-auto-commands version that fixes a bug in the help output. Change-Id: Iaa0afa09133fda3e6c6899aede670ae45afc1fc9
2400 lines
70 KiB
XML
2400 lines
70 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="cinderclient_commands">
|
|
|
|
<!-- This file is automatically generated, do not edit -->
|
|
|
|
<?dbhtml stop-chunking?>
|
|
|
|
<title>Block Storage command-line client</title>
|
|
<para>The <command>cinder</command> client is the command-line interface
|
|
(CLI) for the OpenStack Block Storage API and its extensions. This chapter documents
|
|
<command>cinder</command> version 1.0.8.
|
|
</para>
|
|
<para>For help on a specific <command>cinder</command>
|
|
command, enter:
|
|
</para>
|
|
<screen><prompt>$</prompt> <userinput><command>cinder</command> <option>help</option> <replaceable>COMMAND</replaceable></userinput></screen>
|
|
|
|
<section xml:id="cinderclient_command_usage">
|
|
<title>cinder usage</title>
|
|
<screen><computeroutput>usage: cinder [--version] [--debug] [--os-username <auth-user-name>]
|
|
[--os-password <auth-password>]
|
|
[--os-tenant-name <auth-tenant-name>]
|
|
[--os-tenant-id <auth-tenant-id>] [--os-auth-url <auth-url>]
|
|
[--os-region-name <region-name>] [--service-type <service-type>]
|
|
[--service-name <service-name>]
|
|
[--volume-service-name <volume-service-name>]
|
|
[--endpoint-type <endpoint-type>]
|
|
[--os-volume-api-version <volume-api-ver>]
|
|
[--os-cacert <ca-certificate>] [--retries <retries>]
|
|
<subcommand> ...
|
|
</computeroutput></screen>
|
|
<variablelist wordsize="10">
|
|
<title>Subcommands</title>
|
|
<varlistentry>
|
|
<term><command>absolute-limits</command></term>
|
|
<listitem>
|
|
<para>
|
|
Print a list of absolute limits for a user
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>availability-zone-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
List all the availability zones.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>backup-create</command></term>
|
|
<listitem>
|
|
<para>
|
|
Creates a backup.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>backup-delete</command></term>
|
|
<listitem>
|
|
<para>
|
|
Remove a backup.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>backup-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
List all the backups.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>backup-restore</command></term>
|
|
<listitem>
|
|
<para>
|
|
Restore a backup.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>backup-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
Show details about a backup.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>create</command></term>
|
|
<listitem>
|
|
<para>
|
|
Add a new volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>credentials</command></term>
|
|
<listitem>
|
|
<para>
|
|
Show user credentials returned from auth.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>delete</command></term>
|
|
<listitem>
|
|
<para>
|
|
Remove volume(s).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>encryption-type-create</command></term>
|
|
<listitem>
|
|
<para>
|
|
Create a new encryption type for a volume type (Admin
|
|
Only).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>encryption-type-delete</command></term>
|
|
<listitem>
|
|
<para>
|
|
Delete the encryption type for a volume type (Admin
|
|
Only).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>encryption-type-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
List encryption type information for all volume types
|
|
(Admin Only).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>encryption-type-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
Show the encryption type information for a volume type
|
|
(Admin Only).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>endpoints</command></term>
|
|
<listitem>
|
|
<para>
|
|
Discover endpoints that get returned from the
|
|
authenticate services.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>extend</command></term>
|
|
<listitem>
|
|
<para>
|
|
Attempt to extend the size of an existing volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>extra-specs-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
Print a list of current 'volume types and extra specs'
|
|
(Admin Only).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>force-delete</command></term>
|
|
<listitem>
|
|
<para>
|
|
Attempt forced removal of volume(s), regardless of the
|
|
state(s).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>list</command></term>
|
|
<listitem>
|
|
<para>
|
|
List all the volumes.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>metadata</command></term>
|
|
<listitem>
|
|
<para>
|
|
Set or Delete metadata on a volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>metadata-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
Show metadata of given volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>metadata-update-all</command></term>
|
|
<listitem>
|
|
<para>
|
|
Update all metadata of a volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>migrate</command></term>
|
|
<listitem>
|
|
<para>
|
|
Migrate the volume to the new host.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-associate</command></term>
|
|
<listitem>
|
|
<para>
|
|
Associate qos specs with specific volume type.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-create</command></term>
|
|
<listitem>
|
|
<para>
|
|
Create a new qos specs.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-delete</command></term>
|
|
<listitem>
|
|
<para>
|
|
Delete a specific qos specs.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-disassociate</command></term>
|
|
<listitem>
|
|
<para>
|
|
Disassociate qos specs from specific volume type.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-disassociate-all</command></term>
|
|
<listitem>
|
|
<para>
|
|
Disassociate qos specs from all of its associations.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-get-association</command></term>
|
|
<listitem>
|
|
<para>
|
|
Get all associations of specific qos specs.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-key</command></term>
|
|
<listitem>
|
|
<para>
|
|
Set or unset specifications for a qos spec.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
Get full list of qos specs.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>qos-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
Get a specific qos specs.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>quota-class-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
List the quotas for a quota class.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>quota-class-update</command></term>
|
|
<listitem>
|
|
<para>
|
|
Update the quotas for a quota class.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>quota-defaults</command></term>
|
|
<listitem>
|
|
<para>
|
|
List the default quotas for a tenant.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>quota-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
List the quotas for a tenant.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>quota-update</command></term>
|
|
<listitem>
|
|
<para>
|
|
Update the quotas for a tenant.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>quota-usage</command></term>
|
|
<listitem>
|
|
<para>
|
|
List the quota usage for a tenant.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>rate-limits</command></term>
|
|
<listitem>
|
|
<para>
|
|
Print a list of rate limits for a user
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>readonly-mode-update</command></term>
|
|
<listitem>
|
|
<para>
|
|
Update volume read-only access mode read_only.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>rename</command></term>
|
|
<listitem>
|
|
<para>
|
|
Rename a volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>reset-state</command></term>
|
|
<listitem>
|
|
<para>
|
|
Explicitly update the state of a volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>service-disable</command></term>
|
|
<listitem>
|
|
<para>
|
|
Disable the service.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>service-enable</command></term>
|
|
<listitem>
|
|
<para>
|
|
Enable the service.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>service-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
List all the services. Filter by host & service
|
|
binary.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>show</command></term>
|
|
<listitem>
|
|
<para>
|
|
Show details about a volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-create</command></term>
|
|
<listitem>
|
|
<para>
|
|
Add a new snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-delete</command></term>
|
|
<listitem>
|
|
<para>
|
|
Remove a snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
List all the snapshots.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-metadata</command></term>
|
|
<listitem>
|
|
<para>
|
|
Set or Delete metadata of a snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-metadata-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
Show metadata of given snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-metadata-update-all</command></term>
|
|
<listitem>
|
|
<para>
|
|
Update all metadata of a snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-rename</command></term>
|
|
<listitem>
|
|
<para>
|
|
Rename a snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-reset-state</command></term>
|
|
<listitem>
|
|
<para>
|
|
Explicitly update the state of a snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>snapshot-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
Show details about a snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>transfer-accept</command></term>
|
|
<listitem>
|
|
<para>
|
|
Accepts a volume transfer.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>transfer-create</command></term>
|
|
<listitem>
|
|
<para>
|
|
Creates a volume transfer.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>transfer-delete</command></term>
|
|
<listitem>
|
|
<para>
|
|
Undo a transfer.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>transfer-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
List all the transfers.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>transfer-show</command></term>
|
|
<listitem>
|
|
<para>
|
|
Show details about a transfer.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>type-create</command></term>
|
|
<listitem>
|
|
<para>
|
|
Create a new volume type.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>type-delete</command></term>
|
|
<listitem>
|
|
<para>
|
|
Delete a specific volume type.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>type-key</command></term>
|
|
<listitem>
|
|
<para>
|
|
Set or unset extra_spec for a volume type.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>type-list</command></term>
|
|
<listitem>
|
|
<para>
|
|
Print a list of available 'volume types'.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>upload-to-image</command></term>
|
|
<listitem>
|
|
<para>
|
|
Upload volume to image service as image.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>bash-completion</command></term>
|
|
<listitem>
|
|
<para>
|
|
Print arguments for bash_completion.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>help</command></term>
|
|
<listitem>
|
|
<para>
|
|
Display help about this program or one of its
|
|
subcommands.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>list-extensions</command></term>
|
|
<listitem>
|
|
<para>
|
|
List all the os-api extensions that are available.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_command_optional">
|
|
<title>cinder optional arguments</title>
|
|
<variablelist wordsize="10">
|
|
<varlistentry>
|
|
<term><command>--version</command></term>
|
|
<listitem>
|
|
<para>
|
|
show program's version number and exit
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--debug</command></term>
|
|
<listitem>
|
|
<para>
|
|
Print debugging output
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--os-username <auth-user-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[OS_USERNAME]</code>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--os-password <auth-password></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[OS_PASSWORD]</code>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--os-tenant-name <auth-tenant-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[OS_TENANT_NAME]</code>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--os-tenant-id <auth-tenant-id></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[OS_TENANT_ID]</code>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--os-auth-url <auth-url></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[OS_AUTH_URL]</code>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--os-region-name <region-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[OS_REGION_NAME]</code>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--service-type <service-type></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to volume for most actions
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--service-name <service-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[CINDER_SERVICE_NAME]</code>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--volume-service-name <volume-service-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[CINDER_VOLUME_SERVICE_NAME]</code>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--endpoint-type <endpoint-type></command></term>
|
|
<listitem>
|
|
<para>
|
|
Defaults to <code>env[CINDER_ENDPOINT_TYPE]</code> or publicURL.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--os-volume-api-version <volume-api-ver></command></term>
|
|
<listitem>
|
|
<para>
|
|
Accepts 1 or 2,defaults to <code>env[OS_VOLUME_API_VERSION]</code>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--os-cacert <ca-certificate></command></term>
|
|
<listitem>
|
|
<para>
|
|
Specify a CA bundle file to use in verifying a TLS
|
|
(https) server certificate. Defaults to <code>env[OS_CACERT]</code>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--retries <retries></command></term>
|
|
<listitem>
|
|
<para>
|
|
Number of retries.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_absolute-limits">
|
|
<title>cinder absolute-limits command</title>
|
|
<screen><computeroutput>usage: cinder absolute-limits
|
|
</computeroutput></screen>
|
|
<para>
|
|
Print a list of absolute limits for a user
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_availability-zone-list">
|
|
<title>cinder availability-zone-list command</title>
|
|
<screen><computeroutput>usage: cinder availability-zone-list
|
|
</computeroutput></screen>
|
|
<para>
|
|
List all the availability zones.
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_backup-create">
|
|
<title>cinder backup-create command</title>
|
|
<screen><computeroutput>usage: cinder backup-create [--container <container>]
|
|
[--display-name <display-name>]
|
|
[--display-description <display-description>]
|
|
<volume>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Creates a backup.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume to backup.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--container <container></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional Backup container name. (Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--display-name <display-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional backup name. (Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--display-description <display-description></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional backup description. (Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_backup-delete">
|
|
<title>cinder backup-delete command</title>
|
|
<screen><computeroutput>usage: cinder backup-delete <backup>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Remove a backup.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><backup></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the backup to delete.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_backup-list">
|
|
<title>cinder backup-list command</title>
|
|
<screen><computeroutput>usage: cinder backup-list
|
|
</computeroutput></screen>
|
|
<para>
|
|
List all the backups.
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_backup-restore">
|
|
<title>cinder backup-restore command</title>
|
|
<screen><computeroutput>usage: cinder backup-restore [--volume-id <volume>] <backup>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Restore a backup.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><backup></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the backup to restore.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--volume-id <volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional ID(or name) of the volume to restore to.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_backup-show">
|
|
<title>cinder backup-show command</title>
|
|
<screen><computeroutput>usage: cinder backup-show <backup>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Show details about a backup.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><backup></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the backup.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_create">
|
|
<title>cinder create command</title>
|
|
<screen><computeroutput>usage: cinder create [--snapshot-id <snapshot-id>]
|
|
[--source-volid <source-volid>] [--image-id <image-id>]
|
|
[--display-name <display-name>]
|
|
[--display-description <display-description>]
|
|
[--volume-type <volume-type>]
|
|
[--availability-zone <availability-zone>]
|
|
[--metadata [<key=value> [<key=value> ...]]]
|
|
<size>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Add a new volume.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><size></command></term>
|
|
<listitem>
|
|
<para>
|
|
Size of volume in GB
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--snapshot-id <snapshot-id></command></term>
|
|
<listitem>
|
|
<para>
|
|
Create volume from snapshot id (Optional,
|
|
Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--source-volid <source-volid></command></term>
|
|
<listitem>
|
|
<para>
|
|
Create volume from volume id (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--image-id <image-id></command></term>
|
|
<listitem>
|
|
<para>
|
|
Create volume from image id (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--display-name <display-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Volume name (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--display-description <display-description></command></term>
|
|
<listitem>
|
|
<para>
|
|
Volume description (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--volume-type <volume-type></command></term>
|
|
<listitem>
|
|
<para>
|
|
Volume type (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--availability-zone <availability-zone></command></term>
|
|
<listitem>
|
|
<para>
|
|
Availability zone for volume (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--metadata [<key=value> [<key=value> ...]]</command></term>
|
|
<listitem>
|
|
<para>
|
|
Metadata key=value pairs (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_credentials">
|
|
<title>cinder credentials command</title>
|
|
<screen><computeroutput>usage: cinder credentials
|
|
</computeroutput></screen>
|
|
<para>
|
|
Show user credentials returned from auth.
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_delete">
|
|
<title>cinder delete command</title>
|
|
<screen><computeroutput>usage: cinder delete <volume> [<volume> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Remove volume(s).
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume(s) to delete.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_encryption-type-create">
|
|
<title>cinder encryption-type-create command</title>
|
|
<screen><computeroutput>usage: cinder encryption-type-create [--cipher <cipher>]
|
|
[--key_size <key_size>]
|
|
[--control_location <control_location>]
|
|
<volume_type> <provider>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Create a new encryption type for a volume type (Admin Only).
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume_type></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume type
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><provider></command></term>
|
|
<listitem>
|
|
<para>
|
|
Class providing encryption support (e.g.
|
|
LuksEncryptor)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--cipher <cipher></command></term>
|
|
<listitem>
|
|
<para>
|
|
Encryption algorithm/mode to use (e.g., aes-xts-
|
|
plain64) (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--key_size <key_size></command></term>
|
|
<listitem>
|
|
<para>
|
|
Size of the encryption key, in bits (e.g., 128, 256)
|
|
(Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--control_location <control_location></command></term>
|
|
<listitem>
|
|
<para>
|
|
Notional service where encryption is performed (e.g.,
|
|
front-end=Nova). Values: 'front-end', 'back-end'
|
|
(Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_encryption-type-delete">
|
|
<title>cinder encryption-type-delete command</title>
|
|
<screen><computeroutput>usage: cinder encryption-type-delete <volume_type>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Delete the encryption type for a volume type (Admin Only).
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume_type></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume type
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_encryption-type-list">
|
|
<title>cinder encryption-type-list command</title>
|
|
<screen><computeroutput>usage: cinder encryption-type-list
|
|
</computeroutput></screen>
|
|
<para>
|
|
List encryption type information for all volume types (Admin Only).
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_encryption-type-show">
|
|
<title>cinder encryption-type-show command</title>
|
|
<screen><computeroutput>usage: cinder encryption-type-show <volume_type>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Show the encryption type information for a volume type (Admin Only).
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume_type></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume type
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_endpoints">
|
|
<title>cinder endpoints command</title>
|
|
<screen><computeroutput>usage: cinder endpoints
|
|
</computeroutput></screen>
|
|
<para>
|
|
Discover endpoints that get returned from the authenticate services.
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_extend">
|
|
<title>cinder extend command</title>
|
|
<screen><computeroutput>usage: cinder extend <volume> <new-size>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Attempt to extend the size of an existing volume.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume to extend.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><new-size></command></term>
|
|
<listitem>
|
|
<para>
|
|
New size of volume in GB
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_extra-specs-list">
|
|
<title>cinder extra-specs-list command</title>
|
|
<screen><computeroutput>usage: cinder extra-specs-list
|
|
</computeroutput></screen>
|
|
<para>
|
|
Print a list of current 'volume types and extra specs' (Admin Only).
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_force-delete">
|
|
<title>cinder force-delete command</title>
|
|
<screen><computeroutput>usage: cinder force-delete <volume> [<volume> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Attempt forced removal of volume(s), regardless of the state(s).
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume(s) to delete.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_list">
|
|
<title>cinder list command</title>
|
|
<screen><computeroutput>usage: cinder list [--all-tenants [<0|1>]] [--display-name <display-name>]
|
|
[--status <status>]
|
|
[--metadata [<key=value> [<key=value> ...]]]
|
|
</computeroutput></screen>
|
|
<para>
|
|
List all the volumes.
|
|
</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>--display-name <display-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Filter results by display-name
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--status <status></command></term>
|
|
<listitem>
|
|
<para>
|
|
Filter results by status
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--metadata [<key=value> [<key=value> ...]]</command></term>
|
|
<listitem>
|
|
<para>
|
|
Filter results by metadata
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_list-extensions">
|
|
<title>cinder list-extensions command</title>
|
|
<screen><computeroutput>usage: cinder list-extensions
|
|
</computeroutput></screen>
|
|
<para>
|
|
List all the os-api extensions that are available.
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_metadata">
|
|
<title>cinder metadata command</title>
|
|
<screen><computeroutput>usage: cinder metadata <volume> <action> <key=value> [<key=value> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Set or Delete metadata on a volume.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume to update metadata on.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><action></command></term>
|
|
<listitem>
|
|
<para>
|
|
Actions: 'set' or 'unset'
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><key=value></command></term>
|
|
<listitem>
|
|
<para>
|
|
Metadata to set/unset (only key is necessary on unset)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_metadata-show">
|
|
<title>cinder metadata-show command</title>
|
|
<screen><computeroutput>usage: cinder metadata-show <volume>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Show metadata of given volume.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of volume
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_metadata-update-all">
|
|
<title>cinder metadata-update-all command</title>
|
|
<screen><computeroutput>usage: cinder metadata-update-all <volume> <key=value> [<key=value> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Update all metadata of a volume.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the volume to update metadata on.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><key=value></command></term>
|
|
<listitem>
|
|
<para>
|
|
Metadata entry/entries to update.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_migrate">
|
|
<title>cinder migrate command</title>
|
|
<screen><computeroutput>usage: cinder migrate [--force-host-copy <True|False>] <volume> <host>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Migrate the volume to the new host.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the volume to migrate
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><host></command></term>
|
|
<listitem>
|
|
<para>
|
|
Destination host
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--force-host-copy <True|False></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional flag to force the use of the generic host-
|
|
based migration mechanism, bypassing driver
|
|
optimizations (Default=False).
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_qos-associate">
|
|
<title>cinder qos-associate command</title>
|
|
<screen><computeroutput>usage: cinder qos-associate <qos_specs> <volume_type_id>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Associate qos specs with specific volume type.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><qos_specs></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of qos_specs.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><volume_type_id></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of volume type to be associated with.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_qos-create">
|
|
<title>cinder qos-create command</title>
|
|
<screen><computeroutput>usage: cinder qos-create <name> <key=value> [<key=value> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Create a new qos specs.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name of the new QoS specs
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><key=value></command></term>
|
|
<listitem>
|
|
<para>
|
|
Specifications for QoS
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_qos-delete">
|
|
<title>cinder qos-delete command</title>
|
|
<screen><computeroutput>usage: cinder qos-delete [--force <True|False>] <qos_specs>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Delete a specific qos specs.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><qos_specs></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the qos_specs to delete.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--force <True|False></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional flag that indicates whether to delete
|
|
specified qos specs even if it is in-use.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_qos-disassociate">
|
|
<title>cinder qos-disassociate command</title>
|
|
<screen><computeroutput>usage: cinder qos-disassociate <qos_specs> <volume_type_id>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Disassociate qos specs from specific volume type.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><qos_specs></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of qos_specs.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><volume_type_id></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of volume type to be associated with.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_qos-disassociate-all">
|
|
<title>cinder qos-disassociate-all command</title>
|
|
<screen><computeroutput>usage: cinder qos-disassociate-all <qos_specs>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Disassociate qos specs from all of its associations.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><qos_specs></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of qos_specs to be operate on.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_qos-get-association">
|
|
<title>cinder qos-get-association command</title>
|
|
<screen><computeroutput>usage: cinder qos-get-association <qos_specs>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Get all associations of specific qos specs.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><qos_specs></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the qos_specs.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_qos-key">
|
|
<title>cinder qos-key command</title>
|
|
<screen><computeroutput>usage: cinder qos-key <qos_specs> <action> key=value [key=value ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Set or unset specifications for a qos spec.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><qos_specs></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of qos specs
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><action></command></term>
|
|
<listitem>
|
|
<para>
|
|
Actions: 'set' or 'unset'
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>key=value</command></term>
|
|
<listitem>
|
|
<para>
|
|
QoS specs to set/unset (only key is necessary on unset)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_qos-list">
|
|
<title>cinder qos-list command</title>
|
|
<screen><computeroutput>usage: cinder qos-list
|
|
</computeroutput></screen>
|
|
<para>
|
|
Get full list of qos specs.
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_qos-show">
|
|
<title>cinder qos-show command</title>
|
|
<screen><computeroutput>usage: cinder qos-show <qos_specs>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Get a specific qos specs.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><qos_specs></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the qos_specs to show.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_quota-class-show">
|
|
<title>cinder quota-class-show command</title>
|
|
<screen><computeroutput>usage: cinder quota-class-show <class>
|
|
</computeroutput></screen>
|
|
<para>
|
|
List the quotas for a quota class.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><class></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name of quota class to list the quotas for.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_quota-class-update">
|
|
<title>cinder quota-class-update command</title>
|
|
<screen><computeroutput>usage: cinder quota-class-update [--volumes <volumes>]
|
|
[--snapshots <snapshots>]
|
|
[--gigabytes <gigabytes>]
|
|
[--volume-type <volume_type_name>]
|
|
<class>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Update the quotas for a quota class.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><class></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name of quota class to set the quotas for.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--volumes <volumes></command></term>
|
|
<listitem>
|
|
<para>
|
|
New value for the "volumes" quota.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--snapshots <snapshots></command></term>
|
|
<listitem>
|
|
<para>
|
|
New value for the "snapshots" quota.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--gigabytes <gigabytes></command></term>
|
|
<listitem>
|
|
<para>
|
|
New value for the "gigabytes" quota.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--volume-type <volume_type_name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Volume type (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_quota-defaults">
|
|
<title>cinder quota-defaults command</title>
|
|
<screen><computeroutput>usage: cinder quota-defaults <tenant_id>
|
|
</computeroutput></screen>
|
|
<para>
|
|
List the default quotas for a tenant.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><tenant_id></command></term>
|
|
<listitem>
|
|
<para>
|
|
UUID of tenant to list the default quotas for.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_quota-show">
|
|
<title>cinder quota-show command</title>
|
|
<screen><computeroutput>usage: cinder quota-show <tenant_id>
|
|
</computeroutput></screen>
|
|
<para>
|
|
List the quotas for a tenant.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><tenant_id></command></term>
|
|
<listitem>
|
|
<para>
|
|
UUID of tenant to list the quotas for.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_quota-update">
|
|
<title>cinder quota-update command</title>
|
|
<screen><computeroutput>usage: cinder quota-update [--volumes <volumes>] [--snapshots <snapshots>]
|
|
[--gigabytes <gigabytes>]
|
|
[--volume-type <volume_type_name>]
|
|
<tenant_id>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Update the quotas for a tenant.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><tenant_id></command></term>
|
|
<listitem>
|
|
<para>
|
|
UUID of tenant to set the quotas for.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--volumes <volumes></command></term>
|
|
<listitem>
|
|
<para>
|
|
New value for the "volumes" quota.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--snapshots <snapshots></command></term>
|
|
<listitem>
|
|
<para>
|
|
New value for the "snapshots" quota.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--gigabytes <gigabytes></command></term>
|
|
<listitem>
|
|
<para>
|
|
New value for the "gigabytes" quota.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--volume-type <volume_type_name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Volume type (Optional, Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_quota-usage">
|
|
<title>cinder quota-usage command</title>
|
|
<screen><computeroutput>usage: cinder quota-usage <tenant_id>
|
|
</computeroutput></screen>
|
|
<para>
|
|
List the quota usage for a tenant.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><tenant_id></command></term>
|
|
<listitem>
|
|
<para>
|
|
UUID of tenant to list the quota usage for.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_rate-limits">
|
|
<title>cinder rate-limits command</title>
|
|
<screen><computeroutput>usage: cinder rate-limits
|
|
</computeroutput></screen>
|
|
<para>
|
|
Print a list of rate limits for a user
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_readonly-mode-update">
|
|
<title>cinder readonly-mode-update command</title>
|
|
<screen><computeroutput>usage: cinder readonly-mode-update <volume> <True|true|False|false>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Update volume read-only access mode read_only.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the volume to update.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><True|true|False|false></command></term>
|
|
<listitem>
|
|
<para>
|
|
Flag to indicate whether to update volume to read-only
|
|
access mode.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_rename">
|
|
<title>cinder rename command</title>
|
|
<screen><computeroutput>usage: cinder rename [--display-description <display-description>]
|
|
<volume> [<display-name>]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Rename a volume.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume to rename.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><display-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
New display-name for the volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--display-description <display-description></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional volume description. (Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_reset-state">
|
|
<title>cinder reset-state command</title>
|
|
<screen><computeroutput>usage: cinder reset-state [--state <state>] <volume> [<volume> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Explicitly update the state of a volume.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume 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 volume. 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="cinderclient_subcommand_service-disable">
|
|
<title>cinder service-disable command</title>
|
|
<screen><computeroutput>usage: cinder service-disable <hostname> <binary>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Disable the service.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><hostname></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name of host.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><binary></command></term>
|
|
<listitem>
|
|
<para>
|
|
Service binary.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_service-enable">
|
|
<title>cinder service-enable command</title>
|
|
<screen><computeroutput>usage: cinder service-enable <hostname> <binary>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Enable the service.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><hostname></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name of host.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><binary></command></term>
|
|
<listitem>
|
|
<para>
|
|
Service binary.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_service-list">
|
|
<title>cinder service-list command</title>
|
|
<screen><computeroutput>usage: cinder service-list [--host <hostname>] [--binary <binary>]
|
|
</computeroutput></screen>
|
|
<para>
|
|
List all the services. Filter by host & service binary.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--host <hostname></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name of host.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--binary <binary></command></term>
|
|
<listitem>
|
|
<para>
|
|
Service binary.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_show">
|
|
<title>cinder show command</title>
|
|
<screen><computeroutput>usage: cinder show <volume>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Show details about a volume.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_snapshot-create">
|
|
<title>cinder snapshot-create command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-create [--force <True|False>]
|
|
[--display-name <display-name>]
|
|
[--display-description <display-description>]
|
|
<volume>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Add a new snapshot.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume to snapshot
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--force <True|False></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional flag to indicate whether to snapshot a volume
|
|
even if it's attached to an instance. (Default=False)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--display-name <display-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional snapshot name. (Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--display-description <display-description></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional snapshot description. (Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_snapshot-delete">
|
|
<title>cinder snapshot-delete command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-delete <snapshot>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Remove a snapshot.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><snapshot></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the snapshot to delete.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_snapshot-list">
|
|
<title>cinder snapshot-list command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-list [--all-tenants [<0|1>]]
|
|
[--display-name <display-name>]
|
|
[--status <status>] [--volume-id <volume-id>]
|
|
</computeroutput></screen>
|
|
<para>
|
|
List all the snapshots.
|
|
</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>--display-name <display-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Filter results by display-name
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--status <status></command></term>
|
|
<listitem>
|
|
<para>
|
|
Filter results by status
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--volume-id <volume-id></command></term>
|
|
<listitem>
|
|
<para>
|
|
Filter results by volume-id
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_snapshot-metadata">
|
|
<title>cinder snapshot-metadata command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-metadata <snapshot> <action> <key=value>
|
|
[<key=value> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Set or Delete metadata of a snapshot.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><snapshot></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the snapshot to update metadata on.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><action></command></term>
|
|
<listitem>
|
|
<para>
|
|
Actions: 'set' or 'unset'
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><key=value></command></term>
|
|
<listitem>
|
|
<para>
|
|
Metadata to set/unset (only key is necessary on unset)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_snapshot-metadata-show">
|
|
<title>cinder snapshot-metadata-show command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-metadata-show <snapshot>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Show metadata of given snapshot.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><snapshot></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of snapshot
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_snapshot-metadata-update-all">
|
|
<title>cinder snapshot-metadata-update-all command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-metadata-update-all <snapshot> <key=value>
|
|
[<key=value> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Update all metadata of a snapshot.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><snapshot></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the snapshot to update metadata on.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><key=value></command></term>
|
|
<listitem>
|
|
<para>
|
|
Metadata entry/entries to update.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_snapshot-rename">
|
|
<title>cinder snapshot-rename command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-rename [--display-description <display-description>]
|
|
<snapshot> [<display-name>]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Rename a snapshot.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><snapshot></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><display-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
New display-name for the snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--display-description <display-description></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional snapshot description. (Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_snapshot-reset-state">
|
|
<title>cinder snapshot-reset-state command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-reset-state [--state <state>]
|
|
<snapshot> [<snapshot> ...]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Explicitly update the state of a snapshot.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><snapshot></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the snapshot 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 snapshot. 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="cinderclient_subcommand_snapshot-show">
|
|
<title>cinder snapshot-show command</title>
|
|
<screen><computeroutput>usage: cinder snapshot-show <snapshot>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Show details about a snapshot.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><snapshot></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the snapshot.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_transfer-accept">
|
|
<title>cinder transfer-accept command</title>
|
|
<screen><computeroutput>usage: cinder transfer-accept <transfer> <auth_key>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Accepts a volume transfer.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><transfer></command></term>
|
|
<listitem>
|
|
<para>
|
|
ID of the transfer to accept.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><auth_key></command></term>
|
|
<listitem>
|
|
<para>
|
|
Auth key of the transfer to accept.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_transfer-create">
|
|
<title>cinder transfer-create command</title>
|
|
<screen><computeroutput>usage: cinder transfer-create [--display-name <display-name>] <volume>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Creates a volume transfer.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume to transfer.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--display-name <display-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional transfer name. (Default=None)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_transfer-delete">
|
|
<title>cinder transfer-delete command</title>
|
|
<screen><computeroutput>usage: cinder transfer-delete <transfer>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Undo a transfer.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><transfer></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the transfer to delete.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_transfer-list">
|
|
<title>cinder transfer-list command</title>
|
|
<screen><computeroutput>usage: cinder transfer-list
|
|
</computeroutput></screen>
|
|
<para>
|
|
List all the transfers.
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_transfer-show">
|
|
<title>cinder transfer-show command</title>
|
|
<screen><computeroutput>usage: cinder transfer-show <transfer>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Show details about a transfer.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><transfer></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the transfer to accept.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_type-create">
|
|
<title>cinder type-create command</title>
|
|
<screen><computeroutput>usage: cinder type-create <name>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Create a new volume type.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name of the new volume type
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_type-delete">
|
|
<title>cinder type-delete command</title>
|
|
<screen><computeroutput>usage: cinder type-delete <id>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Delete a specific volume type.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><id></command></term>
|
|
<listitem>
|
|
<para>
|
|
Unique ID of the volume type to delete
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_type-key">
|
|
<title>cinder type-key command</title>
|
|
<screen><computeroutput>usage: cinder type-key <vtype> <action> [<key=value> [<key=value> ...]]
|
|
</computeroutput></screen>
|
|
<para>
|
|
Set or unset extra_spec for a volume type.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><vtype></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume type
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><action></command></term>
|
|
<listitem>
|
|
<para>
|
|
Actions: 'set' or 'unset'
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><key=value></command></term>
|
|
<listitem>
|
|
<para>
|
|
Extra_specs to set/unset (only key is necessary on unset)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
<section xml:id="cinderclient_subcommand_type-list">
|
|
<title>cinder type-list command</title>
|
|
<screen><computeroutput>usage: cinder type-list
|
|
</computeroutput></screen>
|
|
<para>
|
|
Print a list of available 'volume types'.
|
|
</para> </section>
|
|
<section xml:id="cinderclient_subcommand_upload-to-image">
|
|
<title>cinder upload-to-image command</title>
|
|
<screen><computeroutput>usage: cinder upload-to-image [--force <True|False>]
|
|
[--container-format <container-format>]
|
|
[--disk-format <disk-format>]
|
|
<volume> <image-name>
|
|
</computeroutput></screen>
|
|
<para>
|
|
Upload volume to image service as image.
|
|
</para> <variablelist wordsize="10">
|
|
<title>Positional arguments</title>
|
|
<varlistentry>
|
|
<term><command><volume></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name or ID of the volume to upload to an image
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command><image-name></command></term>
|
|
<listitem>
|
|
<para>
|
|
Name for created image
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
<variablelist wordsize="10">
|
|
<title>Optional arguments</title>
|
|
<varlistentry>
|
|
<term><command>--force <True|False></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional flag to indicate whether to upload a volume
|
|
even if it's attached to an instance. (Default=False)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--container-format <container-format></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional type for container format (Default=bare)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><command>--disk-format <disk-format></command></term>
|
|
<listitem>
|
|
<para>
|
|
Optional type for disk format (Default=raw)
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</section>
|
|
</chapter>
|