]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
updated sample ceph.conf
authorSage Weil <sage@newdream.net>
Thu, 23 Apr 2009 23:52:05 +0000 (16:52 -0700)
committerSage Weil <sage@newdream.net>
Thu, 23 Apr 2009 23:52:05 +0000 (16:52 -0700)
src/cosd.ceph.conf

index 74306202b911119574e5f09cafa2ccf5fe6b2c5d..9059dd1a75c3269de7379d72f50a7c90fd69a97f 100644 (file)
        pid file = /home/sage/ceph/src/out/$name.pid
        logger dir = /home/sage/ceph/src/log
        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
+       host = cephbooter
+       log dir = /data/cephbooter
+       mon addr = 10.3.14.232:6789
+       mon data = /data/mondata/mon$num
        debug mon = 20
        debug ms = 1
 
 [mds]
        debug mds = 20
        debug ms = 1
+       log dir = /data/cephbooter
 
 [mds.foo]
-       host = cosd0
+       host = cephbooter
 [mds.bar]
-       host = cosd0
+       host = cephbooter
 
 ; ---------------------
 [osd]
        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"
 
+       valgrind = "--tool=memcheck --log-file=/data/cosd$id/v.osd$id"
+
+[osd0]
+       host = cosd0
 [osd1]
        host = cosd1
 [osd2]