Commit Graph

225 Commits

Author SHA1 Message Date
Josh Durgin
d7cdcc0e25 rbd: regenerate man page and cli test
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2013-01-16 13:14:49 -08:00
Josh Durgin
8bbb4a364d doc: fix rbd permissions for unprotect
Unprotect examines all pools, so use blanket x before 0.54. After
that, use class-read restricted by object_prefix to rbd_children.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-12-30 00:06:11 -08:00
Dan Mick
b7b724299e rbd: update manpage for import/export
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2012-12-05 18:17:35 -08:00
Danny Al-Gaaf
df550c9cce make mkcephfs and init-ceph osd filesystem handling more flexible
Remove btrfs specific keys and replace them by more generic
keys to be able to replace btrfs with e.g. xfs or ext4 easily.

Add new key to define the osd fs type: 'osd mkfs type', which can
get defined in the [osd] section for all OSDs.

Replaced config keys:
- 'btrfs devs' -> 'devs'
- 'btrfs path' -> 'fs path'
- 'btrfs options' -> 'osd mount options $fstype'

New config key:
- 'osd mkfs options $fstype': file system specific options for mkfs
- 'osd mkfs type': to define the filesystem for mkfs and also mount

Replaced in mkcephfs: --mkbtrfs with --mkfs

Replaced in init-ceph:
- --btrfs with --fsmount
- --nobtrfs with --nofsmount
- --btrfsumount with --fsumount

NOTE: old options from mkcephfs and init-ceph will still work, but
      get may removed in the future from the scripts.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2012-11-23 19:14:52 -08:00
Dan Mick
3dffa6dd25 rbd: document defaults for rbd bench-write
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2012-10-22 13:34:23 -07:00
Sage Weil
50bb65963c man: update ceph-debugpack, ceph man pages
Signed-off-by: Sage Weil <sage@inktank.com>
2012-10-19 10:42:48 -07:00
Sage Weil
c18e17d2fe rbd: update man page build
Signed-off-by: Sage Weil <sage@inktank.com>
2012-10-19 10:41:51 -07:00
Dan Mick
96e365be85 radosgw-admin manpage: Fix broken quotes
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2012-10-15 18:18:49 -07:00
Josh Durgin
c8721b956c Merge branch 'wip-osd-caps'
Conflicts:
	src/osd/OSDCap.cc
	src/test/osd/osdcap.cc

Reviewed-by: Sage Weil <sage.weil@inktank.com>
2012-10-05 16:21:12 -07:00
Dan Mick
61b2e4d6ac rbd: use TextTable to implement ls -l
Signed-off-by: Dan Mick <dan.mick@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
2012-10-04 15:20:29 -07:00
Josh Durgin
9362f726aa doc: add rbd example to ceph-authtool man page
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-10-02 15:43:38 -07:00
Josh Durgin
7ea8f16e22 doc: update ceph-authtool man page for new osd caps
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-10-02 15:43:37 -07:00
Dan Mick
1d231f9364 Refresh manpages from .rst sources
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2012-09-27 14:33:04 -07:00
Sage Weil
1d552a4ba0 rados: fix man page
Default bench IO size if 4MB.

Fixes: 3230
Signed-off-by: Sage Weil <sage@inktank.com>
2012-09-27 14:10:51 -07:00
Josh Durgin
8c3bfaa30a doc: update ceph-authtool man page
* document osd capabilities
* fix librados user example
* fix example with outdated syntax (pool= and uid= are not supported)
* ignore auid, object prefix, and class restrictions for now since
  they aren't usable yet
* fix header for keyring file section

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-09-26 17:41:03 -07:00
Josh Durgin
f530659786 Merge remote branch 'origin/wip-librbd-locking'
Conflicts:
	qa/workunits/rbd/copy.sh

Reviewed-by: Sage Weil <sage.weil@inktank.com>
2012-09-18 16:06:25 -07:00
Sage Weil
de930440e7 remove obsync
This now lives at http://github.com/ceph/obsync

Signed-off-by: Sage Weil <sage@inktank.com>
2012-09-17 18:23:39 -07:00
Josh Durgin
eeaa92c471 rbd: add locking commands
The locker (entity_name_t) will be different each time the rbd
command line tool is run, so 'lock remove' is always breaking a lock.

