• Sage Weil's avatar
    ceph: fix flushing of caps vs cap import · 088b3f5e
    Sage Weil authored
    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>
    088b3f5e
caps.c 83.8 KB