]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: remove existing object before rename is called
authormyoungwon oh <ohmyoungwon@gmail.com>
Sun, 9 Aug 2020 11:35:23 +0000 (20:35 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Tue, 18 Aug 2020 16:38:56 +0000 (01:38 +0900)
commit90406672bc1dba582d0ef596087cba99c72401bb
treec6a983d25cdb7d853d8b058e1ab12275175464ea
parent7aac5a62f70bd42ca1cd66a4d49e78afd7aca146
osd: remove existing object before rename is called

In redirected manifest case, the object exists in the upper tier.
So, to avoid a conflict when rename() is called, remove existing
object first.

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