From 5550bcd4329675806fb228b0eb7b24fb05e8b7c1 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 5 Jan 2017 21:22:58 +0100 Subject: [PATCH] tests: override yaml to set client pid file to empty string 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 (cherry picked from commit fe13664c8e166beceae0228480889a1830d553f2) --- qa/overrides/no_client_pidfile.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 qa/overrides/no_client_pidfile.yaml diff --git a/qa/overrides/no_client_pidfile.yaml b/qa/overrides/no_client_pidfile.yaml new file mode 100644 index 0000000000000..4ea02f4769ff8 --- /dev/null +++ b/qa/overrides/no_client_pidfile.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + client: + pid file: "" -- 2.39.5