Project

General

Profile

Actions

Bug #36377

closed

rgw keystone implicit tenants - differences between cepf.conf and runtime config

Added by Marcin Naskret over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
rgw
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Hi All,

I've changed 'rgw keystone implicit tenants' option to 'True' flag in ceph.conf and applied it into my env. I've also tested specific scenario and it's working properly, but in runtime config it is stil set to 'false' flag.
Could anyone confirm it as a bug? Thank you.

root@01:~# ceph --version
ceph version 12.2.2 (cf0baeeeeba3b47f9427c6c97e2144b094b7e5ba) luminous (stable)
root@01:~#

root@01:~# grep -ri implicit /etc/ceph/ceph.conf
/etc/ceph/ceph.conf:rgw keystone implicit tenants = True
root@01:~#

root@01:~# sudo radosgw-admin --show-config | grep keystone_implicit_tenants
rgw_keystone_implicit_tenants = false
root@01:~#

Actions #1

Updated by John Spray over 5 years ago

  • Project changed from Ceph to rgw
  • Status changed from New to Closed

I would imagine your radosgw-admin is running as a user such as "client.admin", and your config setting is defined in your "[rgw]" section. The "--show-config" option is the CLI tool dumping its own config, rather than querying the config of the RGW daemons.

Feel free to re-open or bring this up on the mailing list if that isn't the case.

Actions

Also available in: Atom PDF