Bug 1613474
| Summary: | ceph.client.openstack.keyring created with caps osd for empty pool when using disable-telemetry.yaml env | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dimitri Savineau <dsavinea> | 
| Component: | openstack-tripleo-heat-templates | Assignee: | Giulio Fidente <gfidente> | 
| Status: | CLOSED ERRATA | QA Contact: | Yogev Rabl <yrabl> | 
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 13.0 (Queens) | CC: | bschmaus, dhill, fiezzi, gfidente, johfulto, karan, mburns, yrabl | 
| Target Milestone: | z3 | Keywords: | Triaged, ZStream | 
| Target Release: | 13.0 (Queens) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| 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 
 | 
        
        
        
        Story Points: | --- | 
| Clone Of: | 1591472 | Environment: | |
| Last Closed: | 2019-04-12 14:26:31 UTC | Type: | Bug | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1591472 | ||
| Bug Blocks: | |||
| 
 
        
          Comment 5
        
        
          Giulio Fidente
        
        
        
        
        
          2018-09-03 16:13:16 UTC
        
       
      
      
      
    *** Bug 1623828 has been marked as a duplicate of this bug. *** verified with openstack-tripleo-heat-templates-8.0.7-4.el7ost.noarch 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 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
~~~
     |