]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Wed, 3 Apr 2024 17:01:31 +0000 (13:01 -0400)
It can dominate logs when large splits occur.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 34cb6300b8c102d4804e6a143393e048d71b69a9)

src/mds/CInode.cc

index 266934f39a3bff7f19722771be17ed6af8fe0cf1..b8d18b854f458a9209608459c2f0af23cd29a23a 100644 (file)
@@ -3457,7 +3457,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);