mirror of
https://github.com/ceph/ceph
synced 2024-12-09 21:21:10 +00:00
fe13664c8e
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>
6 lines
64 B
YAML
6 lines
64 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
pid file: ""
|