From: Colin Patrick McCabe Date: Wed, 13 Apr 2011 17:02:25 +0000 (-0700) Subject: sample.ceph.conf: add log file and pid file X-Git-Tag: v0.27~88 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc162771fcbe97a274b1be38561a686b0922aeb6;p=ceph.git sample.ceph.conf: add log file and pid file These really should be included in a sample... Signed-off-by: Colin McCabe --- diff --git a/src/sample.ceph.conf b/src/sample.ceph.conf index 3b06757318bd..bb874e778cf0 100644 --- a/src/sample.ceph.conf +++ b/src/sample.ceph.conf @@ -18,6 +18,12 @@ ; 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.