]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-conf: do not log
authorSage Weil <sage@inktank.com>
Thu, 27 Mar 2014 18:36:42 +0000 (11:36 -0700)
committerSage Weil <sage@inktank.com>
Thu, 27 Mar 2014 18:36:42 +0000 (11:36 -0700)
commitacc31e75a3e7115c00f9980609948455e3b2d49e
treef98d59c2e904660d82ce2c0da0e98723cb45bf44
parent0935bb61b79e3da597d388a24b3290385f92bd0b
ceph-conf: do not log

If you are querying the conf for an osd and it has a log configured, we
should not generate any log activity.

This isn't super pretty, but it is much less intrusive that wiring a 'do
not log' flag down into CephContext and a zillion other places.

Fixes: #7849
Signed-off-by: Sage Weil <sage@inktank.com>
src/tools/ceph_conf.cc