]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: use shorter directories for tests 12046/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 17 Nov 2016 15:08:52 +0000 (16:08 +0100)
committerLoic Dachary <ldachary@redhat.com>
Thu, 17 Nov 2016 15:08:52 +0000 (16:08 +0100)
So that jenkins can use longer directories. We can't have both otherwise
the limit UNIX domain socket path length limit triggers errors such as:

... client.admin.12750.asok is too long! The maximum length on this system is 107

Fixes: http://tracker.ceph.com/issues/16014
Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/ceph_objectstore_tool.py

index 02b0dc5151dd939757097a144b98c22337fa39ee..cd1443f9c535aef4906a49a06a62a3eff17bba8f 100755 (executable)
@@ -395,7 +395,7 @@ if not CEPH_BUILD_DIR:
     CEPH_LIB=os.path.join(CEPH_BIN, '.libs')
     os.putenv('CEPH_LIB', CEPH_LIB)
 
-CEPH_DIR = CEPH_BUILD_DIR + "/ceph_objectstore_tool_dir"
+CEPH_DIR = CEPH_BUILD_DIR + "/cot_dir"
 CEPH_CONF = os.path.join(CEPH_DIR, 'ceph.conf')
 
 def kill_daemons():