Skip to content
Commit 088b3f5e authored by Sage Weil's avatar Sage Weil
Browse files

ceph: fix flushing of caps vs cap import



If we are mid-flush and a cap is migrated to another node, we need to
resend the cap flush message to the new MDS, and do so with the original
flush_seq to avoid leaking across a sync boundary.  Previously we didn't
redo the flush (we only flushed newly dirty data), which would cause a
later sync to hang forever.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 24be0c48
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment