From: Nathan Cutler Date: Thu, 5 Jan 2017 20:22:58 +0000 (+0100) Subject: tests: override yaml to set client pid file to empty string X-Git-Tag: v11.2.1~230^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5550bcd4329675806fb228b0eb7b24fb05e8b7c1;p=ceph.git 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) --- diff --git a/qa/overrides/no_client_pidfile.yaml b/qa/overrides/no_client_pidfile.yaml new file mode 100644 index 00000000000..4ea02f4769f --- /dev/null +++ b/qa/overrides/no_client_pidfile.yaml @@ -0,0 +1,5 @@ +overrides: + ceph: + conf: + client: + pid file: ""