]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
config: notify config observers on set_mon_vals() 21161/head
authorCasey Bodley <cbodley@redhat.com>
Sun, 1 Apr 2018 02:47:49 +0000 (22:47 -0400)
committerCasey Bodley <cbodley@redhat.com>
Sun, 1 Apr 2018 02:53:43 +0000 (22:53 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/common/config.cc

index 46371b82e539045ed4043502b3c5a59b647602e4..60af9e0682e654f4673ce06a77fdb95a48239ed1 100644 (file)
@@ -302,6 +302,7 @@ int md_config_t::set_mon_vals(CephContext *cct, const map<string,string>& kv)
     }
   }
   values_bl.clear();
+  _apply_changes(nullptr);
   return 0;
 }