mirror of
https://github.com/ceph/ceph
synced 2024-12-14 23:46:28 +00:00
777564c870
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> |
||
---|---|---|
.. | ||
disk.conf | ||
librbdpy.rst | ||
libvirt.rst | ||
qemu-rbd.rst | ||
rados-rbd-cmds.rst | ||
rbd-cloudstack.rst | ||
rbd-config-ref.rst | ||
rbd-ko.rst | ||
rbd-openstack.rst | ||
rbd-replay.rst | ||
rbd-snapshot.rst | ||
rbd.rst |