Bug 1613474 - ceph.client.openstack.keyring created with caps osd for empty pool when using disable-telemetry.yaml env
Summary: ceph.client.openstack.keyring created with caps osd for empty pool when using...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: x86_64
OS: Linux
high
high
Target Milestone: z3
: 13.0 (Queens)
Assignee: Giulio Fidente
QA Contact: Yogev Rabl
URL:
Whiteboard:
: 1623828 (view as bug list)
Depends On: 1591472
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-07 15:52 UTC by Dimitri Savineau
Modified: 2019-04-12 14:27 UTC (History)
8 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.0.7-2.el7ost
Doc Type: Bug Fix
Doc Text:
Cause: When using the disable-telemetry.yaml environment file, some permissions were assigned in the Ceph keyring to pools which were not created Consequence: The Ceph keyring would as a result be malformed and unusable Fix: Skip permissions granting when creating the Ceph keyring for pools with no name Result: The Ceph keyring does not assign permissions to pools with no name, use of disable-telemetry.yaml env file produces a working Ceph keyring
Clone Of: 1591472
Environment:
Last Closed: 2019-04-12 14:26:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1776987 0 None None None 2018-08-07 15:52:46 UTC
OpenStack gerrit 604735 0 'None' MERGED Stop cap granting to empty pool when telemetry disabled 2020-10-13 09:32:25 UTC
Red Hat Product Errata RHBA-2018:3587 0 None None None 2018-11-13 22:28:27 UTC

Comment 5 Giulio Fidente 2018-09-03 16:13:16 UTC
*** Bug 1623417 has been marked as a duplicate of this bug. ***

Comment 6 Giulio Fidente 2018-09-20 11:42:50 UTC
*** Bug 1623828 has been marked as a duplicate of this bug. ***

Comment 12 Yogev Rabl 2018-10-26 17:34:42 UTC
verified with openstack-tripleo-heat-templates-8.0.7-4.el7ost.noarch

Comment 16 errata-xmlrpc 2018-11-13 22:27:47 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:3587

Comment 17 David Hill 2019-04-11 20:24:02 UTC
Just hit this issue and customer has 8.2.0-6.2 :


~~~
client.openstack
        key: key==
        caps: [mds]
        caps: [mgr] allow *
        caps: [mon] profile rbd
        caps: [osd] profile rbd pool=backups, profile rbd pool=, profile rbd pool=.rgw.root, profile rbd pool=default.rgw.control, profile rbd pool=default.rgw.meta, profile rbd pool=default.rgw.log, profile rbd pool=images, profile rbd pool=backups, profile rbd pool=vms, profile rbd pool=volumes
~~~


Note You need to log in before you can comment on or make changes to this bug.