From: Sage Weil Date: Fri, 27 May 2011 04:31:18 +0000 (-0700) Subject: drop useless cm.txt X-Git-Tag: v0.29~24 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d2ab764b34da514f5bfdb1386e34bff7475f10a1;p=ceph.git drop useless cm.txt Signed-off-by: Sage Weil --- diff --git a/src/Makefile.am b/src/Makefile.am index 39bd03253d69..12b804d09dd8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -772,7 +772,6 @@ noinst_HEADERS = \ client/hadoop/CephFSInterface.h\ cls_acl.cc\ cls_crypto.cc\ - cm.txt\ common/BackTrace.h\ common/DoutStreambuf.h\ common/LogClient.h\ diff --git a/src/cm.txt b/src/cm.txt deleted file mode 100644 index b322568f6753..000000000000 --- a/src/cm.txt +++ /dev/null @@ -1,84 +0,0 @@ -# begin crush map - -# devices -device 0 device0 -device 1 device1 -device 2 device2 -device 3 device3 -device 4 device4 -device 5 device5 -device 6 device6 -device 7 device7 -device 8 device8 -device 9 device9 -device 10 device10 -device 11 device11 -device 12 device12 -device 13 device13 -device 14 device14 -device 15 device15 -device 16 device16 -device 17 device17 -device 18 device18 -device 19 device19 -device 20 device20 -device 21 device21 -device 22 device22 -device 23 device23 -device 24 device24 -device 25 device25 -device 26 device26 -device 27 device27 - - -# types -type 0 device -type 1 domain -type 2 pool - -# buckets -domain root { - id -1 # do not change unnecessarily - alg straw - item device0 weight 1.000 - item device1 weight 1.000 - item device2 weight 1.000 - item device3 weight 1.000 - item device4 weight 1.000 - item device5 weight 1.000 - item device6 weight 1.000 - item device7 weight 1.000 - item device8 weight 1.000 - item device9 weight 1.0 -} - -# rules -rule data { - ruleset 0 - type replicated - min_size 1 - max_size 10 - step take root - step choose firstn 0 type device - step emit -} -rule metadata { - ruleset 1 - type replicated - min_size 1 - max_size 10 - step take root - step choose firstn 0 type device - step emit -} -rule casdata { - ruleset 2 - type replicated - min_size 1 - max_size 10 - step take root - step choose firstn 0 type device - step emit -} - -# end crush map