]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: GC followup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jul 2020 10:58:47 +0000 (12:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jul 2020 10:58:47 +0000 (12:58 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/administration-guide.rst

index a0ac8c794bf38f6c12e7a61fc6757af169e57d4d..5af0630cd01f6f90021eb54d8610a144d36e1316 100644 (file)
@@ -968,11 +968,11 @@ unused data blocks are removed.
    (access time) property. Filesystems are mounted with the ``relatime`` option
    by default. This results in a better performance by only updating the
    ``atime`` property if the last access has been at least 24 hours ago. The
-   downside is, that touching a chunk within these 24 hours will not update its
-   ``atime`` property.
+   downside is, that touching a chunk within these 24 hours will not always
+   update its ``atime`` property.
 
-   If there are chunks in the grace period, it will be logged at the end of the
-   garbage collection run as *Pending removals*.
+   Chunks in the grace period will be logged at the end of the garbage
+   collection task as *Pending removals*.
 
 .. code-block:: console