2012-01-03 16:04:25 -05:00
|
|
|
==============
|
|
|
|
glance-control
|
|
|
|
==============
|
|
|
|
|
|
|
|
--------------------------------------
|
|
|
|
Glance daemon start/stop/reload helper
|
|
|
|
--------------------------------------
|
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
:Author: glance@lists.launchpad.net
|
|
|
|
:Date: 2014-01-16
|
|
|
|
:Copyright: OpenStack LLC
|
|
|
|
:Version: 2014.1
|
|
|
|
:Manual section: 1
|
|
|
|
:Manual group: cloud computing
|
|
|
|
|
2012-01-03 16:04:25 -05:00
|
|
|
SYNOPSIS
|
|
|
|
========
|
|
|
|
|
|
|
|
glance-control [options] <SERVER> <COMMAND> [CONFPATH]
|
|
|
|
|
|
|
|
Where <SERVER> is one of:
|
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
all, api, glance-api, registry, glance-registry, scrubber, glance-scrubber
|
2012-01-03 16:04:25 -05:00
|
|
|
|
|
|
|
And command is one of:
|
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
start, status, stop, shutdown, restart, reload, force-reload
|
2012-01-03 16:04:25 -05:00
|
|
|
|
|
|
|
And CONFPATH is the optional configuration file to use.
|
|
|
|
|
|
|
|
OPTIONS
|
2014-01-16 22:03:58 -07:00
|
|
|
========
|
2012-01-03 16:04:25 -05:00
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
**General Options**
|
2012-01-03 16:04:25 -05:00
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
.. include:: general_options.rst
|
2012-01-03 16:04:25 -05:00
|
|
|
|
|
|
|
**--pid-file=PATH**
|
|
|
|
File to use as pid file. Default:
|
|
|
|
/var/run/glance/$server.pid
|
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
**--await-child DELAY**
|
|
|
|
Period to wait for service death in order to report
|
|
|
|
exit code (default is to not wait at all)
|
|
|
|
|
|
|
|
**--capture-output**
|
|
|
|
Capture stdout/err in syslog instead of discarding
|
|
|
|
|
|
|
|
**--nocapture-output**
|
|
|
|
The inverse of --capture-output
|
2012-01-03 16:04:25 -05:00
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
**--norespawn**
|
|
|
|
The inverse of --respawn
|
2012-01-03 16:04:25 -05:00
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
**--respawn**
|
|
|
|
Restart service on unexpected death
|
2012-01-03 16:04:25 -05:00
|
|
|
|
2014-01-16 22:03:58 -07:00
|
|
|
.. include:: footer.rst
|