]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: weaken reconnect assertion
authorSage Weil <sage@inktank.com>
Wed, 22 May 2013 21:11:40 +0000 (14:11 -0700)
committerSage Weil <sage@inktank.com>
Wed, 22 May 2013 21:11:40 +0000 (14:11 -0700)
See #5031.  This appears to be populated with another mds's mdsdir; just
not asserting avoids the problem for the time being.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mds/MDCache.cc

index f4dc3ff8d053d05821b267fc2b647b5607c450cd..f0a2cc2a7f071dec7c1928dbd2217b0d99c8ffa0 100644 (file)
@@ -5218,7 +5218,7 @@ void MDCache::open_snap_parents()
   } else {
     assert(rejoin_waiters.empty());
     assert(missing_snap_parents.empty());
-    assert(reconnected_snaprealms.empty());
+    //assert(reconnected_snaprealms.empty());  // FIXME: need to properly address #5031
     dout(10) << "open_snap_parents - all open" << dendl;
     do_delayed_cap_imports();