doc: update inf/infinite option for subvolume resize

Fixes: https://tracker.ceph.com/issues/42479
Signed-off-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
Jos Collin 2019-10-26 21:32:33 +05:30
parent c77391e9af
commit e5bad7d4a6
No known key found for this signature in database
GPG Key ID: 10DA18C384692C82

View File

@ -148,6 +148,8 @@ Resize a subvolume using::
The command resizes the subvolume quota using the size specified by 'new_size'.
'--no_shrink' flag prevents the subvolume to shrink below the current used size of the subvolume.
The subvolume can be resized to an infinite size by passing 'inf' or 'infinite' as the new_size.
Fetch the absolute path of a subvolume using::
$ ceph fs subvolume getpath <vol_name> <subvol_name> [--group_name <subvol_group_name>]