]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cosd: conf changes
authorSage Weil <sage@newdream.net>
Mon, 20 Apr 2009 23:15:46 +0000 (16:15 -0700)
committerSage Weil <sage@newdream.net>
Mon, 20 Apr 2009 23:15:46 +0000 (16:15 -0700)
src/cosd.ceph.conf

index 0505e3738b9c303fc4e0e1b963c67984ae6a1e1f..74306202b911119574e5f09cafa2ccf5fe6b2c5d 100644 (file)
@@ -1,19 +1,43 @@
+; ---------------------
+[group cephnet]
+        addr = 10.3.14.0/24
+
+[mount /]
+        allow = %cephnet
+
+; ---------------------
 [global]
        pid file = /home/sage/ceph/src/out/$name.pid
        logger dir = /home/sage/ceph/src/log
-       log dir = /data/$host
        log sym dir = /home/sage/ceph/src/out
-
+       log dir = /data/cosd0
        chdir = /home/sage/ceph/src
        restart on core dump = false
 
+; ---------------------
 [mon]
 [mon0]
        host = cosd0
        mon addr = 10.3.14.95:6789
        mon data = /home/sage/ceph/src/mondata/mon$num
+       debug mon = 20
+       debug ms = 1
+
+; ---------------------
+[mds]
+       debug mds = 20
+       debug ms = 1
 
+[mds.foo]
+       host = cosd0
+[mds.bar]
+       host = cosd0
+
+; ---------------------
 [osd]
+       debug ms = 1
+       debug osd = 20
+       log dir = /data/cosd$id
        osd data = /mnt/osd$id
        btrfs devs = "/dev/disk/by-path/pci-0000:05:01.0-scsi-2:0:0:0 /dev/disk/by-path/pci-0000:05:01.0-scsi-3:0:0:0 /dev/disk/by-path/pci-0000:05:01.0-scsi-4:0:0:0 /dev/disk/by-path/pci-0000:05:01.0-scsi-5:0:0:0 /dev/disk/by-path/pci-0000:05:01.0-scsi-6:0:0:0 /dev/disk/by-path/pci-0000:05:01.0-scsi-7:0:0:0 /dev/disk/by-path/pci-0000:05:02.0-scsi-0:0:0:0 /dev/disk/by-path/pci-0000:05:02.0-scsi-1:0:0:0 /dev/disk/by-path/pci-0000:05:02.0-scsi-2:0:0:0 /dev/disk/by-path/pci-0000:05:02.0-scsi-3:0:0:0 /dev/disk/by-path/pci-0000:05:02.0-scsi-4:0:0:0 /dev/disk/by-path/pci-0000:05:02.0-scsi-5:0:0:0 /dev/disk/by-path/pci-0000:05:02.0-scsi-6:0:0:0"
 
@@ -30,7 +54,3 @@
 [osd5]
        host = cosd5
 
-[mds.foo]
-       host = cosd0
-[mds.bar]
-       host = cosd0