commit | 3b5ede07b55b52c3be27749d183d87257d032065 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Fri Jul 20 15:22:53 2012 -0700 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 30 18:15:55 2012 -0700 |
tree | 7ea6b52c37dd8117b5fa67b5b193a2e70a05298c | |
parent | 070c633f60c23a89c226eb696f4a17b08a164b10 [diff] |
libceph: fix fault locking; close socket on lossy fault If we fault on a lossy connection, we should still close the socket immediately, and do so under the con mutex. We should also take the con mutex before printing out the state bits in the debug output. Signed-off-by: Sage Weil <sage@inktank.com>