commit | 0c1f91f27140cf3b6e38dc4e892adac241c73a20 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed May 25 14:56:12 2011 -0700 |
committer | Sage Weil <sage@newdream.net> | Tue Jun 07 21:36:45 2011 -0700 |
tree | 5058e4c66a16e2c1d808ce66317ef2c9fdb21590 | |
parent | 0e98728fa32d338907631349a8cc2afa07c0cb9a [diff] |
ceph: unwind canceled flock state If we request a lock and then abort (e.g., ^C), we need to send a matching unlock request to the MDS to unwind our lock attempt to avoid indefinitely blocking other clients. Reported-by: Brian Chrisman <brchrisman@gmail.com> Signed-off-by: Sage Weil <sage@newdream.net>