updates man page for glance-scrubber.

this time with extra pep8 scrubbing powers.
Fixes bug 908803

Change-Id: I105cc3157fe839cc35ef5e1fc1a5f032b04d1c9d
This commit is contained in:
Ken Pepple 2012-02-27 18:59:31 -08:00
parent c13dbdcf5a
commit b43b676e58
2 changed files with 21 additions and 4 deletions

View File

@ -15,3 +15,4 @@
<jeblair@hp.com> <corvus@gnu.org>
<jeblair@hp.com> <james.blair@rackspace.com>
<chris@pistoncloud.com> <chris@slicehost.com>
<ken.pepple@gmail.com> <ken.pepple@rabbityard.com>

View File

@ -18,6 +18,25 @@ SYNOPSIS
glance-scrubber [options]
DESCRIPTION
===========
glance-scrubber is an utility that cleans up images that have been deleted. The
mechanics of this differ depending on the backend store and pending_deletion
options chosen.
Multiple glance-scrubbers can be run in a single deployment, but only one of
them may be designated as the 'cleanup_scrubber' in the glance-scrubber.conf
file. The 'cleanup_scrubber' coordinates other glance-scrubbers by maintaining
the master queue of images that need to be removed.
The glance-scubber.conf file also specifies important configuration items such
as the time between runs ('wakeup_time' in seconds), length of time images
can be pending before their deletion ('cleanup_scrubber_time' in seconds) as
well as registry connectivity options.
glance-scrubber can run as a periodic job or long-running daemon.
OPTIONS
=======
@ -84,10 +103,7 @@ OPTIONS
wakeup_time interval as specified in the config.
**--nodaemon**
Run as a long-running process. When not specified (the
default) run the scrub operation once and then exits.
When specified do not exit and run scrub on
wakeup_time interval as specified in the config.
The inverse of --daemon. Runs the scrub operation once and then exits.
SEE ALSO
========