1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

Reflect removal of upper limit for max-filesize

Upper limit for features.trash-max-filesize was removed long time ago. Updating docs to remove mentioning of 1GB as upper limit.
This commit is contained in:
Anoop C S
2020-02-18 12:35:20 +05:30
committed by GitHub
parent 9bfcac7385
commit 6563610eb8

View File

@@ -17,7 +17,7 @@ Apart from the primary use-case of accessing files deleted or truncated by user
* ***`gluster volume set <VOLNAME> features.trash-max-filesize <size>`***
This command can be used to filter files entering trash directory based on their size. Files above trash_max_filesize are deleted/truncated directly.Value for size may be followed by multiplicative suffixes as KB(=1024 bytes), MB(=1024\*1024 bytes) and GB(=1024\*1024\*1024 bytes). Default size is set to 5MB. Considering the fact that trash directory is consuming the glusterfs volume space, trash feature is implemented to function in such a way that it directly deletes/truncates files with size > 1GB even if this option is set to some value greater than 1GB.
This command can be used to filter files entering trash directory based on their size. Files above trash_max_filesize are deleted/truncated directly.Value for size may be followed by multiplicative suffixes as KB(=1024 bytes), MB(=1024\*1024 bytes) and GB(=1024\*1024\*1024 bytes). Default size is set to 5MB.
* ***`gluster volume set <VOLNAME> features.trash-eliminate-path <path1> [ , <path2> , . . . ]`***