CLI interface for cinder management.
Bases: object
Methods for managing backups.
List all backups.
List all backups (including ones in progress) and the host on which the backup operation is running.
Modify the host name associated with a backup.
Particularly to recover from cases where one has moved their Cinder Backup node, and not set backup_use_same_backend.
Bases: object
Bases: cinder.cmd.manage.BaseCommand
Methods for managing clusters.
Show a list of all cinder services.
Completely removes a cluster.
Rename cluster name for Volumes and Consistency Groups.
Useful when you want to rename a cluster, particularly when the backend_name has been modified in a multi-backend config or we have moved from a single backend to multi-backend.
Bases: object
Class for exposing the flags defined by flag_file(s).
List parameters configured for cinder.
Lists all parameters configured for cinder unless an optional argument is specified. If the parameter is specified we only print the requested parameter. If the parameter is not found an appropriate error is produced by .get*().
Bases: object
Class for managing the database.
Purge deleted rows older than a given age from cinder tables.
Sync the database up to the most recent version.
Print the current database version.
Bases: object
Get logging information.
Get all of the errors from the log files.
Get <num_entries> of the cinder syslog events.
Bases: object
List hosts.
Show a list of all physical hosts.
Can be filtered by zone. args: [zone]
Bases: cinder.cmd.manage.BaseCommand
Methods for managing services.
Show a list of all cinder services.
Completely removes a service.
Bases: object
Runs a bpython shell.
Falls back to Ipython/python shell if unavailable
Runs an Ipython shell.
Falls back to Python shell if unavailable
Runs a python shell.
Falls back to Python shell if unavailable
Runs a Python interactive interpreter.
Runs the script from the specified path with flags set properly.
Bases: object
Methods for dealing with a cloud in an odd state.
Delete a volume, bypassing the check that it must be available.
Modify the host name associated with a volume.
Particularly to recover from cases where one has moved their Cinder Volume node, or modified their backend_name in a multi-backend config.
Return non-private methods from an object.
Get all callable methods of an object that don’t start with underscore :return: a list of tuples of the form (method_name, method)