summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve mount.ceph.8Chris Dunlop2011-02-021-2/+2
| | | | | | | Seeing as I was wondering what "rbytes" might be, I guess others might too... Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* man: Update cmds manual.Greg Farnum2011-01-241-12/+9
| | | | Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
* keyring: default keyring file name is 'keyring'Yehuda Sadeh2011-01-131-11/+15
| | | | update accordingly the tools, scripts, man page
* librados-config: add man pageYehuda Sadeh2011-01-071-0/+24
|
* mkcephfs: require -k; update man pageSage Weil2010-12-061-0/+4
| | | | | | Force users to specify keyring location; update man page accordingly. Signed-off-by: Sage Weil <sage@newdream.net>
* man: add man page for cephfsGreg Farnum2010-12-022-1/+70
| | | | Add to Makefile, debian, and ceph.spec.in bits
* man: fix monmaptool man pageLaszlo Boszormenyi2010-12-011-4/+4
| | | | | | | | | | | | | | | 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>
* cdebugpack: man pageSage Weil2010-10-072-1/+29
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* cauthtool: update man pageSage Weil2010-09-171-8/+25
|
* rgw: update the rgw_admin usageYehuda Sadeh2010-09-021-1/+1
|
* monmaptool: man page typo fixHaifeng Liu2010-08-051-1/+1
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* cauthtool: correct man page sample of minimal fs client capsSage Weil2010-07-301-1/+1
|
* rbd: add removal of snapshotsYehuda Sadeh2010-07-191-0/+3
|
* rbd: rbd tool can parse embedded snapshots nameYehuda Sadeh2010-07-151-7/+19
| | | | also update man page
* rbd: update man page, other external toolsYehuda Sadeh2010-07-153-61/+103
|
* client: take the first inode as root, rather than whatever comes outGreg Farnum2010-07-061-0/+3
| | | | | | with ino=1. Also, translate root inode properly in fuse_ll.
* mkmonfs: remove all tracesSage Weil2010-07-024-27/+0
| | | | | | | It's been replaced by 'cmon --mkfs' Reported-by: Thomas Mueller <thomas@chaschperli.ch> Signed-off-by: Sage Weil <sage@newdream.net>
* man: install cclass, cclsinfo man pages; include in ceph.debSage Weil2010-07-011-1/+3
|
* man: add man pages for cclass and cclsinfoYehuda Sadeh2010-06-302-0/+60
|
* mount.ceph: update mount optionsSage Weil2010-06-281-1/+116
| | | | | Signed-off-by: Thomas Mueller <thomas@chaschperli.ch> Signed-off-by: Sage Weil <sage@newdream.net>
* add helptext for option "snapdirname" to manpage of mount.cephThomas Mueller2010-06-211-0/+4
| | | | | | | | | | | | | | [ 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>
* rados: update documentation to mention mkpool and rmpoolGreg Farnum2010-05-191-0/+7
|
* osd: fix critical cap parsing bugs and documentation.Greg Farnum2010-05-051-2/+2
|
* rbdtool: fix man warningsSage Weil2010-04-081-1/+1
|
* rbdtool: maintain an rbd_directory object; add --listSage Weil2010-04-071-1/+6
|
* rbdtool: add man pageSage Weil2010-04-072-1/+57
|
* auth: update documentation on capsGreg Farnum2010-03-151-2/+4
|
* rados man page; include rados in ceph packageSage Weil2010-02-092-1/+105
|
* debian: include cauthtoolSage Weil2010-02-092-1/+85
|
* ceph: fix manpages so they are only installed onceJosef Bacik2010-02-091-3/+1
| | | | | | | | | | | | 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>
* radosgw: fix man page names, include in packageSage Weil2009-10-283-10/+12
|
* rgw: man page for rgw_adminYehuda Sadeh2009-10-281-0/+61
|
* rgw: radosgw man page continuedYehuda Sadeh2009-10-281-9/+41
|
* radosgw: rename binaries rgw -> radosgwSage Weil2009-10-281-0/+0
|
* rgw: initial man pageSage Weil2009-10-281-0/+32
|
* man: fix mkcephfs man pageSage Weil2009-09-021-3/+3
|
* man: update with latest argsSage Weil2009-03-124-8/+22
|
* conf: parameter substitution work (not fully working)Yehuda Sadeh2009-03-111-1/+1
|
* config: just ceph.conf, no more cluster.confSage Weil2009-03-117-29/+21
|
* man: some manpages fixesSage Weil2009-03-114-26/+18
|
* mds: fix up startup optionsSage Weil2009-03-111-4/+13
|
* man: fix makefileSage Weil2009-03-111-1/+1
|
* man: mount.ceph man pageSage Weil2009-03-102-1/+66
|
* man: mkmonfs, monmaptool, cephSage Weil2009-03-104-2/+162
|
* man: cconfSage Weil2009-03-102-2/+35
|
* man: crushtool, osdmaptoolSage Weil2009-03-103-2/+125
|
* man: csyn, crun man pagesSage Weil2009-03-103-2/+102
|
* man: add cfuse man pageSage Weil2009-03-102-2/+45
|
* debian: add man pages so farSage Weil2009-03-101-2/+2
|
* man: document -m monaddrSage Weil2009-03-102-0/+6
|