swift-account-reaper - OpenStack Swift account reaper
/usr/lib/swift/swift-account-reaper [CONFIG] [-h|--help] [-v|--verbose] [-o|--once]
swift-account-reaper(1) OpenStack Swift swift-account-reaper(1)
NAME
swift-account-reaper - OpenStack Swift account reaper
SYNOPSIS
/usr/lib/swift/swift-account-reaper [CONFIG] [-h|--help] [-v|--verbose]
[-o|--once]
DESCRIPTION
Removes data from status=DELETED accounts. These are accounts that have
been asked to be removed by the reseller via services remove_stor-
age_account XMLRPC call.
The account is not deleted immediately by the services call, but
instead the account is simply marked for deletion by setting the status
column in the account_stat table of the account database. This account
reaper scans for such accounts and removes the data in the background.
The background deletion process will occur on the primary account
server for the account.
The options are as follows:
-v
--verbose
log to console
-o
--once
only run one pass of daemon
The account reaper should be enabled and disabled using the Solaris
Service Management Facility, smf(7). The service FMRI for the account
reaper is:
svc:/application/openstack/swift/swift-account-reaper
DOCUMENTATION
More in depth documentation in regards to swift-account-reaper and also
about OpenStack Swift as a whole can be found at http://swift.open-
stack.org/index.html
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------------+
|Availability | cloud/openstack/swift |
+---------------+-----------------------+
|Stability | Uncommitted |
+---------------+-----------------------+
SEE ALSO
account-server.conf(4), smf(7)
NOTES
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from https://tarballs.open-
stack.org/swift/swift-2.7.0.tar.gz
Further information about this software can be found on the open source
community website at http://www.openstack.org/.
OpenStack 8/26/2011 swift-account-reaper(1)