mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:10:41 +00:00
OSD: verify that client ops are targeted correctly in the current epoch
We were previously only looking at the epoch the op was sent in, which meant that if we had dropped responsibility somewhere between send_epoch and our current epoch, we would queue up the op until a new osdmap came along. If it never did, we could block all client IO against us... Fixes: #8338 Signed-off-by: Greg Farnum <greg@inktank.com>
This commit is contained in:
parent
523619b0e5
commit
9f0825ca13