diff options
author | Sage Weil <sage@newdream.net> | 2008-10-06 23:35:45 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2008-10-06 23:35:45 +0200 |
commit | da85303dc1a3219d6de20bc0d5b81a891debe1cb (patch) | |
tree | 0b3482d59c5e46f8f0364549ee98599ea8daa07a /src/cm.txt | |
parent | crushtool: verify item pos (diff) | |
download | ceph-da85303dc1a3219d6de20bc0d5b81a891debe1cb.tar.xz ceph-da85303dc1a3219d6de20bc0d5b81a891debe1cb.zip |
cm.txt: fix up metaroot pool
Diffstat (limited to '')
-rw-r--r-- | src/cm.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cm.txt b/src/cm.txt index 8883e30b215..2ee654a5847 100644 --- a/src/cm.txt +++ b/src/cm.txt @@ -65,9 +65,9 @@ pool metaroot { id -6 alg list item device0 weight 1.000 pos 0 - item device4 weight 1.000 pos 0 - item device8 weight 1.000 pos 0 - item device12 weight 1.000 pos 0 + item device4 weight 1.000 pos 1 + item device8 weight 1.000 pos 2 + item device12 weight 1.000 pos 3 } |