summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* man: update remaining copyright noticesJosh Durgin2013-04-2921-83/+42
| | | | Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* man: refresh content from rstJosh Durgin2013-04-294-21/+43
| | | | Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* man: make the cephfs man page marginally more truthfulGreg Farnum2013-02-191-6/+6
| | | | Signed-off-by: Greg Farnum <greg@inktank.com>
* .gitignore: add local ones for ocf and manJosh Durgin2013-02-111-0/+1
| | | | Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* Makefile: Install new rdb-fuse.8 man pageGary Lowell2013-01-311-1/+2
| | | | Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
* rbd-fuse: quick and dirty manpageDan Mick2013-01-311-0/+79
| | | | Signed-off-by: Dan Mick <dan.mick@inktank.com>
* doc: update ceph man page linkJosh Durgin2013-01-281-2/+2
| | | | | | It's not the wiki anymore, and the man page needed to be regenerated. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* ceph, rados: update pool delete docs and usageJosh Durgin2013-01-281-1/+1
| | | | Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* rbd: regenerate man page and cli testJosh Durgin2013-01-161-2/+12
| | | | Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* doc: fix rbd permissions for unprotectJosh Durgin2012-12-301-7/+48
| | | | | | | 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>
* rbd: update manpage for import/exportDan Mick2012-12-051-4/+7
| | | | Signed-off-by: Dan Mick <dan.mick@inktank.com>
* make mkcephfs and init-ceph osd filesystem handling more flexibleDanny Al-Gaaf2012-11-231-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* rbd: document defaults for rbd bench-writeDan Mick2012-10-221-2/+3
| | | | Signed-off-by: Dan Mick <dan.mick@inktank.com>
* man: update ceph-debugpack, ceph man pagesSage Weil2012-10-192-6/+6
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* rbd: update man page buildSage Weil2012-10-191-2/+65
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* radosgw-admin manpage: Fix broken quotesDan Mick2012-10-151-4/+4
| | | | Signed-off-by: Dan Mick <dan.mick@inktank.com>
* Merge branch 'wip-osd-caps'Josh Durgin2012-10-051-7/+20
|\ | | | | | | | | | | | | | | Conflicts: src/osd/OSDCap.cc src/test/osd/osdcap.cc Reviewed-by: Sage Weil <sage.weil@inktank.com>
| * doc: add rbd example to ceph-authtool man pageJosh Durgin2012-10-021-0/+10
| | | | | | | | Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
| * doc: update ceph-authtool man page for new osd capsJosh Durgin2012-10-021-7/+10
| | | | | | | | Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* | rbd: use TextTable to implement ls -lDan Mick2012-10-041-3/+5
|/ | | | | Signed-off-by: Dan Mick <dan.mick@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
* Refresh manpages from .rst sourcesDan Mick2012-09-2724-137/+301
| | | | Signed-off-by: Dan Mick <dan.mick@inktank.com>
* rados: fix man pageSage Weil2012-09-271-1/+1
| | | | | | | Default bench IO size if 4MB. Fixes: 3230 Signed-off-by: Sage Weil <sage@inktank.com>
* doc: update ceph-authtool man pageJosh Durgin2012-09-261-8/+38
| | | | | | | | | | | * 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>
* Merge remote branch 'origin/wip-librbd-locking'Josh Durgin2012-09-181-1/+43
|\ | | | | | | | | | | | | Conflicts: qa/workunits/rbd/copy.sh Reviewed-by: Sage Weil <sage.weil@inktank.com>
| * rbd: add locking commandsJosh Durgin2012-09-071-1/+43
| | | | | | | | | | | | | | | | 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>
* | remove obsyncSage Weil2012-09-172-182/+1
|/ | | | | | This now lives at http://github.com/ceph/obsync Signed-off-by: Sage Weil <sage@inktank.com>
* doc: clarify rbd man page (esp. layering)Josh Durgin2012-08-301-9/+80
| | | | | | | | | | | * 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>
* Add manpage sections for flatten, snap {un}protectDan Mick2012-08-201-1/+20
| | | | | Signed-off-by: Dan Mick <dan.mick@inktank.com> Reviewed-by: John Wilkins <john.wilkins@inktank.com>
* rbd: update manpage for clone commandDan Mick2012-07-101-5/+16
| | | | Signed-off-by: Dan Mick <dan.mick@inktank.com>
* man: Remove leftover --bin from ceph-authtool(8).Tommi Virtanen2012-05-211-8/+3
| | | | | | | | | | Regenerate manpage. See 4832c46eab55b1f2cbe9aca419124c2c9d645889, ec732816ef04e036db338cdbe5cdfb9a1b649f8e for the actual removal of the feature. Signed-off-by: Tommi Virtanen <tv@inktank.com>
* Put change to rbd manpage in .rst instead, update man/ from outputDan Mick2012-05-021-2/+2
|
* Treat rename across pools as an errorDan Mick2012-05-011-1/+1
| | | | | Fixes: #2370 Reviewed-by: Samuel Just <samuel.just@dreamhost.com>
* obsync: section 8 -> 1Sage Weil2012-04-192-2/+2
| | | | | Fixes: #2263 Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
* mkcephfs: update man pageSage Weil2012-04-111-1/+9
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* ceph-authtool: update man pageSage Weil2012-04-111-1/+7
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* obsync: include man page in tarball, packagesSage Weil2012-04-111-1/+2
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* ceph-rbdnamer: include in dist tarball and debs/rpmsSage Weil2012-04-111-1/+2
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* man: Oops, update ceph-mon(8) for real. Sorry about that.Tommi Virtanen2012-03-301-1/+1
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* man: Update ceph-mon(8) after reStructuredText syntax fixes.Tommi Virtanen2012-03-301-1/+1
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* ceph-dencoder: man pageSage Weil2012-02-212-1/+165
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* man: regenerate man pagesJosh Durgin2012-02-178-34/+99
| | | | Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
* rbd: add a command to delete all snapshots of an imageJosh Durgin2012-01-051-1/+5
| | | | | | This makes deleting images with many snapshots easier. Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
* man: Update the configuration example for radosgwWido den Hollander2011-12-161-24/+41
| | | | Signed-off-by: Wido den Hollander <wido@widodh.nl>
* man: It is capital -C instead of -c when for creating a new keyringWido den Hollander2011-12-161-1/+1
| | | | Signed-off-by: Wido den Hollander <wido@widodh.nl>
* man: update rule definition for ceph-rbdnamerJosh Durgin2011-12-151-1/+1
| | | | | | This is the rule we install since 891025e539a92b5d75011e2e75c475fc0c272042. Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
* authx -> cephx everywhere it's usedJosh Durgin2011-12-151-2/+2
| | | | | | | 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>
* rbd: Document the rbd showmapped cmdStratos Psomadakis2011-11-071-0/+3
| | | | | | | 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>
* mkcephfs: copy ceph.conf to /etc/ceph/ceph.conf (when -a)Sage Weil2011-10-171-1/+8
| | | | | | You can disable this with --no-copy-conf. Signed-off-by: Sage Weil <sage@newdream.net>
* Makefile: more radosgw_admin -> radosgw-adminSage Weil2011-10-031-1/+1
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* more radosgw_admin -> radosgw-adminSage Weil2011-10-031-9/+9
| | | | Signed-off-by: Sage Weil <sage@newdream.net>