]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client: add debugging for conf changes
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 26 Feb 2025 23:23:41 +0000 (18:23 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 27 Feb 2025 18:41:52 +0000 (13:41 -0500)
So logs show when they are modified.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/client/Client.cc

index f3fe2facec0933a62f9deb8a941fa0fdc1e55825..aa190945e6324f330060bbe89656558590925981 100644 (file)
@@ -17454,6 +17454,8 @@ const char** Client::get_tracked_conf_keys() const
 void Client::handle_conf_change(const ConfigProxy& conf,
                                const std::set <std::string> &changed)
 {
+  ldout(cct, 20) << "got conf changes: " << changed << dendl;
+
   std::scoped_lock lock(client_lock);
 
   if (changed.count("client_cache_mid")) {