diff --git a/docs/Administrator Guide/Trash.md b/docs/Administrator Guide/Trash.md index 18f9d31..6274e18 100644 --- a/docs/Administrator Guide/Trash.md +++ b/docs/Administrator Guide/Trash.md @@ -17,7 +17,7 @@ Apart from the primary use-case of accessing files deleted or truncated by user * ***`gluster volume set features.trash-max-filesize `*** - 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 features.trash-eliminate-path [ , , . . . ]`***