]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: can_create false for cache ops 17579/head
authorSage Weil <sage@redhat.com>
Fri, 8 Sep 2017 19:28:59 +0000 (15:28 -0400)
committerSage Weil <sage@redhat.com>
Thu, 21 Sep 2017 18:29:35 +0000 (14:29 -0400)
commitc065ef48a55409051c1ca915ebc3abf2b0b70324
tree39ef995ab3d56d41ff48464146a245da37786071
parentd5efb8a7be2deb0d1b83631b43b171fbe469af8a
osd/PrimaryLogPG: can_create false for cache ops

Some cache ops do writes, but none of them *create* objects, so we
should not set can_create.

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