]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: less noisy about snaprealm siblings
authorSage Weil <sage@newdream.net>
Mon, 29 Mar 2010 21:34:52 +0000 (14:34 -0700)
committerSage Weil <sage@newdream.net>
Mon, 29 Mar 2010 21:40:48 +0000 (14:40 -0700)
This can get _very_ large for the stray dir.

src/mds/CInode.cc

index d9ad92f5983880d16bcd043273d0647e44cad83d..f905e0c1c626ef4c48662d8baa6b63a6bb6abab2 100644 (file)
@@ -1530,8 +1530,8 @@ void CInode::open_snaprealm(bool nosplit)
     if (parent) {
       dout(10) << "open_snaprealm " << snaprealm
               << " parent is " << parent
-              << " siblings are " << parent->open_children
               << dendl;
+      dout(30) << " siblings are " << parent->open_children << dendl;
       snaprealm->parent = parent;
       if (!nosplit && 
          is_dir() &&