[pbs-devel] [PATCH v5 proxmox-backup 8/8] docs: mention gc-atime-cutoff as datastore tuning option
Christian Ebner
c.ebner at proxmox.com
Thu Mar 6 15:52:52 CET 2025
Document the gc-atime-cutoff option and describe the behavior it
controls, by adding it as additional bullet point to the
documented datastore tuning options.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
changes since version 4:
- no changes
docs/storage.rst | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/storage.rst b/docs/storage.rst
index db61ca58f..da748c682 100644
--- a/docs/storage.rst
+++ b/docs/storage.rst
@@ -446,6 +446,11 @@ There are some tuning related options for the datastore that are more advanced:
risk of data loss by unexpected filesystem behavior. It is recommended to set
this to enabled, which is also the default value.
+* ``gc-atime-cutoff``: Datastore GC atime cutoff for chunk cleanup:
+ This allows to set the cutoff for which a chunk is still considered in-use
+ during phase 2 of garbage collection (given no older writers). If the
+ ``atime`` of the chunk is outside the range, it will be removed.
+
If you want to set multiple tuning options simultaneously, you can separate them
with a comma, like this:
--
2.39.5
More information about the pbs-devel
mailing list