diff options
author | Sage Weil <sage@newdream.net> | 2011-09-22 16:18:19 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-09-22 16:18:37 -0700 |
commit | bfbda9644287a11fdd01df389eaa53bb13aaa71b (patch) | |
tree | 9112d9a67ae1c49251d126a8fce0a9a53a62dc42 /man | |
parent | 3e9a9360625dff3b9bc87f94c0b5109535b58b5e (diff) | |
download | ceph-bfbda9644287a11fdd01df389eaa53bb13aaa71b.tar.gz |
man: rebuild manpages
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/ceph-authtool.8 | 16 | ||||
-rw-r--r-- | man/ceph-clsinfo.8 | 10 | ||||
-rw-r--r-- | man/ceph-conf.8 | 30 | ||||
-rw-r--r-- | man/ceph-debugpack.8 | 12 | ||||
-rw-r--r-- | man/ceph-fuse.8 | 14 | ||||
-rw-r--r-- | man/ceph-mds.8 | 20 | ||||
-rw-r--r-- | man/ceph-mon.8 | 10 | ||||
-rw-r--r-- | man/ceph-osd.8 | 20 | ||||
-rw-r--r-- | man/ceph-rbdnamer.8 | 12 | ||||
-rw-r--r-- | man/ceph-run.8 | 16 | ||||
-rw-r--r-- | man/ceph-syn.8 | 14 | ||||
-rw-r--r-- | man/ceph.8 | 2 | ||||
-rw-r--r-- | man/cephfs.8 | 2 | ||||
-rw-r--r-- | man/crushtool.8 | 2 | ||||
-rw-r--r-- | man/librados-config.8 | 2 | ||||
-rw-r--r-- | man/mkcephfs.8 | 2 | ||||
-rw-r--r-- | man/monmaptool.8 | 2 | ||||
-rw-r--r-- | man/mount.ceph.8 | 4 | ||||
-rw-r--r-- | man/obsync.8 | 2 | ||||
-rw-r--r-- | man/osdmaptool.8 | 2 | ||||
-rw-r--r-- | man/rados.8 | 2 | ||||
-rw-r--r-- | man/radosgw.8 | 2 | ||||
-rw-r--r-- | man/radosgw_admin.8 | 2 | ||||
-rw-r--r-- | man/rbd.8 | 2 |
24 files changed, 101 insertions, 101 deletions
diff --git a/man/ceph-authtool.8 b/man/ceph-authtool.8 index afb5abb7fb6..c9182ea505e 100644 --- a/man/ceph-authtool.8 +++ b/man/ceph-authtool.8 @@ -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 diff --git a/man/ceph-clsinfo.8 b/man/ceph-clsinfo.8 index 204292d8282..b5edc57156b 100644 --- a/man/ceph-clsinfo.8 +++ b/man/ceph-clsinfo.8 @@ -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 diff --git a/man/ceph-conf.8 b/man/ceph-conf.8 index f3e45fa3876..0cbea4b88ee 100644 --- a/man/ceph-conf.8 +++ b/man/ceph-conf.8 @@ -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 diff --git a/man/ceph-debugpack.8 b/man/ceph-debugpack.8 index 6aa1c4dfd0b..08d6ed01839 100644 --- a/man/ceph-debugpack.8 +++ b/man/ceph-debugpack.8 @@ -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 diff --git a/man/ceph-fuse.8 b/man/ceph-fuse.8 index 50f0f39154d..965eed5ad12 100644 --- a/man/ceph-fuse.8 +++ b/man/ceph-fuse.8 @@ -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 diff --git a/man/ceph-mds.8 b/man/ceph-mds.8 index 9367d3424bd..6a5a9e8a560 100644 --- a/man/ceph-mds.8 +++ b/man/ceph-mds.8 @@ -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. diff --git a/man/ceph-mon.8 b/man/ceph-mon.8 index dc6c4146f2b..0baccab2f01 100644 --- a/man/ceph-mon.8 +++ b/man/ceph-mon.8 @@ -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. diff --git a/man/ceph-osd.8 b/man/ceph-osd.8 index edaa884da6b..bcc9c7f500b 100644 --- a/man/ceph-osd.8 +++ b/man/ceph-osd.8 @@ -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. diff --git a/man/ceph-rbdnamer.8 b/man/ceph-rbdnamer.8 index 0f7d349df57..0c8c2fd3c13 100644 --- a/man/ceph-rbdnamer.8 +++ b/man/ceph-rbdnamer.8 @@ -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 diff --git a/man/ceph-run.8 b/man/ceph-run.8 index 37975efffd9..f7a5e9efc48 100644 --- a/man/ceph-run.8 +++ b/man/ceph-run.8 @@ -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. diff --git a/man/ceph-syn.8 b/man/ceph-syn.8 index 3a42473217e..a51feaa5ca8 100644 --- a/man/ceph-syn.8 +++ b/man/ceph-syn.8 @@ -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. diff --git a/man/ceph.8 b/man/ceph.8 index 9add8c48efa..ba41bb0c5a3 100644 --- a/man/ceph.8 +++ b/man/ceph.8 @@ -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 . diff --git a/man/cephfs.8 b/man/cephfs.8 index a497a364b65..ce64faaca91 100644 --- a/man/cephfs.8 +++ b/man/cephfs.8 @@ -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 . diff --git a/man/crushtool.8 b/man/crushtool.8 index 67e54978e6a..07191baeeb5 100644 --- a/man/crushtool.8 +++ b/man/crushtool.8 @@ -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 . diff --git a/man/librados-config.8 b/man/librados-config.8 index 371fc542223..8329c9c12fa 100644 --- a/man/librados-config.8 +++ b/man/librados-config.8 @@ -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 . diff --git a/man/mkcephfs.8 b/man/mkcephfs.8 index c1c1e3c531e..d0145d9cbdb 100644 --- a/man/mkcephfs.8 +++ b/man/mkcephfs.8 @@ -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 . diff --git a/man/monmaptool.8 b/man/monmaptool.8 index baf71806a77..f4f5a2b009b 100644 --- a/man/monmaptool.8 +++ b/man/monmaptool.8 @@ -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 . diff --git a/man/mount.ceph.8 b/man/mount.ceph.8 index 8024e36289e..529454e809d 100644 --- a/man/mount.ceph.8 +++ b/man/mount.ceph.8 @@ -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 diff --git a/man/obsync.8 b/man/obsync.8 index 54ef6a58dad..57b44a0cb05 100644 --- a/man/obsync.8 +++ b/man/obsync.8 @@ -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 . diff --git a/man/osdmaptool.8 b/man/osdmaptool.8 index da988bd8e28..4cc6853a562 100644 --- a/man/osdmaptool.8 +++ b/man/osdmaptool.8 @@ -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 . diff --git a/man/rados.8 b/man/rados.8 index 1fe10ad3308..c1598917f77 100644 --- a/man/rados.8 +++ b/man/rados.8 @@ -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 . diff --git a/man/radosgw.8 b/man/radosgw.8 index 9c0970f8ecf..6ae9a9b1c07 100644 --- a/man/radosgw.8 +++ b/man/radosgw.8 @@ -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 . diff --git a/man/radosgw_admin.8 b/man/radosgw_admin.8 index 80e90ec3247..23d3e45283e 100644 --- a/man/radosgw_admin.8 +++ b/man/radosgw_admin.8 @@ -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 . diff --git a/man/rbd.8 b/man/rbd.8 index 3a0b4bebce3..f2eea7009ce 100644 --- a/man/rbd.8 +++ b/man/rbd.8 @@ -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 . |