commit | 5be0389dac662995eade757ec678931f0be23d33 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Thu Dec 24 08:44:20 2015 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jan 21 19:36:08 2016 +0100 |
tree | 89951af8adafe581682591bf755006a60517edb5 | |
parent | c8fe9b17d055fe80e1a1591f5900ce41fbf6b796 [diff] |
ceph: re-send AIO write request when getting -EOLDSNAP error When receiving -EOLDSNAP from OSD, we need to re-send corresponding write request. Due to locking issue, we can send new request inside another OSD request's complete callback. So we use worker to re-send request for AIO write. Signed-off-by: Yan, Zheng <zyan@redhat.com>