]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
dstart: larger cluster
authorSage Weil <sage@newdream.net>
Tue, 18 Nov 2008 04:42:38 +0000 (20:42 -0800)
committerSage Weil <sage@newdream.net>
Wed, 19 Nov 2008 00:47:56 +0000 (16:47 -0800)
src/cm.txt

index c84c940cac388acdb2201966a0e49f4f612abf54..b8210cff77dd2aedbf1f57b60a1ea3cf86a2b2a9 100644 (file)
@@ -22,6 +22,9 @@ device 17 device17
 device 18 device18
 device 19 device19
 device 20 device20
+device 21 device21
+device 22 device22
+device 23 device23
 
 # types
 type 0 device
@@ -37,6 +40,7 @@ pool metaroot {
        item device8 weight 1.000
        item device12 weight 1.000
        item device16 weight 1.000
+       item device20 weight 1.000
 }
 
 domain cosd1 {
@@ -74,6 +78,13 @@ domain cosd5 {
        item device18 weight 1.000 pos 1
        item device19 weight 1.000 pos 2
 }
+domain cosd5 {
+       id -8           # do not change unnecessarily
+       alg uniform     # do not change bucket size (4) unnecessarily
+       item device21 weight 1.000 pos 0
+       item device22 weight 1.000 pos 1
+       item device23 weight 1.000 pos 2
+}
 pool root {
        id -1           # do not change unnecessarily
        alg straw
@@ -82,6 +93,7 @@ pool root {
        item cosd3 weight 4.000
        item cosd4 weight 4.000
        item cosd5 weight 4.000
+       item cosd6 weight 4.000
 }