Fixes: #2556
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-09-07 18:38:27 -07:00
Josh Durgin
649bdc15d3 doc: clarify rbd man page (esp. layering)
* a clone's size can't be overridden
* note which commands require format 2
* clarify details of copy
* add examples for cloning
* add pool to map example for consistency
* fix a couple warnings and re-sync man page with rst

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
2012-08-30 14:34:49 -07:00
Dan Mick
81694c39d0 Add manpage sections for flatten, snap {un}protect
Signed-off-by: Dan Mick <dan.mick@inktank.com>
Reviewed-by: John Wilkins <john.wilkins@inktank.com>
2012-08-20 18:14:29 -07:00
Dan Mick
2a6af20863 rbd: update manpage for clone command
Signed-off-by: Dan Mick <dan.mick@inktank.com>
2012-07-10 14:00:06 -07:00
Tommi Virtanen
7d5fa4e506 man: Remove leftover --bin from ceph-authtool(8).
Regenerate manpage.

See 4832c46eab,
ec732816ef for the actual removal of the
feature.

Signed-off-by: Tommi Virtanen <tv@inktank.com>
2012-05-21 08:56:08 -07:00
Dan Mick
31fb8f97b6 Put change to rbd manpage in .rst instead, update man/ from output 2012-05-02 11:46:32 -07:00
Dan Mick
ee26c5d73a Treat rename across pools as an error
Fixes: #2370
Reviewed-by: Samuel Just <samuel.just@dreamhost.com>
2012-05-01 20:08:00 -07:00
Sage Weil
9cb796a03a obsync: section 8 -> 1
Fixes: #2263
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2012-04-19 12:47:50 -07:00
Sage Weil
119dd5ae3d mkcephfs: update man page
Signed-off-by: Sage Weil <sage@newdream.net>
2012-04-11 16:00:14 -07:00
Sage Weil
4a4b7994e6 ceph-authtool: update man page
Signed-off-by: Sage Weil <sage@newdream.net>
2012-04-11 16:00:05 -07:00
Sage Weil
af50273545 obsync: include man page in tarball, packages
Signed-off-by: Sage Weil <sage@newdream.net>
2012-04-11 11:42:55 -07:00
Sage Weil
838a7618a7 ceph-rbdnamer: include in dist tarball and debs/rpms
Signed-off-by: Sage Weil <sage@newdream.net>
2012-04-11 11:42:55 -07:00
Tommi Virtanen
ba6bb4cfa3 man: Oops, update ceph-mon(8) for real. Sorry about that.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2012-03-30 11:27:47 -07:00
Tommi Virtanen
541a543c43 man: Update ceph-mon(8) after reStructuredText syntax fixes.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2012-03-30 11:26:19 -07:00
Sage Weil
a6c7f999d0 ceph-dencoder: man page
Signed-off-by: Sage Weil <sage@newdream.net>
2012-02-21 15:44:55 -08:00
Josh Durgin
4925e9c6d9 man: regenerate man pages
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2012-02-17 14:27:13 -08:00
Josh Durgin
b6c43d2aff rbd: add a command to delete all snapshots of an image
This makes deleting images with many snapshots easier.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2012-01-05 10:19:17 -08:00
Wido den Hollander
e5f49104ab man: Update the configuration example for radosgw
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2011-12-16 22:15:47 -08:00
Wido den Hollander
83cf1b62fd man: It is capital -C instead of -c when for creating a new keyring
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2011-12-16 22:15:40 -08:00
Josh Durgin
e5a5ae12d7 man: update rule definition for ceph-rbdnamer
This is the rule we install since 891025e539.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2011-12-15 13:49:10 -08:00
Josh Durgin
4eb836546d authx -> cephx everywhere it's used
The term authx was in the mount.ceph man page, and got accidentally
copied into rbd help.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2011-12-15 13:43:43 -08:00
Stratos Psomadakis
4e518ed3de rbd: Document the rbd showmapped cmd
Document the rbd showmapped cmd in rbd.usage(), and rbd's man page,
and add it to the bash completion script.

Signed-off-by: Stratos Psomadakis <psomas@grnet.gr>
2011-11-07 09:27:15 -08:00
Sage Weil
9c9560492a mkcephfs: copy ceph.conf to /etc/ceph/ceph.conf (when -a)
You can disable this with --no-copy-conf.

Signed-off-by: Sage Weil <sage@newdream.net>
2011-10-17 10:49:46 -07:00
Sage Weil
2a078f89d6 Makefile: more radosgw_admin -> radosgw-admin
Signed-off-by: Sage Weil <sage@newdream.net>
2011-10-03 13:18:59 -07:00
Sage Weil
6103ee9e88 more radosgw_admin -> radosgw-admin
Signed-off-by: Sage Weil <sage@newdream.net>
2011-10-03 11:25:44 -07:00
Tommi Virtanen
cdecf718ff man: c* -> ceph-* rename: Regenerate manpages.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2011-09-23 15:55:02 -07:00
Sage Weil
bfbda96442 man: rebuild manpages
Signed-off-by: Sage Weil <sage@newdream.net>
2011-09-22 16:18:37 -07:00
Sage Weil
3e9a936062 doc: more c* -> ceph-* renames
Signed-off-by: Sage Weil <sage@newdream.net>
2011-09-22 16:18:37 -07:00
Sage Weil
6f8f140350 c* -> ceph-*
Hopefully I didn't miss too much...

