ceph/doc/man/8
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
..
ceph-authtool.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-clsinfo.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-conf.rst doc: rework ceph-conf.8 2015-04-22 21:30:27 +08:00
ceph-create-keys.rst man/create-create-keys: minor fixes 2015-06-04 11:27:11 +08:00
ceph-debugpack.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-dencoder.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-deploy.rst doc: ceph-deploy man page: typo #12063 2015-06-17 18:25:08 +02:00
ceph-detect-init.rst ceph-detect-init: integration with automake / make check 2015-05-06 01:54:36 +02:00
ceph-disk.rst doc: Replaced "disk or drive" by "disk" in ceph-disk.rs 2015-06-18 15:47:26 +02:00
ceph-fuse.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-mds.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-mon.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-osd.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-post-file.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-rbdnamer.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-rest-api.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-run.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph-syn.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
ceph.rst Merge pull request #4840 from tchaikov/wip-11833-crush-dump-tree 2015-06-24 17:39:49 +08:00
cephfs.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
crushtool.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
librados-config.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
monmaptool.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
mount.ceph.rst doc: ref 9/ceph-mon using relative path 2015-04-07 23:26:50 +08:00
osdmaptool.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
rados.rst rados: Added --striper option to the command line 2015-06-23 13:04:21 +02:00
radosgw-admin.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
radosgw.rst doc: Corrects rgw.conf file path for Debian-based and RPM-based distros 2015-04-08 15:48:39 +05:30
rbd-fuse.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
rbd-replay-many.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
rbd-replay-prep.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
rbd-replay.rst doc: add ":orphan:" field to avoid sphinx warnings 2015-04-07 23:26:50 +08:00
rbd.rst rbd: du command should take spec as an argument 2015-07-27 12:22:04 +03:00