]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: during "bucket check --fix" set index entry pool id correctly 45455/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Mon, 11 Oct 2021 20:17:46 +0000 (16:17 -0400)
committerCory Snyder <csnyder@iland.com>
Wed, 16 Mar 2022 18:20:57 +0000 (14:20 -0400)
commit526da161a5d509056a02c832731e3a792c58d3c9
tree47e4dcff78384eda645fb7f21e71a44f3f3c3b66
parent179a7bca8a84771b0dde09e26f7a2146a985df90
rgw: during "bucket check --fix" set index entry pool id correctly

The current code sets the pool id of bucket index entries to the
bucket index pool rather than the data pool. This fixes that.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
(cherry picked from commit 4c2ac79621c7d110d9b3664ef5ce2027d817560c)

Conflicts:
src/rgw/rgw_rados.cc

Cherry-pick notes:
- if condition under changes did not use braces in Pacific but does in later releases
src/rgw/rgw_rados.cc