Signed-off-by: Sage Weil <sage@newdream.net>
2011-09-22 15:08:25 -07:00
Tommi Virtanen
92fa2ff8fc man: Generate manpages from doc/man.
Keeping the generated files in version control lets us
support builds from scratch without requiring the full
documentation toolchain to be installed.

The files were just copied over from build-doc/output/man,
after a ./admin/build-doc call. When redoing this, also
take care to remove any roff output if a file was removed
from doc/man, and update Makefile.am.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2011-09-09 16:26:40 -07:00
Tommi Virtanen
fd7a422a55 man: mkcephfs: Typo.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2011-09-06 11:51:14 -07:00
Sage Weil
0ed2fafce0 rbd: remove dup 'rm' command from man page
Fixes: #1395
Signed-off-by: Sage Weil <sage@newdream.net>
2011-08-17 12:56:09 -07:00
Yehuda Sadeh
e9d9201322 rgw: update radosgw man page 2011-08-10 13:43:02 -07:00
Colin Patrick McCabe
924a3225ac obsync: improve formatting a little bit
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-07-01 15:44:33 -07:00
Colin Patrick McCabe
da917ade4a obsync: add man page, documentation line
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-07-01 15:28:37 -07:00
Sage Weil
d2b7e291f2 crbdnamer: man page
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-06-13 22:22:25 -07:00
Greg Farnum
b2becefa77 man: update cosd man page to include info on flush-journal option.
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
2011-06-09 11:10:57 -07:00
Sage Weil
0d79f1dedc man: update cosd man page
Signed-off-by: Sage Weil <sage@newdream.net>
2011-05-18 11:45:46 -07:00
Sage Weil
a4936a5e26 man: mkcephfs: small fixes
Signed-off-by: Sage Weil <sage@newdream.net>
2011-05-06 14:31:57 -07:00
Sage Weil
d74ecc2630 mkcephfs.man: update man page
Not beautiful, but at least it's accurate.

Signed-off-by: Sage Weil <sage@newdream.net>
2011-05-06 14:21:53 -07:00
Josh Durgin
625e785138 rbd: rename kernel add/remove to map/unmap
Unmap takes a device now, and uses the major number
to find the right sequence number in sysfs.

Also updated the man page.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
2011-04-22 15:31:34 -07:00
Sage Weil
88ebb304be Merge remote branch 'origin/next' 2011-04-22 12:30:37 -07:00
Sage Weil
36f0068563 cauthtool: -C not -c in man page
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-04-19 15:33:16 -07:00
Sage Weil
7c04f81ca1 mon: remove class distribution infrastructure
This is now the admin's job.  Removes a lot of code with limited testing
and coverage.

We rev the internal monitor protocol because the state machine ids changed.
This should not affect the on-disk format. Just stop and restart all the
monitors at once during the upgrade.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-04-19 11:33:34 -07:00
Wido den Hollander
d21bdd6e29 radosgw_admin: Update manpage to new syntax
Signed-off-by: Wido den Hollander <wido@widodh.nl>
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
2011-04-17 17:42:04 -07:00
Greg Farnum
2c0b844053 man: Update cmds documentation.
You always need to specify a rank if you do journal-check.

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
2011-04-15 15:54:12 -07:00
Colin Patrick McCabe
a6f0ce4294 cconf: update man page
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-04-15 14:34:53 -07:00
Wido den Hollander
38c6831c38 radosgw: Remove PHP setting from VirtualHost documentation
Signed-off-by: Wido den Hollander <wido@widodh.nl>
Signed-off-by: Sage Weil <sage@newdream.net>
2011-04-07 14:32:31 -07:00
Tommi Virtanen
8c30f535d3 librados-config: Distribute the librados-config.8 manpage.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2011-04-07 10:58:47 -07:00
Tommi Virtanen
9567ba1ae0 man: Make </VirtualHost> be on its own line.
Apparently, now there's a vertical paragraph space before it,
but that's better than being tacked at the end of the previous
line.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2011-03-31 13:36:01 -07:00
Laszlo Boszormenyi
41675b1ba8 Fix manpage typos
Close escape names correctly.
2011-03-20 13:10:40 +01:00
Colin Patrick McCabe
2319ae13aa logging: don't add --debug
--debug is already taken to change the global debug level.
Just offer -d for now.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-03-15 14:59:08 -07:00
Colin Patrick McCabe
abc64b01a3 logging: --foreground options reorganization
-f now just means stay in the foreground.
-d now means stay in the foreground and log to foreground.
Both options now disable pid-files.

