]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
sample.ceph.conf: add log file and pid file
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 13 Apr 2011 17:02:25 +0000 (10:02 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 13 Apr 2011 17:02:25 +0000 (10:02 -0700)
These really should be included in a sample...

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/sample.ceph.conf

index 3b06757318bd290f531a34e334ba29110406d895..bb874e778cf004bdaef27f5ccb48d1d6c937d021 100644 (file)
         ; allow ourselves to open a lot of files
         max open files = 131072
 
+        ; set up logging
+        log file = /var/log/ceph/$name.log
+
+        ; set up pid files
+        pid file = /var/run/ceph/$name.pid
+
 ; monitors
 ;  You need at least one.  You need at least three if you want to
 ;  tolerate any node failures.  Always create an odd number.