ceph/doc/rbd
Yehua 777564c870 doc:adding "--allow-shrink" in decreasing the size of the rbd block to distinguish from the increasing option
In the original file, the increasing and decreaing of the size of the rbd block shares the same option:
    "rbd resize --size 2048 foo".
However, it is not proper, as the "--allow-shrink" needs to be added while decreasing the size of the rbd block.
As a result, it is necessary to make a distinguish between these two options as follows:
    "rbd resize --size 2048 foo (to increase)"
    "rbd resize --size 2048 foo --allow-shrink (to decrease)"

Signed-off-by: Yehua <chen.yehua@h3c.com>
2015-12-23 13:13:04 +08:00
..
disk.conf doc: correct spelling of "fqdn" 2014-11-12 09:53:43 -07:00
librbdpy.rst
libvirt.rst
qemu-rbd.rst doc: Unify ID format 2015-06-18 16:26:08 +02:00
rados-rbd-cmds.rst doc:adding "--allow-shrink" in decreasing the size of the rbd block to distinguish from the increasing option 2015-12-23 13:13:04 +08:00
rbd-cloudstack.rst doc: A couple of fixes to the CloudStack documentation 2014-10-01 17:02:29 +02:00
rbd-config-ref.rst
rbd-ko.rst doc: use spec syntax in rbd docs 2015-07-27 12:22:04 +03:00
rbd-openstack.rst Merge pull request #4848 from leseb/doc-openstack-kilo 2015-06-19 07:14:05 -07:00
rbd-replay.rst doc: Reformatting on rbd replay doc. 2014-12-02 11:23:55 -08:00
rbd-snapshot.rst doc: Modified a note section in rbd-snapshot doc. 2015-12-13 01:23:30 +05:30
rbd.rst add rbd-nbd man page reference 2015-12-02 11:29:30 +08:00