man: rebuild manpages

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2011-09-22 16:18:19 -07:00
parent 3e9a936062
commit bfbda96442
24 changed files with 101 additions and 101 deletions

View File

@ -1,4 +1,4 @@
.TH "CAUTHTOOL" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-AUTHTOOL" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
ceph-authtool \- ceph keyring manipulation tool
.
@ -32,14 +32,14 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBceph-authtool\fP \fIkeyringfile\fP [ \-l | \-\-list ] [ \-C | \-\-create\-keyring
\fBceph\-authtool\fP \fIkeyringfile\fP [ \-l | \-\-list ] [ \-C | \-\-create\-keyring
] [ \-p | \-\-print ] [ \-n | \-\-name \fIentityname\fP ] [ \-\-gen\-key ] [ \-a |
\-\-add\-key \fIbase64_key\fP ] [ \-\-caps \fIcapfils\fP ] [ \-b | \-\-bin ]
.fi
.sp
.SH DESCRIPTION
.sp
\fBceph-authtool\fP is a utility to create, view, and modify a Ceph keyring
\fBceph\-authtool\fP is a utility to create, view, and modify a Ceph keyring
file. A keyring file stores one or more Ceph authentication keys and
possibly an associated capability specification. Each key is
associated with an entity name, of the form
@ -144,7 +144,7 @@ To create a new keyring containing a key for client.foo:
.sp
.nf
.ft C
ceph-authtool \-c \-n client.foo \-\-gen\-key keyring
ceph\-authtool \-c \-n client.foo \-\-gen\-key keyring
.ft P
.fi
.sp
@ -153,7 +153,7 @@ mount a Ceph filesystem):
.sp
.nf
.ft C
ceph-authtool \-n client.foo \-\-cap mds \(aqallow\(aq \-\-cap osd \(aqallow rw pool=data\(aq \-\-cap mon \(aqallow r\(aq keyring
ceph\-authtool \-n client.foo \-\-cap mds \(aqallow\(aq \-\-cap osd \(aqallow rw pool=data\(aq \-\-cap mon \(aqallow r\(aq keyring
.ft P
.fi
.sp
@ -161,7 +161,7 @@ To display the contents of the keyring:
.sp
.nf
.ft C
ceph-authtool \-l keyring
ceph\-authtool \-l keyring
.ft P
.fi
.sp
@ -169,12 +169,12 @@ When mount a Ceph file system, you can grab the appropriately encoded secret key
.sp
.nf
.ft C
mount \-t ceph serverhost:/ mountpoint \-o name=foo,secret=\(gaceph-authtool \-p \-n client.foo keyring\(ga
mount \-t ceph serverhost:/ mountpoint \-o name=foo,secret=\(gaceph\-authtool \-p \-n client.foo keyring\(ga
.ft P
.fi
.SH AVAILABILITY
.sp
\fBceph-authtool\fP is part of the Ceph distributed file system. Please
\fBceph\-authtool\fP is part of the Ceph distributed file system. Please
refer to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more
information.
.SH SEE ALSO

View File

@ -1,6 +1,6 @@
.TH "CCLSINFO" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-CLSINFO" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
cclsinfo \- show class object information
ceph-clsinfo \- show class object information
.
.nr rst2man-indent-level 0
.
@ -32,12 +32,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcclsinfo\fP [ \fIoptions\fP ] ... \fIfilename\fP
\fBceph\-clsinfo\fP [ \fIoptions\fP ] ... \fIfilename\fP
.fi
.sp
.SH DESCRIPTION
.sp
\fBcclsinfo\fP can show name, version, and architecture information
\fBceph\-clsinfo\fP can show name, version, and architecture information
about a specific class object.
.SH OPTIONS
.INDENT 0.0
@ -57,7 +57,7 @@ Shows the class architecture
.UNINDENT
.SH AVAILABILITY
.sp
\fBcclsinfo\fP is part of the Ceph distributed file system. Please
\fBceph\-clsinfo\fP is part of the Ceph distributed file system. Please
refer to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more
information.
.SH SEE ALSO

View File

@ -1,6 +1,6 @@
.TH "CCONF" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-CONF" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
cconf \- ceph conf file tool
ceph-conf \- ceph conf file tool
.
.nr rst2man-indent-level 0
.
@ -32,22 +32,22 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcconf\fP \-c \fIconffile\fP \-\-list\-all\-sections
\fBcconf\fP \-c \fIconffile\fP \-L
\fBcconf\fP \-c \fIconffile\fP \-l \fIprefix\fP
\fBcconf\fP \fIkey\fP \-s \fIsection1\fP ...
\fBcconf\fP [\-s \fIsection\fP ] \-\-lookup \fIkey\fP
\fBcconf\fP [\-s \fIsection\fP ] \fIkey\fP
\fBceph\-conf\fP \-c \fIconffile\fP \-\-list\-all\-sections
\fBceph\-conf\fP \-c \fIconffile\fP \-L
\fBceph\-conf\fP \-c \fIconffile\fP \-l \fIprefix\fP
\fBceph\-conf\fP \fIkey\fP \-s \fIsection1\fP ...
\fBceph\-conf\fP [\-s \fIsection\fP ] \-\-lookup \fIkey\fP
\fBceph\-conf\fP [\-s \fIsection\fP ] \fIkey\fP
.fi
.sp
.SH DESCRIPTION
.sp
\fBcconf\fP is a utility for getting information about a ceph
\fBceph\-conf\fP is a utility for getting information about a ceph
configuration file. As with most Ceph programs, you can specify which
Ceph configuration file to use with the \fB\-c\fP flag.
.SH ACTIONS
.sp
\fBcconf\fP will perform one of the following actions:
\fBceph\-conf\fP will perform one of the following actions:
.sp
\-\-list\-all\-sections or \-L prints out a list of all the section names in the configuration
file.
@ -75,7 +75,7 @@ To find out what value osd 0 will use for the "osd data" option:
.sp
.nf
.ft C
cconf \-c foo.conf \-\-name osd.0 \-\-lookup "osd data"
ceph\-conf \-c foo.conf \-\-name osd.0 \-\-lookup "osd data"
.ft P
.fi
.sp
@ -83,7 +83,7 @@ To find out what value will mds a use for the "log file" option:
.sp
.nf
.ft C
cconf \-c foo.conf \-\-name mds.a "log file"
ceph\-conf \-c foo.conf \-\-name mds.a "log file"
.ft P
.fi
.sp
@ -91,7 +91,7 @@ To list all sections that begin with osd:
.sp
.nf
.ft C
cconf \-c foo.conf \-l osd
ceph\-conf \-c foo.conf \-l osd
.ft P
.fi
.sp
@ -99,12 +99,12 @@ To list all sections:
.sp
.nf
.ft C
cconf \-c foo.conf \-L
ceph\-conf \-c foo.conf \-L
.ft P
.fi
.SH AVAILABILITY
.sp
\fBcconf\fP is part of the Ceph distributed file system. Please refer
\fBceph\-conf\fP is part of the Ceph distributed file system. Please refer
to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more
information.
.SH SEE ALSO

View File

@ -1,6 +1,6 @@
.TH "CDEBUGPACK" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-DEBUGPACK" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
cdebugpack \- ceph debug packer utility
ceph-debugpack \- ceph debug packer utility
.
.nr rst2man-indent-level 0
.
@ -32,16 +32,16 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcdebugpack\fP [ \fIoptions\fP ] \fIfilename.tar.gz\fP
\fBceph\-debugpack\fP [ \fIoptions\fP ] \fIfilename.tar.gz\fP
.fi
.sp
.SH DESCRIPTION
.sp
\fBcdebugpack\fP will build a tarball containing various items that are
\fBceph\-debugpack\fP will build a tarball containing various items that are
useful for debugging crashes. The resulting tarball can be shared with
Ceph developers when debugging a problem.
.sp
The tarball will include the binaries for ceph-mds, ceph-osd, and ceph-mon, any
The tarball will include the binaries for ceph\-mds, ceph\-osd, and ceph\-mon, any
log files, the ceph.conf configuration file, any core files we can
find, and (if the system is running) dumps of the current osd, mds,
and pg maps from the monitor.
@ -55,7 +55,7 @@ startup.
.UNINDENT
.SH AVAILABILITY
.sp
\fBcdebugpack\fP is part of the Ceph distributed file system. Please
\fBceph\-debugpack\fP is part of the Ceph distributed file system. Please
refer to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more
information.
.SH SEE ALSO

View File

@ -1,6 +1,6 @@
.TH "CFUSE" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-FUSE" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
cfuse \- FUSE-based client for ceph
ceph-fuse \- FUSE-based client for ceph
.
.nr rst2man-indent-level 0
.
@ -32,12 +32,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcfuse\fP [ \-m \fImonaddr\fP:\fIport\fP ] \fImountpoint\fP [ \fIfuse options\fP ]
\fBceph\-fuse\fP [ \-m \fImonaddr\fP:\fIport\fP ] \fImountpoint\fP [ \fIfuse options\fP ]
.fi
.sp
.SH DESCRIPTION
.sp
\fBcfuse\fP is a FUSE (File system in USErspace) client for Ceph
\fBceph\-fuse\fP is a FUSE (File system in USErspace) client for Ceph
distributed file system. It will mount a ceph file system (specified
via the \-m option for described by ceph.conf (see below) at the
specific mount point.
@ -50,10 +50,10 @@ fusermount \-u mountpoint
.ft P
.fi
.sp
or by sending \fBSIGINT\fP to the \fBcfuse\fP process.
or by sending \fBSIGINT\fP to the \fBceph\-fuse\fP process.
.SH OPTIONS
.sp
Any options not recognized by cfuse will be passed on to libfuse.
Any options not recognized by ceph\-fuse will be passed on to libfuse.
.INDENT 0.0
.TP
.B \-d
@ -77,7 +77,7 @@ Use root_directory as the mounted root, rather than the full Ceph tree.
.UNINDENT
.SH AVAILABILITY
.sp
\fBcfuse\fP is part of the Ceph distributed file system. Please refer to
\fBceph\-fuse\fP is part of the Ceph distributed file system. Please refer to
the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more information.
.SH SEE ALSO
.sp

View File

@ -1,6 +1,6 @@
.TH "CMDS" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-MDS" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
cmds \- ceph metadata server daemon
ceph-mds \- ceph metadata server daemon
.
.nr rst2man-indent-level 0
.
@ -32,16 +32,16 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcmds\fP \-i \fIname\fP [[ \-\-hot\-standby [\fIrank\fP] ]|[\-\-journal_check \fIrank\fP]]
\fBceph\-mds\fP \-i \fIname\fP [[ \-\-hot\-standby [\fIrank\fP] ]|[\-\-journal_check \fIrank\fP]]
.fi
.sp
.SH DESCRIPTION
.sp
\fBcmds\fP is the metadata server daemon for the Ceph distributed file
system. One or more instances of cmds collectively manage the file
\fBceph\-mds\fP is the metadata server daemon for the Ceph distributed file
system. One or more instances of ceph\-mds collectively manage the file
system namespace, coordinating access to the shared OSD cluster.
.sp
Each cmds daemon instance should have a unique name. The name is used
Each ceph\-mds daemon instance should have a unique name. The name is used
to identify daemon instances in the ceph.conf.
.sp
Once the daemon has started, the monitor cluster will normally assign
@ -59,7 +59,7 @@ overrides specifying the name.
.TP
.B \-f, \-\-foreground
Foreground: do not daemonize after startup (run in foreground). Do
not generate a pid file. Useful when run via \fBceph-run\fP(8).
not generate a pid file. Useful when run via \fBceph\-run\fP(8).
.UNINDENT
.INDENT 0.0
.TP
@ -81,13 +81,13 @@ Connect to specified monitor (instead of looking through
.UNINDENT
.SH AVAILABILITY
.sp
\fBcmon\fP is part of the Ceph distributed file system. Please refer to the Ceph wiki at
\fBceph\-mon\fP is part of the Ceph distributed file system. Please refer to the Ceph wiki at
\fI\%http://ceph.newdream.net/wiki\fP for more information.
.SH SEE ALSO
.sp
\fBceph\fP(8),
\fBceph-mon\fP(8),
\fBceph-osd\fP(8)
\fBceph\-mon\fP(8),
\fBceph\-osd\fP(8)
.SH COPYRIGHT
2011, New Dream Network
.\" Generated by docutils manpage writer.

View File

@ -1,6 +1,6 @@
.TH "CMON" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-MON" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
cmon \- ceph monitor daemon
ceph-mon \- ceph monitor daemon
.
.nr rst2man-indent-level 0
.
@ -50,7 +50,7 @@ the configuration file.
.TP
.B \-f, \-\-foreground
Foreground: do not daemonize after startup (run in foreground). Do
not generate a pid file. Useful when run via \fBcrun\fP(8).
not generate a pid file. Useful when run via \fBceph\-run\fP(8).
.UNINDENT
.INDENT 0.0
.TP
@ -71,8 +71,8 @@ the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more information.
.SH SEE ALSO
.sp
\fBceph\fP(8),
\fBceph-mds\fP(8),
\fBceph-osd\fP(8)
\fBceph\-mds\fP(8),
\fBceph\-osd\fP(8)
.SH COPYRIGHT
2011, New Dream Network
.\" Generated by docutils manpage writer.

View File

@ -1,6 +1,6 @@
.TH "COSD" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-OSD" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
cosd \- ceph object storage daemon
ceph-osd \- ceph object storage daemon
.
.nr rst2man-indent-level 0
.
@ -32,13 +32,13 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcosd\fP \-i \fIosdnum\fP [ \-\-osd\-data \fIdatapath\fP ] [ \-\-osd\-journal
\fBceph\-osd\fP \-i \fIosdnum\fP [ \-\-osd\-data \fIdatapath\fP ] [ \-\-osd\-journal
\fIjournal\fP ] [ \-\-mkfs ] [ \-\-mkjournal ] [ \-\-mkkey ]
.fi
.sp
.SH DESCRIPTION
.sp
\fBcosd\fP is the object storage daemon for the Ceph distributed file
\fBceph\-osd\fP is the object storage daemon for the Ceph distributed file
system. It is responsible for storing objects on a local file system
and providing access to them over the network.
.sp
@ -51,7 +51,7 @@ datapath with low latency (ideally, an NVRAM device).
.TP
.B \-f, \-\-foreground
Foreground: do not daemonize after startup (run in foreground). Do
not generate a pid file. Useful when run via \fBcrun\fP(8).
not generate a pid file. Useful when run via \fBceph\-run\fP(8).
.UNINDENT
.INDENT 0.0
.TP
@ -80,7 +80,7 @@ Create an empty object repository. Normally invoked by
.B \-\-mkkey
Generate a new secret key. This is normally used in combination
with \fB\-\-mkfs\fP as it is more convenient than generating a key by
hand with \fBceph-authtool\fP(8).
hand with \fBceph\-authtool\fP(8).
.UNINDENT
.INDENT 0.0
.TP
@ -111,14 +111,14 @@ Connect to specified monitor (instead of looking through
.UNINDENT
.SH AVAILABILITY
.sp
\fBcosd\fP is part of the Ceph distributed file system. Please refer to
\fBceph\-osd\fP is part of the Ceph distributed file system. Please refer to
the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more information.
.SH SEE ALSO
.sp
\fBceph\fP(8),
\fBcmds\fP(8),
\fBcmon\fP(8),
\fBceph-authtool\fP(8)
\fBceph\-mds\fP(8),
\fBceph\-mon\fP(8),
\fBceph\-authtool\fP(8)
.SH COPYRIGHT
2011, New Dream Network
.\" Generated by docutils manpage writer.

View File

@ -1,6 +1,6 @@
.TH "CRBDNAMER" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-RBDNAMER" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
crbdnamer \- udev helper to name RBD devices
ceph-rbdnamer \- udev helper to name RBD devices
.
.nr rst2man-indent-level 0
.
@ -32,23 +32,23 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcrbdnamer\fP \fInum\fP
\fBceph\-rbdnamer\fP \fInum\fP
.fi
.sp
.SH DESCRIPTION
.sp
\fBcrbdnamer\fP prints the pool and image name for the given RBD devices
\fBceph\-rbdnamer\fP prints the pool and image name for the given RBD devices
to stdout. It is used by \fIudev\fP (using a rule like the one below) to
set up a device symlink.
.sp
.nf
.ft C
KERNEL=="rbd[0\-9]*", PROGRAM="/usr/bin/crbdnamer %n", SYMLINK+="rbd/%c{1}/%c{2}:%n"
KERNEL=="rbd[0\-9]*", PROGRAM="/usr/bin/ceph\-rbdnamer %n", SYMLINK+="rbd/%c{1}/%c{2}:%n"
.ft P
.fi
.SH AVAILABILITY
.sp
\fBcrbdnamer\fP is part of the Ceph distributed file system. Please
\fBceph\-rbdnamer\fP is part of the Ceph distributed file system. Please
refer to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more
information.
.SH SEE ALSO

View File

@ -1,6 +1,6 @@
.TH "CRUN" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-RUN" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
crun \- restart daemon on core dump
ceph-run \- restart daemon on core dump
.
.nr rst2man-indent-level 0
.
@ -32,12 +32,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcrun\fP \fIcommand\fP ...
\fBceph\-run\fP \fIcommand\fP ...
.fi
.sp
.SH DESCRIPTION
.sp
\fBcrun\fP is a simple wrapper that will restart a daemon if it exits
\fBceph\-run\fP is a simple wrapper that will restart a daemon if it exits
with a signal indicating it crashed and possibly core dumped (that is,
signals 3, 4, 5, 6, 8, or 11).
.sp
@ -48,14 +48,14 @@ that means the \fB\-f\fP option.
None
.SH AVAILABILITY
.sp
\fBcrun\fP is part of the Ceph distributed file system. Please refer to
\fBceph\-run\fP is part of the Ceph distributed file system. Please refer to
the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more information.
.SH SEE ALSO
.sp
\fBceph\fP(8),
\fBcmon\fP(8),
\fBcmds\fP(8),
\fBcosd\fP(8)
\fBceph\-mon\fP(8),
\fBceph\-mds\fP(8),
\fBceph\-osd\fP(8)
.SH COPYRIGHT
2011, New Dream Network
.\" Generated by docutils manpage writer.

View File

@ -1,6 +1,6 @@
.TH "CSYN" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH-SYN" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
csyn \- ceph synthetic workload generator
ceph-syn \- ceph synthetic workload generator
.
.nr rst2man-indent-level 0
.
@ -32,15 +32,15 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.
.SH SYNOPSIS
.nf
\fBcsyn\fP [ \-m \fImonaddr\fP:\fIport\fP ] \-\-syn \fIcommand\fP \fI...\fP
\fBceph\-syn\fP [ \-m \fImonaddr\fP:\fIport\fP ] \-\-syn \fIcommand\fP \fI...\fP
.fi
.sp
.SH DESCRIPTION
.sp
\fBcsyn\fP is a simple synthetic workload generator for the Ceph
\fBceph\-syn\fP is a simple synthetic workload generator for the Ceph
distributed file system. It uses the userspace client library to
generate simple workloads against a currently running file system. The
file system need not be mounted via cfuse(8) or the kernel client.
file system need not be mounted via ceph\-fuse(8) or the kernel client.
.sp
One or more \fB\-\-syn\fP command arguments specify the particular
workload, as documented below.
@ -109,12 +109,12 @@ Recursively walk the file system (like find).
.UNINDENT
.SH AVAILABILITY
.sp
\fBcsyn\fP is part of the Ceph distributed file system. Please refer to
\fBceph\-syn\fP is part of the Ceph distributed file system. Please refer to
the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more information.
.SH SEE ALSO
.sp
\fBceph\fP(8),
\fBcfuse\fP(8)
\fBceph\-fuse\fP(8)
.SH COPYRIGHT
2011, New Dream Network
.\" Generated by docutils manpage writer.

View File

@ -1,4 +1,4 @@
.TH "CEPH" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPH" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
ceph \- ceph file system control utility
.

View File

@ -1,4 +1,4 @@
.TH "CEPHFS" "8" "September 09, 2011" "dev" "Ceph"
.TH "CEPHFS" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
cephfs \- ceph file system options utility
.

View File

@ -1,4 +1,4 @@
.TH "CRUSHTOOL" "8" "September 09, 2011" "dev" "Ceph"
.TH "CRUSHTOOL" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
crushtool \- CRUSH map manipulation tool
.

View File

@ -1,4 +1,4 @@
.TH "LIBRADOS-CONFIG" "8" "September 09, 2011" "dev" "Ceph"
.TH "LIBRADOS-CONFIG" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
librados-config \- display information about librados
.

View File

@ -1,4 +1,4 @@
.TH "MKCEPHFS" "8" "September 09, 2011" "dev" "Ceph"
.TH "MKCEPHFS" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
mkcephfs \- create a ceph file system
.

View File

@ -1,4 +1,4 @@
.TH "MONMAPTOOL" "8" "September 09, 2011" "dev" "Ceph"
.TH "MONMAPTOOL" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
monmaptool \- ceph monitor cluster map manipulation tool
.

View File

@ -1,4 +1,4 @@
.TH "MOUNT.CEPH" "8" "September 09, 2011" "dev" "Ceph"
.TH "MOUNT.CEPH" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
mount.ceph \- mount a ceph file system
.
@ -188,7 +188,7 @@ refer to the Ceph wiki at \fI\%http://ceph.newdream.net/wiki\fP for more
information.
.SH SEE ALSO
.sp
\fBcfuse\fP(8),
\fBceph\-fuse\fP(8),
\fBceph\fP(8)
.SH COPYRIGHT
2011, New Dream Network

View File

@ -1,4 +1,4 @@
.TH "OBSYNC" "8" "September 09, 2011" "dev" "Ceph"
.TH "OBSYNC" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
obsync \- The object synchronizer tool
.

View File

@ -1,4 +1,4 @@
.TH "OSDMAPTOOL" "8" "September 09, 2011" "dev" "Ceph"
.TH "OSDMAPTOOL" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
osdmaptool \- ceph osd cluster map manipulation tool
.

View File

@ -1,4 +1,4 @@
.TH "RADOS" "8" "September 09, 2011" "dev" "Ceph"
.TH "RADOS" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
rados \- rados object storage utility
.

View File

@ -1,4 +1,4 @@
.TH "RADOSGW" "8" "September 09, 2011" "dev" "Ceph"
.TH "RADOSGW" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
radosgw \- rados REST gateway
.

View File

@ -1,4 +1,4 @@
.TH "RADOSGW_ADMIN" "8" "September 09, 2011" "dev" "Ceph"
.TH "RADOSGW_ADMIN" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
radosgw_admin \- rados REST gateway user administration utility
.

View File

@ -1,4 +1,4 @@
.TH "RBD" "8" "September 09, 2011" "dev" "Ceph"
.TH "RBD" "8" "September 22, 2011" "dev" "Ceph"
.SH NAME
rbd \- manage rados block device (RBD) images
.