]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/FileStore: don't propagate split/merge error to "create"/"remove" 40988/head
authorMykola Golub <mgolub@suse.com>
Mon, 19 Apr 2021 07:32:01 +0000 (08:32 +0100)
committerMykola Golub <mgolub@suse.com>
Thu, 22 Apr 2021 15:22:52 +0000 (18:22 +0300)
commit09b71b1675937209f69171584bf26d81b3efe3b3
tree3123accbd01e0fe8802d78151cc7c059e8bfe1fc
parent7088a74fcebc164188f87a0b01ce9853309c18c6
os/FileStore: don't propagate split/merge error to "create"/"remove"

Either ignore or terminate, otherwise it may confuse the
"create"/"remove" caller.

Fixes: https://tracker.ceph.com/issues/50395
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit 936898b8caf7b13a120ea6108df0b0dac29882c4)
src/os/filestore/HashIndex.cc