]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: remove a few junk lines 20005/head
authorJohn Spray <john.spray@redhat.com>
Thu, 18 Jan 2018 13:25:40 +0000 (13:25 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 23 Jan 2018 10:17:15 +0000 (10:17 +0000)
Signed-off-by: John Spray <john.spray@redhat.com>
src/mgr/DaemonServer.cc
src/pybind/mgr/mgr_module.py

index 2c106a3573731f6de370a3026b096838fc12d54e..409aa18bee156539a3e26b2aefb513b8dd3c3d4d 100644 (file)
@@ -1539,7 +1539,6 @@ const char** DaemonServer::get_tracked_conf_keys() const
 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();
index bb9a4c2b8e59db768059c9d3c330ffe599e9b2da..adb59a0cff071c6b316afc431f14fa0421657377 100644 (file)
@@ -1,8 +1,5 @@
 
 import ceph_module  # noqa
-#import ceph_osdmap  #noqa
-#import ceph_osdmap_incremental  #noqa
-#import ceph_crushmap  #noqa
 
 import json
 import logging