]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: reduce move_to_realm verbosity
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 27 Feb 2024 01:36:47 +0000 (20:36 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 27 Feb 2024 19:05:13 +0000 (14:05 -0500)
It can dominate logs when large splits occur.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/CInode.cc

index 6ef7d240a0edc9711bf40b7542a606c2fae0971c..4d782d59e3c90f3188fa90ca366115c8cb8f321b 100644 (file)
@@ -3456,7 +3456,7 @@ void CInode::remove_client_cap(client_t client)
 
 void CInode::move_to_realm(SnapRealm *realm)
 {
-  dout(10) << __func__ << " joining realm " << *realm
+  dout(20) << __func__ << " joining realm " << *realm
           << ", leaving realm " << *containing_realm << dendl;
   for (auto& p : client_caps) {
     containing_realm->remove_cap(p.first, &p.second);