.TH "GLANCE-SCRUBBER" "1" "March 14, 2013" "2012.1.1" "Glance" .SH NAME glance-scrubber \- Glance Scrubber Service . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .\" Man page generated from reStructeredText. . .SH GLANCE SCRUB SERVICE .INDENT 0.0 .TP .B Author \fI\%glance@lists.launchpad.net\fP .TP .B Date 2012\-01\-03 .TP .B Copyright OpenStack LLC .TP .B Version 2012.1\-dev .TP .B Manual section 1 .TP .B Manual group cloud computing .UNINDENT .SS SYNOPSIS .INDENT 0.0 .INDENT 3.5 glance\-scrubber [options] .UNINDENT .UNINDENT .SS DESCRIPTION .sp 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. .sp Multiple glance\-scrubbers can be run in a single deployment, but only one of them may be designated as the \(aqcleanup_scrubber\(aq in the glance\-scrubber.conf file. The \(aqcleanup_scrubber\(aq coordinates other glance\-scrubbers by maintaining the master queue of images that need to be removed. .sp The glance\-scubber.conf file also specifies important configuration items such as the time between runs (\(aqwakeup_time\(aq in seconds), length of time images can be pending before their deletion (\(aqcleanup_scrubber_time\(aq in seconds) as well as registry connectivity options. .sp glance\-scrubber can run as a periodic job or long\-running daemon. .SS OPTIONS .INDENT 0.0 .INDENT 3.5 .INDENT 0.0 .TP .B \fB\-\-version\fP show program\(aqs version number and exit .TP .B \fB\-h, \-\-help\fP show this help message and exit .TP .B \fB\-\-config\-file=PATH\fP Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence. The default files used are: [] .TP .B \fB\-d, \-\-debug\fP Print debugging output .TP .B \fB\-\-nodebug\fP Do not print debugging output .TP .B \fB\-v, \-\-verbose\fP Print more verbose output .TP .B \fB\-\-noverbose\fP Do not print verbose output .TP .B \fB\-\-log\-config=PATH\fP If this option is specified, the logging configuration file specified is used and overrides any other logging options specified. Please see the Python logging module documentation for details on logging configuration files. .TP .B \fB\-\-log\-format=FORMAT\fP A logging.Formatter log message format string which may use any of the available logging.LogRecord attributes. Default: none .TP .B \fB\-\-log\-date\-format=DATE_FORMAT\fP Format string for %(asctime)s in log records. Default: none .TP .B \fB\-\-log\-file=PATH\fP (Optional) Name of log file to output to. If not set, logging will go to stdout. .TP .B \fB\-\-log\-dir=LOG_DIR\fP (Optional) The directory to keep log files in (will be prepended to \-\-logfile) .TP .B \fB\-\-use\-syslog\fP Use syslog for logging. .TP .B \fB\-\-nouse\-syslog\fP Do not use syslog for logging. .TP .B \fB\-\-syslog\-log\-facility=SYSLOG_LOG_FACILITY\fP syslog facility to receive log lines .TP .B \fB\-D, \-\-daemon\fP 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. .TP .B \fB\-\-nodaemon\fP The inverse of \-\-daemon. Runs the scrub operation once and then exits. .UNINDENT .UNINDENT .UNINDENT .SS SEE ALSO .INDENT 0.0 .IP \(bu 2 \fI\%OpenStack Glance\fP .UNINDENT .SS BUGS .INDENT 0.0 .IP \(bu 2 Glance is sourced in Launchpad so you can view current bugs at \fI\%OpenStack Glance\fP .UNINDENT .SH AUTHOR OpenStack .SH COPYRIGHT 2010-present, OpenStack, LLC. .\" Generated by docutils manpage writer. .\" .