Update man pages.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-03-15 14:49:10 -07:00
Tommi Virtanen
d97064e574 Typos.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2011-03-07 11:06:30 -08:00
Chris Dunlop
eb3f65a697 Improve mount.ceph.8
Seeing as I was wondering what "rbytes" might be, I guess others might
too...

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-02-02 09:10:14 -08:00
Greg Farnum
69447f79a9 man: Update cmds manual.
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
2011-01-24 10:57:51 -08:00
Yehuda Sadeh
cfae10b8f8 keyring: default keyring file name is 'keyring'
update accordingly the tools, scripts, man page
2011-01-13 16:11:08 -08:00
Yehuda Sadeh
a3424776f5 librados-config: add man page 2011-01-07 10:46:08 -08:00
Sage Weil
57bcdc54d5 mkcephfs: require -k; update man page
Force users to specify keyring location; update man page accordingly.

Signed-off-by: Sage Weil <sage@newdream.net>
2010-12-06 22:18:16 -08:00
Greg Farnum
03eb4e7a07 man: add man page for cephfs
Add to Makefile, debian, and ceph.spec.in bits
2010-12-02 16:18:38 -08:00
Laszlo Boszormenyi
15c272e8df man: fix monmaptool man page
I've found the manpage problem that I've noted before. It's about
monmaptool, the CLI says it's usage:
[--print] [--create [--clobber]] [--add name 1.2.3.4:567] [--rm name]
<mapfilename>
But the manpage states this as an example:
monmaptool --create --add 192.168.0.10:6789 --add 192.168.0.11:6789 --add
192.168.0.12:6789 --clobber monmap
This definitely misses 'name' after the 'add' switch, resulting:
"invalid ip:port '--add'" as an error message. Attached patch fixes this
inconsistency.

Signed-off-by: Laszlo Boszormenyi <gcs@debian.hu>
2010-12-01 09:24:45 -08:00
Sage Weil
af749e62cb cdebugpack: man page
Signed-off-by: Sage Weil <sage@newdream.net>
2010-10-07 09:38:37 -07:00
Sage Weil
df1d5d870f cauthtool: update man page 2010-09-17 20:13:19 -07:00
Yehuda Sadeh
52aa8be33d rgw: update the rgw_admin usage 2010-09-02 12:04:03 -07:00
Haifeng Liu
773dd82517 monmaptool: man page typo fix
Signed-off-by: Sage Weil <sage@newdream.net>
2010-08-05 07:44:24 -07:00
Sage Weil
309f065254 cauthtool: correct man page sample of minimal fs client caps 2010-07-30 16:35:59 -07:00
Yehuda Sadeh
bf8aa18d48 rbd: add removal of snapshots 2010-07-19 10:20:43 -07:00
Yehuda Sadeh
d565ae3d04 rbd: rbd tool can parse embedded snapshots name
also update man page
2010-07-15 14:35:04 -07:00
Yehuda Sadeh
b0a5cc2db2 rbd: update man page, other external tools 2010-07-15 14:35:04 -07:00
Greg Farnum
84bca03089 client: take the first inode as root, rather than whatever comes out
with ino=1.

Also, translate root inode properly in fuse_ll.
2010-07-06 12:02:33 -07:00
Sage Weil
9c3fc0ae40 mkmonfs: remove all traces
It's been replaced by 'cmon --mkfs'

Reported-by: Thomas Mueller <thomas@chaschperli.ch>
Signed-off-by: Sage Weil <sage@newdream.net>
2010-07-02 07:57:16 -07:00
Sage Weil
c2debcc623 man: install cclass, cclsinfo man pages; include in ceph.deb 2010-07-01 14:29:13 -07:00
Yehuda Sadeh
e76ce44131 man: add man pages for cclass and cclsinfo 2010-06-30 10:32:21 -07:00
Sage Weil
d9554d5db2 mount.ceph: update mount options
Signed-off-by: Thomas Mueller <thomas@chaschperli.ch>
Signed-off-by: Sage Weil <sage@newdream.net>
2010-06-28 09:57:25 -07:00
Thomas Mueller
c9af6def0c add helptext for option "snapdirname" to manpage of mount.ceph
[ The following text is in the "UTF-8" character set. ]
    [ Your display is set for the "iso-8859-1" character set.  ]
    [ Some characters may be displayed incorrectly. ]

