]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-common: client settings are for libvirt 916/head
authorKen Dreyer <kdreyer@redhat.com>
Tue, 2 Aug 2016 15:57:24 +0000 (09:57 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 2 Aug 2016 16:00:22 +0000 (10:00 -0600)
commit19c3fdc53a3d7cabca8f9510b1ff0981c926e5d2
treecbac7ce76f1abed9ca79504d5d223b378814acab
parentc127df7981e86f9e4b499c4de0d20835fb072652
ceph-common: client settings are for libvirt

Prior to this change, each ceph cluster node would end up with several
"qemu-client-$pid.log" files owned by root. The [client] section would
capture *all* client activity (for example the "ceph health" command,
etc), not just librbd-in-qemu.

Restrict this section to libvirt clients only so that we don't generate
these spurious log files for other Ceph client traffic.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
roles/ceph-common/templates/ceph.conf.j2