]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: during "bucket check --fix" set index entry pool id correctly 45456/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Mon, 11 Oct 2021 20:17:46 +0000 (16:17 -0400)
committerCory Snyder <csnyder@iland.com>
Mon, 16 May 2022 08:46:54 +0000 (04:46 -0400)
commit2eb98855c98b9fe48d5b7267038ec6fa68bbbfde
tree18e93f6fb2b0c6c2c0f54b76b6deaa68bcb87cfb
parent065c9d29f7426c283cf80fed433ed59efc43fe5e
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:
- Conflict due to braces around if condition after change that weren't on Octopus
- Octopus using dout vs. ldpp_dout
src/rgw/rgw_rados.cc