Skip to content

Commit 57c6a48

Browse files
committed
DOC: Corrected extended attributes for Storage tiering conversion policies
Fixes EOS-6448
1 parent 33dea6d commit 57c6a48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/diopside/manual/interfaces.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ An example configuration who move the file to **flash** with a single replica la
12741274

12751275
.. code-block:: bash
12761276
1277-
attr set sys.forced.space.policy.readconversion=flash:00650012
1277+
attr set sys.forced.readconversion=flash:00650012
12781278
12791279
This can be combined with an **LRU** policy which moves files of certain sizes and access times to the **disk** tier.
12801280
As a result you have a dynamic tiering setup where **active** files are on the **flash** space, while
@@ -1292,7 +1292,7 @@ files get updated there. Also this policy is defined on the parent directory via
12921292

12931293
.. code-block:: bash
12941294
1295-
attr set sys.forced.space.policy.updateconversion=flash:00650012
1295+
attr set sys.forced.updateconversion=flash:00650012
12961296
12971297
This can be again combined with an **LRU** policy which move certain files (based on size, extension, access time) to
12981298
an erasure coded **disk** space.

0 commit comments

Comments
 (0)