Fix indentation in docs
Old indentation was wrongly formatted as quotation. Change-Id: Ia6b5d950fcc396d4d9ff16f1792341d1752da971
This commit is contained in:
parent
80b3bfb91e
commit
290240abe0
@ -14,7 +14,7 @@ Control and manage OpenStack block storage
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
========
|
========
|
||||||
|
|
||||||
cinder-manage <category> <action> [<args>]
|
cinder-manage <category> <action> [<args>]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
===========
|
===========
|
||||||
@ -48,33 +48,33 @@ Cinder Db
|
|||||||
|
|
||||||
``cinder-manage db version``
|
``cinder-manage db version``
|
||||||
|
|
||||||
Print the current database version.
|
Print the current database version.
|
||||||
|
|
||||||
``cinder-manage db sync [--bump-versions] [version]``
|
``cinder-manage db sync [--bump-versions] [version]``
|
||||||
|
|
||||||
Sync the database up to the most recent version. This is the standard way to create the db as well.
|
Sync the database up to the most recent version. This is the standard way to create the db as well.
|
||||||
|
|
||||||
This command interprets the following options when it is invoked:
|
This command interprets the following options when it is invoked:
|
||||||
|
|
||||||
version Database version
|
version Database version
|
||||||
|
|
||||||
--bump-versions Update RPC and Objects versions when doing offline
|
--bump-versions Update RPC and Objects versions when doing offline
|
||||||
upgrades, with this we no longer need to restart the
|
upgrades, with this we no longer need to restart the
|
||||||
services twice after the upgrade to prevent ServiceTooOld
|
services twice after the upgrade to prevent ServiceTooOld
|
||||||
exceptions.
|
exceptions.
|
||||||
|
|
||||||
``cinder-manage db purge [<number of days>]``
|
``cinder-manage db purge [<number of days>]``
|
||||||
|
|
||||||
Purge database entries that are marked as deleted, that are older than the number of days specified.
|
Purge database entries that are marked as deleted, that are older than the number of days specified.
|
||||||
|
|
||||||
``cinder-manage db online_data_migrations``
|
``cinder-manage db online_data_migrations``
|
||||||
|
|
||||||
Perform online data migrations for database upgrade between releases in batches.
|
Perform online data migrations for database upgrade between releases in batches.
|
||||||
|
|
||||||
This command interprets the following options when it is invoked:
|
This command interprets the following options when it is invoked:
|
||||||
|
|
||||||
--max_count Maximum number of objects to consider.
|
--max_count Maximum number of objects to consider.
|
||||||
--ignore_state Force records to migrate even if another operation is
|
--ignore_state Force records to migrate even if another operation is
|
||||||
performed on them. This may be dangerous, please refer to
|
performed on them. This may be dangerous, please refer to
|
||||||
release notes for more information.
|
release notes for more information.
|
||||||
|
|
||||||
@ -83,88 +83,88 @@ Cinder Logs
|
|||||||
|
|
||||||
``cinder-manage logs errors``
|
``cinder-manage logs errors``
|
||||||
|
|
||||||
Displays cinder errors from log files.
|
Displays cinder errors from log files.
|
||||||
|
|
||||||
``cinder-manage logs syslog [<number>]``
|
``cinder-manage logs syslog [<number>]``
|
||||||
|
|
||||||
Displays cinder the most recent entries from syslog. The optional number argument specifies the number of entries to display (default 10).
|
Displays cinder the most recent entries from syslog. The optional number argument specifies the number of entries to display (default 10).
|
||||||
|
|
||||||
Cinder Shell
|
Cinder Shell
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
``cinder-manage shell bpython``
|
``cinder-manage shell bpython``
|
||||||
|
|
||||||
Starts a new bpython shell.
|
Starts a new bpython shell.
|
||||||
|
|
||||||
``cinder-manage shell ipython``
|
``cinder-manage shell ipython``
|
||||||
|
|
||||||
Starts a new ipython shell.
|
Starts a new ipython shell.
|
||||||
|
|
||||||
``cinder-manage shell python``
|
``cinder-manage shell python``
|
||||||
|
|
||||||
Starts a new python shell.
|
Starts a new python shell.
|
||||||
|
|
||||||
``cinder-manage shell run``
|
``cinder-manage shell run``
|
||||||
|
|
||||||
Starts a new shell using python.
|
Starts a new shell using python.
|
||||||
|
|
||||||
``cinder-manage shell script <path/scriptname>``
|
``cinder-manage shell script <path/scriptname>``
|
||||||
|
|
||||||
Runs the named script from the specified path with flags set.
|
Runs the named script from the specified path with flags set.
|
||||||
|
|
||||||
Cinder Volume
|
Cinder Volume
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
``cinder-manage volume delete <volume_id>``
|
``cinder-manage volume delete <volume_id>``
|
||||||
|
|
||||||
Delete a volume without first checking that the volume is available.
|
Delete a volume without first checking that the volume is available.
|
||||||
|
|
||||||
``cinder-manage volume update_host --currenthost <current host> --newhost <new host>``
|
``cinder-manage volume update_host --currenthost <current host> --newhost <new host>``
|
||||||
|
|
||||||
Updates the host name of all volumes currently associated with a specified host.
|
Updates the host name of all volumes currently associated with a specified host.
|
||||||
|
|
||||||
Cinder Host
|
Cinder Host
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
``cinder-manage host list [<zone>]``
|
``cinder-manage host list [<zone>]``
|
||||||
|
|
||||||
Displays a list of all physical hosts and their zone. The optional zone argument allows the list to be filtered on the requested zone.
|
Displays a list of all physical hosts and their zone. The optional zone argument allows the list to be filtered on the requested zone.
|
||||||
|
|
||||||
Cinder Service
|
Cinder Service
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
``cinder-manage service list``
|
``cinder-manage service list``
|
||||||
|
|
||||||
Displays a list of all cinder services and their host, zone, status, state and when the information was last updated.
|
Displays a list of all cinder services and their host, zone, status, state and when the information was last updated.
|
||||||
|
|
||||||
``cinder-manage service remove <service> <host>``
|
``cinder-manage service remove <service> <host>``
|
||||||
|
|
||||||
Removes a specified cinder service from a specified host.
|
Removes a specified cinder service from a specified host.
|
||||||
|
|
||||||
Cinder Backup
|
Cinder Backup
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
``cinder-manage backup list``
|
``cinder-manage backup list``
|
||||||
|
|
||||||
Displays a list of all backups (including ones in progress) and the host on which the backup operation is running.
|
Displays a list of all backups (including ones in progress) and the host on which the backup operation is running.
|
||||||
|
|
||||||
``cinder-manage backup update_backup_host --currenthost <current host> --newhost <new host>``
|
``cinder-manage backup update_backup_host --currenthost <current host> --newhost <new host>``
|
||||||
|
|
||||||
Updates the host name of all backups currently associated with a specified host.
|
Updates the host name of all backups currently associated with a specified host.
|
||||||
|
|
||||||
Cinder Version
|
Cinder Version
|
||||||
~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
``cinder-manage version list``
|
``cinder-manage version list``
|
||||||
|
|
||||||
Displays the codebase version cinder is running upon.
|
Displays the codebase version cinder is running upon.
|
||||||
|
|
||||||
Cinder Config
|
Cinder Config
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
``cinder-manage config list [<param>]``
|
``cinder-manage config list [<param>]``
|
||||||
|
|
||||||
Displays the current configuration parameters (options) for Cinder. The optional flag parameter may be used to display the configuration of one parameter.
|
Displays the current configuration parameters (options) for Cinder. The optional flag parameter may be used to display the configuration of one parameter.
|
||||||
|
|
||||||
FILES
|
FILES
|
||||||
=====
|
=====
|
||||||
|
Loading…
x
Reference in New Issue
Block a user