summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-02-26 20:56:05 -0800
committerSage Weil <sage.weil@dreamhost.com>2012-02-26 20:56:05 -0800
commit402ece5e311bf352aba5209c605e857b18cf190a (patch)
treef20129f5b79b65ff1a002b1e237ff921bf0cc3bb
parent41295b584a682f452e911eda5f7890bb0018a1c2 (diff)
downloadceph-402ece5e311bf352aba5209c605e857b18cf190a.tar.gz
init-ceph: stick with /var/run for the time being
/run isn't present on older systems. Stick with the old location until it is more pervasive, or we add an autoconf option to control it. Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
-rw-r--r--src/init-ceph.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init-ceph.in b/src/init-ceph.in
index eb58a5c0a15..80d3784b6bb 100644
--- a/src/init-ceph.in
+++ b/src/init-ceph.in
@@ -12,7 +12,7 @@
# Description: Enable Ceph distributed file system services.
### END INIT INFO
-RUN_DIR=/run/ceph
+RUN_DIR=/var/run/ceph
# if we start up as ./mkcephfs, assume everything else is in the
# current directory too.