]> 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>
Wed, 3 Apr 2024 17:01:10 +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 d66c9d27a7d9bcf7eb4607a229a62f208fe4a132..1429e2a478b8ebd00e2d8428e7682d694c494d3b 100644 (file)
@@ -3481,7 +3481,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);