docs: GC followup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-21 12:58:47 +02:00
parent b96b11cdb7
commit 255ed62166

View File

@ -968,11 +968,11 @@ unused data blocks are removed.
(access time) property. Filesystems are mounted with the ``relatime`` option (access time) property. Filesystems are mounted with the ``relatime`` option
by default. This results in a better performance by only updating the 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 ``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 downside is, that touching a chunk within these 24 hours will not always
``atime`` property. update its ``atime`` property.
If there are chunks in the grace period, it will be logged at the end of the Chunks in the grace period will be logged at the end of the garbage
garbage collection run as *Pending removals*. collection task as *Pending removals*.
.. code-block:: console .. code-block:: console