File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
12801280As 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
12981298an erasure coded **disk ** space.
You can’t perform that action at this time.
0 commit comments