]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: drop ops when pool has EIO flag 43177/head
authorSage Weil <sage@newdream.net>
Wed, 15 Sep 2021 23:12:38 +0000 (19:12 -0400)
committerSage Weil <sage@newdream.net>
Mon, 27 Sep 2021 17:20:31 +0000 (13:20 -0400)
commit5ac9f523ea263eeb747e2543a667a25de67d07b8
tree300410f10a5e655a627573cd44a611541270beb5
parent6992a1cd7436a0d99ef243f25ff16b7690be2928
osd/PrimaryLogPG: drop ops when pool has EIO flag

If the op doesn't have the SUPPORTSPOOLEIO flag (i.e., it is an old client),
return with an explicit EIO.

Signed-off-by: Sage Weil <sage@newdream.net>
src/osd/PrimaryLogPG.cc