]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: override yaml to set client pid file to empty string
authorNathan Cutler <ncutler@suse.com>
Thu, 5 Jan 2017 20:22:58 +0000 (21:22 +0100)
committerNathan Cutler <ncutler@suse.com>
Fri, 6 Jan 2017 15:41:45 +0000 (16:41 +0100)
Due to http://tracker.ceph.com/issues/18309 the pid file for fuse clients
should always be set to the empty string. (Teuthology's default ceph.conf
sets it to /var/run/ceph/$cluster-$name.pid)

This commit adds a reusable yaml facet for this purpose.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit fe13664c8e166beceae0228480889a1830d553f2)

qa/overrides/no_client_pidfile.yaml [new file with mode: 0644]

diff --git a/qa/overrides/no_client_pidfile.yaml b/qa/overrides/no_client_pidfile.yaml
new file mode 100644 (file)
index 0000000..4ea02f4
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      client:
+        pid file: ""