2012-04-06 14:58:35 -05:00
|
|
|
.\"
|
|
|
|
.\" Author: Joao Marcelo Martins <marcelo.martins@rackspace.com> or <btorch@gmail.com>
|
2013-01-03 10:10:26 -06:00
|
|
|
.\" Copyright (c) 2012 OpenStack Foundation.
|
2012-04-06 14:58:35 -05:00
|
|
|
.\"
|
|
|
|
.\" Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
.\" you may not use this file except in compliance with the License.
|
|
|
|
.\" You may obtain a copy of the License at
|
|
|
|
.\"
|
|
|
|
.\" http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
.\"
|
|
|
|
.\" Unless required by applicable law or agreed to in writing, software
|
|
|
|
.\" distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
.\" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
|
|
.\" implied.
|
|
|
|
.\" See the License for the specific language governing permissions and
|
|
|
|
.\" limitations under the License.
|
2013-08-27 16:03:58 -05:00
|
|
|
.\"
|
2012-04-06 14:58:35 -05:00
|
|
|
.TH swift-orphans 1 "3/15/2012" "Linux" "OpenStack Swift"
|
|
|
|
|
2013-08-27 16:03:58 -05:00
|
|
|
.SH NAME
|
2012-04-06 14:58:35 -05:00
|
|
|
.LP
|
|
|
|
.B swift-orphans
|
2016-08-04 20:35:19 +00:00
|
|
|
\- OpenStack Swift orphans tool
|
2012-04-06 14:58:35 -05:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.LP
|
2013-08-27 16:03:58 -05:00
|
|
|
.B swift-orphans
|
2013-01-10 15:08:10 +01:00
|
|
|
[-h|--help] [-a|--age] [-k|--kill] [-w|--wide] [-r|--run-dir]
|
2012-04-06 14:58:35 -05:00
|
|
|
|
|
|
|
|
2013-08-27 16:03:58 -05:00
|
|
|
.SH DESCRIPTION
|
2012-04-06 14:58:35 -05:00
|
|
|
.PP
|
|
|
|
Lists and optionally kills orphaned Swift processes. This is done by scanning
|
2013-08-27 16:03:58 -05:00
|
|
|
/var/run/swift or the directory specified to the \-r switch for .pid files and
|
2013-01-10 15:08:10 +01:00
|
|
|
listing any processes that look like Swift processes but aren't associated with
|
|
|
|
the pids in those .pid files. Any Swift processes running with the 'once'
|
|
|
|
parameter are ignored, as those are usually for full-speed audit scans and
|
|
|
|
such.
|
2012-04-06 14:58:35 -05:00
|
|
|
|
2013-08-27 16:03:58 -05:00
|
|
|
Example (sends SIGTERM to all orphaned Swift processes older than two hours):
|
|
|
|
swift-orphans \-a 2 \-k TERM
|
2012-04-06 14:58:35 -05:00
|
|
|
|
|
|
|
The options are as follows:
|
|
|
|
|
|
|
|
.RS 4
|
|
|
|
.PD 0
|
|
|
|
.IP "-a HOURS"
|
|
|
|
.IP "--age=HOURS"
|
|
|
|
.RS 4
|
|
|
|
.IP "Look for processes at least HOURS old; default: 24"
|
|
|
|
.RE
|
|
|
|
.IP "-k SIGNAL"
|
|
|
|
.IP "--kill=SIGNAL"
|
|
|
|
.RS 4
|
|
|
|
.IP "Send SIGNAL to matched processes; default: just list process information"
|
|
|
|
.RE
|
|
|
|
.IP "-w"
|
|
|
|
.IP "--wide"
|
|
|
|
.RS 4
|
|
|
|
.IP "Don't clip the listing at 80 characters"
|
|
|
|
.RE
|
|
|
|
.PD
|
|
|
|
.RE
|
|
|
|
|
2013-08-27 16:03:58 -05:00
|
|
|
|
2012-04-06 14:58:35 -05:00
|
|
|
.SH DOCUMENTATION
|
|
|
|
.LP
|
2016-08-04 20:35:19 +00:00
|
|
|
More documentation about OpenStack Swift can be found at
|
2017-09-05 17:56:11 +08:00
|
|
|
.BI https://docs.openstack.org/swift/latest/
|
2012-04-06 14:58:35 -05:00
|
|
|
|