diff options
author | Alex Elder <elder@inktank.com> | 2012-12-14 23:47:41 +0100 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2012-12-20 17:56:13 +0100 |
commit | 28362986f8743124b3a0fda20a8ed3e80309cce1 (patch) | |
tree | 90dead4918abb3fdd079f72b29a2ae6b19838638 /drivers | |
parent | libceph: socket can close in any connection state (diff) | |
download | linux-28362986f8743124b3a0fda20a8ed3e80309cce1.tar.xz linux-28362986f8743124b3a0fda20a8ed3e80309cce1.zip |
libceph: report connection fault with warning
When a connection's socket disconnects, or if there's a protocol
error of some kind on the connection, a fault is signaled and
the connection is reset (closed and reopened, basically). We
currently get an error message on the log whenever this occurs.
A ceph connection will attempt to reestablish a socket connection
repeatedly if a fault occurs. This means that these error messages
will get repeatedly added to the log, which is undesirable.
Change the error message to be a warning, so they don't get
logged by default.
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions