]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
create a base run path in constants
authorAlfredo Deza <alfredo.deza@inktank.com>
Fri, 6 Dec 2013 15:44:20 +0000 (10:44 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Fri, 6 Dec 2013 15:44:20 +0000 (10:44 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/util/constants.py

index 7fbadc127a6d915ba05aea17e97ae71ae2e08ccf..36c5f4f9c8119fb3cb03fa6262469d47f38c8b0f 100644 (file)
@@ -3,6 +3,9 @@ from os.path import join
 # Base Path for ceph
 base_path = '/var/lib/ceph'
 
+# Base run Path
+base_run_path = '/var/run/ceph'
+
 tmp_path = join(base_path, 'tmp')
 
 mon_path = join(base_path, 'mon')