]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/zone: remove check for (very) old pools config
authorCasey Bodley <cbodley@redhat.com>
Fri, 1 Dec 2023 19:27:51 +0000 (14:27 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 1 Dec 2023 19:27:53 +0000 (14:27 -0500)
commit31bffea6948a0b00973b6791673af4cd3d132ec2
treec7e957a10f9bb27d882b3c2affe84b60d661876d
parentb27938f5f17898fc3da3d5af821957d6aee33501
rgw/zone: remove check for (very) old pools config

i'm not sure how this was meant to work originally, but now it's
obviously broken - it tries to stat an object from the domain_root pool
before the domain_root pool name gets filled in

https://github.com/ceph/ceph/pull/50359 added a new error message that
makes this clear:

> ERROR: creating ioctx (pool=); r=-22

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_zone.cc