]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Config::General doesn't like items all on one line
authorMichael Rodriguez <michael@newdream.net>
Mon, 25 Feb 2008 19:27:12 +0000 (11:27 -0800)
committerMichael Rodriguez <michael@newdream.net>
Mon, 25 Feb 2008 19:27:12 +0000 (11:27 -0800)
src/crush/sample.txt

index a2e5655783b47a864d9decdf2b46500f9f507348..4a42b7c1a579d116c86d986916a891d8d606edb2 100644 (file)
 </type>
 
 # hierarchy
-<osd osd001>weight 500</osd>
-<osd osd002>weight 500</osd>
-<osd osd003>weight 500</osd>
-<osd osd004>weight 500</osd>
-<osd osd005>weight 500</osd>
-<osd osd006>weight 500</osd>
+<osd osd001>
+       weight 500
+               </osd>
+<osd osd002>
+       weight 500
+               </osd>
+<osd osd003>
+       weight 500
+               </osd>
+<osd osd004>
+       weight 500
+               </osd>
+<osd osd005>
+       weight 500
+               </osd>
+<osd osd006>
+       weight 500
+               </osd>
 
 <cab cab-d2>
   type strawbucket
 
 
 <pool newlayout>
-  <item satapool>weight 1.0</item>
-  <item fcpool>weight 3.0</item>
+  <item satapool>
+       weight 1.0
+</item>
+  <item fcpool>
+       weight 3.0
+</item>
 </pool>
 
 # rules