commit | 4d73644bc3d76dd161a84e3849c6f2c9c01c4ba7 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Sep 29 14:23:12 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Sat Oct 15 23:22:09 2016 +0200 |
tree | 79f203946794f37fe21e7eb6ba4c9971b6f8c16c | |
parent | 87c0fded852ae20bddb7833da6ead082404de86a [diff] |
rbd: don't retry watch reregistration if header object is gone If the header object gets deleted (perhaps along with the entire pool), there is no point in attempting to reregister the watch. Treat this the same as blacklisting: fail all pending and new I/Os requiring the lock. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>