Skip to content

Commit

Permalink
DOC: fix 'atime' configuration documentation - this is done only on s…
Browse files Browse the repository at this point in the history
…pace level, not on the subtree level
  • Loading branch information
apeters1971 committed Dec 18, 2024
1 parent 606f270 commit 5dccd0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/diopside/manual/microservices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1658,8 +1658,8 @@ When the cache reaches the high watermark it cleans the oldest files untile low-
# define 90 as low and 95 as high watermark
eos attr set sys.lru.watermark=90:95 /eos/instance/cache/
# track atime with a time resolution of 5 minutes
eos attr set sys.force.atime=300 /eos/dev/instance/cache/
# track atime with a time resolution of 5 minutes (space configuration parameter)
eos space config default space.atime=300
.. index::
pair: LRU; Clean Empty Directories
Expand Down Expand Up @@ -1755,8 +1755,8 @@ file creation time. A *placement policy* can also be specified.

.. code-block:: bash
# track atime with a time resolution of one week
eos attr set sys.force.atime=1w /eos/dev/instance/convert/
# track atime with a time resolution of one week ( space configuration parameter )
eos space config default space.atime=604800
# convert all files older than a month to the layout defined next
eos attr set sys.lru.convert.match="*:6mo" /eos/dev/instance/convert/
Expand Down

0 comments on commit 5dccd0f

Please sign in to comment.