]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: clear redirect after promote
authormyoungwon oh <ohmyoungwon@gmail.com>
Fri, 3 Jul 2020 15:02:25 +0000 (00:02 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Tue, 18 Aug 2020 13:07:10 +0000 (22:07 +0900)
commit02bc60c9533e0bf03dfb01da801895c25c41d3e0
treed388416ff1761ba582e927130001ce85ca1824bc
parent99f59f989e1d2e0ad5b984e8ab8c3563f8596c51
osd: clear redirect after promote

We do want PROMOTE to be able to atomically replace
a redirect with the actual object, so the solution
is to clear the redirect at the end of the promote.

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsumg.com>
src/osd/PrimaryLogPG.cc