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

ceph: make mds requests killable, not interruptible



The underlying problem is that many mds requests can't be restarted.  For
example, a restarted create() would return -EEXIST if the original request
succeeds.  However, we do not want a hung MDS to hang the client too.  So,
use the _killable wait_for_completion variants to abort on SIGKILL but
nothing else.

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