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