diff options
author | Jos Collin <jcollin@redhat.com> | 2019-10-26 18:02:33 +0200 |
---|---|---|
committer | Jos Collin <jcollin@redhat.com> | 2019-11-07 13:38:53 +0100 |
commit | e5bad7d4a6fa598042e718924fadbddf9ac64e55 (patch) | |
tree | 21c377d449fab059a0127fca62270573498f1df2 /doc/cephfs | |
parent | qa/tasks: fs subvolume resize inf command (diff) | |
download | ceph-e5bad7d4a6fa598042e718924fadbddf9ac64e55.tar.xz ceph-e5bad7d4a6fa598042e718924fadbddf9ac64e55.zip |
doc: update inf/infinite option for subvolume resize
Fixes: https://tracker.ceph.com/issues/42479
Signed-off-by: Jos Collin <jcollin@redhat.com>
Diffstat (limited to 'doc/cephfs')
-rw-r--r-- | doc/cephfs/fs-volumes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 1673259fcfb..6d4a0d7c0d3 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -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>] |