Signed-off-by: John Spray <john.spray@redhat.com>
void DaemonServer::handle_conf_change(const struct md_config_t *conf,
const std::set <std::string> &changed)
{
- dout(4) << "ohai" << dendl;
// We may be called within lock (via MCommand `config set`) or outwith the
// lock (via admin socket `config set`), so handle either case.
const bool initially_locked = lock.is_locked_by_me();
import ceph_module # noqa
-#import ceph_osdmap #noqa
-#import ceph_osdmap_incremental #noqa
-#import ceph_crushmap #noqa
import json
import logging