Author: | openstack@lists.launchpad.net |
---|---|
Date: | 2014-06-11 |
Copyright: | OpenStack LLC |
Version: | 2014.2 |
Manual section: | 1 |
Manual group: | shared filesystems |
manila-manage <category> <action> [<args>]
manila-manage controls shared filesystems service. More information about OpenStack Manila is at https://wiki.openstack.org/wiki/Manila
The standard pattern for executing a manila-manage command is: manila-manage <category> <command> [<args>]
For example, to obtain a list of all hosts: manila-manage host list
Run without arguments to see a list of available command categories: manila-manage
Categories are shell, logs, service, db, host, version and config. Detailed descriptions are below.
These sections describe the available categories and arguments for manila-manage.
manila-manage db version
Print the current database version.
manila-manage db sync
Sync the database up to the most recent version. This is the standard way to create the db as well.
manila-manage db downgrade <version>
Downgrade database to given version.
manila-manage db stamp <version>
Stamp database with given version.
manila-manage db revision <message> <autogenerate>
Generate new migration.
manila-manage logs errors
Displays manila errors from log files.
manila-manage logs syslog <number>
Displays manila alerts from syslog.
manila-manage shell bpython
Starts a new bpython shell.
manila-manage shell ipython
Starts a new ipython shell.
manila-manage shell python
Starts a new python shell.
manila-manage shell run
Starts a new shell using python.
manila-manage shell script <path/scriptname>
Runs the named script from the specified path with flags set.
manila-manage config list
Returns list of currently set config options and its values.
The manila-manage.conf file contains configuration information in the form of python-gflags.
Enter search terms or a module, class or function name.