inspired by the addition to
http://ceph.newdream.net/wiki/Snapshots about the snapdirname
 option i've created a patch for the mount.ceph manpage

- Thomas

Signed-off-by: Sage Weil <sage@newdream.net>
2010-06-21 08:33:31 -07:00
Greg Farnum
e0315485c0 rados: update documentation to mention mkpool and rmpool 2010-05-19 10:35:28 -07:00
Greg Farnum
ec600db8e5 osd: fix critical cap parsing bugs and documentation. 2010-05-05 14:04:30 -07:00
Sage Weil
6c9b36b2db rbdtool: fix man warnings 2010-04-08 12:57:46 -07:00
Sage Weil
e5381a5c20 rbdtool: maintain an rbd_directory object; add --list 2010-04-07 16:37:21 -07:00
Sage Weil
3d7848daea rbdtool: add man page 2010-04-07 15:29:18 -07:00
Greg Farnum
795035669b auth: update documentation on caps 2010-03-15 10:40:42 -07:00
Sage Weil
2d745bc517 rados man page; include rados in ceph package 2010-02-09 12:28:14 -08:00
Sage Weil
789d702687 debian: include cauthtool 2010-02-09 12:28:07 -08:00
Josef Bacik
270a7bdd94 ceph: fix manpages so they are only installed once
While creating a spec file for CEPH, rpmbuild was complaining because make
install was copying the manpages in, and then copying them in again.  This is
because man_MANS and dist_man_MANS are supposed to be two seperate lists that do
not overlap.  So make install would install all the man pages in the man_MANS
list and the dist_man_MANS list.  This patch kills the dist_man_MANS thing to
keep this from happening.  This made rpmbuild happy, which makes me happy :).
Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
2010-02-09 08:24:41 -08:00
Sage Weil
307382f302 radosgw: fix man page names, include in package 2009-10-28 12:08:54 -07:00
Yehuda Sadeh
e0cf00c7bd rgw: man page for rgw_admin 2009-10-28 11:51:46 -07:00
Yehuda Sadeh
236c7ea051 rgw: radosgw man page continued 2009-10-28 11:16:17 -07:00
Sage Weil
f8fb331226 radosgw: rename binaries rgw -> radosgw 2009-10-28 11:06:36 -07:00
Sage Weil
5a9cee261a rgw: initial man page 2009-10-28 10:54:01 -07:00
Sage Weil
d415a80782 man: fix mkcephfs man page 2009-09-02 10:49:52 -07:00
Sage Weil
386814ff1a man: update with latest args 2009-03-12 16:46:16 -07:00
Yehuda Sadeh
c6b6b3b750 conf: parameter substitution work (not fully working) 2009-03-11 17:32:08 -07:00
Sage Weil
66b4d51dd9 config: just ceph.conf, no more cluster.conf 2009-03-11 16:03:11 -07:00
Sage Weil
8a8f825a69 man: some manpages fixes 2009-03-11 16:03:11 -07:00
Sage Weil
dfefb98e9c mds: fix up startup options 2009-03-11 15:27:58 -07:00
Sage Weil
c2c8f88330 man: fix makefile 2009-03-11 10:05:56 -07:00
Sage Weil
84092828ba man: mount.ceph man page 2009-03-10 21:35:44 -07:00
Sage Weil
a14c3c9714 man: mkmonfs, monmaptool, ceph 2009-03-10 21:20:43 -07:00
Sage Weil
8929cf92dd man: cconf 2009-03-10 20:49:30 -07:00
Sage Weil
2764df209e man: crushtool, osdmaptool 2009-03-10 20:38:47 -07:00
Sage Weil
3214a01ed4 man: csyn, crun man pages 2009-03-10 16:49:23 -07:00
Sage Weil
ebd9a942e1 man: add cfuse man page 2009-03-10 16:31:16 -07:00
Sage Weil
869b54410e debian: add man pages so far 2009-03-10 16:31:16 -07:00
Sage Weil
ef986dc2b6 man: document -m monaddr 2009-03-10 16:10:02 -07:00
Sage Weil
fc846370c1 config: -c foo or --conf=foo; -C bar or --cluster-conf=bar 2009-03-10 16:08:00 -07:00
Sage Weil
5de6ad8216 man: more man pages 2009-03-10 15:00:46 -07:00
Sage Weil
91ce18168c config: default to -d for server daemons; -D/--nodaemon for foreground operation 2009-03-10 14:43:07 -07:00
Sage Weil
160e00f0f6 man: mkcephfs, cosd man pages 2009-03-10 14:39:54 -07:00