ceph/doc
Ilya Dryomov afbf90d5b5 rbd: du command should take spec as an argument
Change du to take <image-spec> | <snap-spec> as an argument instead of
going through --image option.  The new synopsis is

    (du | disk-usage) [<image-spec> | <snap-spec>]

This is to make it look more like the rest of the commands: the only
other command that takes pool as an argument is ls and it can't really
serve as a prototype for du, because the latter has to work on images
and snapshots as well.

Examples:

    # stats for pool rbd
    $ rbd du
    $ rbd -p rbd du

    # stats for pool foo
    $ rbd -p foo du

    # stats for snapshot mysnap of image baz in pool rbd
    $ rbd du baz@mysnap

    # stats for image bar in pool foo
    $ rbd du foo/bar

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2015-07-27 12:22:04 +03:00
..
_templates doc: Replaced with apt word and fixed grammatical error 2015-04-07 14:11:23 +06:00
_themes/ceph doc: customize css for the group title 2015-05-14 19:33:31 +08:00
api
cephfs doc: add some docs about cephfs-data-scan 2015-07-13 14:05:17 +01:00
changelog doc/release-notes: v0.94.2 2015-06-10 12:48:41 -07:00
dev Merge pull request #5188 from athanatos/wip-11687 2015-07-16 11:03:18 -04:00
images
install Merge pull request #3743 from trociny/wip-osd_create 2015-05-08 00:13:37 +08:00
man/8 rbd: du command should take spec as an argument 2015-07-27 12:22:04 +03:00
mon
rados doc: use spec syntax in rbd docs 2015-07-27 12:22:04 +03:00
radosgw rgw: doc: Fix radosgw stripe size config ref 2015-07-14 23:53:20 +08:00
rbd doc: use spec syntax in rbd docs 2015-07-27 12:22:04 +03:00
scripts
start doc: use spec syntax in rbd docs 2015-07-27 12:22:04 +03:00
.gitignore configure.ac: add an option: --with-man-pages 2015-05-06 10:17:42 +08:00
architecture.rst doc: architecture minor fixes in watch notify 2015-06-09 00:21:58 +05:30
conf.py doc: generate man pages in man/Makefile 2015-03-24 12:36:41 +08:00
favicon.ico
glossary.rst
index.rst doc: release timeline 2015-03-15 22:02:59 +01:00
logo.png
Makefile.am doc: add ceph-create-keys.rst to dist tarball 2015-05-12 07:34:49 -07:00
release-notes.rst Merge pull request #5058 from SUSE/wip-fix-release-notes-blooper 2015-06-25 20:54:37 +08:00
releases.rst doc: add v0.94.2 to the release timeline 2015-06-11 22:35:25 +02:00