Bug 1783210 - Non-pcmk version of cinder backup missing --ipc host
Summary: Non-pcmk version of cinder backup missing --ipc host
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: z12
: 13.0 (Queens)
Assignee: Pablo Caruana
QA Contact: Tzach Shefi
URL:
Whiteboard:
Depends On:
Blocks: 1666804
TreeView+ depends on / blocked
 
Reported: 2019-12-13 10:21 UTC by Pablo Caruana
Modified: 2022-07-14 03:31 UTC (History)
12 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.4.1-49.el7ost
Doc Type: Bug Fix
Doc Text:
This update puts the correct ipc:host setting in the non-pacemaker template version of the cinder-backup container.
Clone Of:
Environment:
Last Closed: 2020-04-06 10:37:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1864826 0 None None None 2020-02-26 10:06:28 UTC
OpenStack gerrit 711183 0 None MERGED Use ipc:host for cinder-backup 2021-02-08 19:00:46 UTC
Red Hat Issue Tracker OSP-17611 0 None None None 2022-07-14 03:31:33 UTC

Comment 2 Luigi Toscano 2020-01-30 14:59:33 UTC
Any news about this?

Comment 3 Alan Bishop 2020-02-12 19:46:45 UTC
Is there an upstream patch? There should be for this to be ON_DEV.

Comment 8 Lon Hohberger 2020-04-02 10:38:25 UTC
According to our records, this should be resolved by openstack-tripleo-heat-templates-8.4.1-51.el7ost.  This build is available now.

Comment 9 Tzach Shefi 2020-04-05 11:42:29 UTC
Verified on:
openstack-tripleo-heat-templates-8.4.1-51.el7ost.noarch


I happened to also have a prefixed-in deployment on hand 
On it we can confirm the "broken" before fixed state, were IPC/mode isn't enabled:
[root@controller-0 ~]# docker inspect cinder_backup | grep -i ipc
            "IpcMode": "", 

Now retest on a fresh deployment, fixed-in included
Installed OC with none Pacemaker backup docker, using:
[stack@undercloud-0 ~]$ cat /usr/share/openstack-tripleo-heat-templates/environments/cinder-backup.yaml
resource_registry:
  # OS::TripleO::Services::CinderBackup: ../docker/services/pacemaker/cinder-backup.yaml
  # For non-pcmk managed implementation
  OS::TripleO::Services::CinderBackup: ../docker/services/cinder-backup.yaml


Tested cinder backup docker post overcloud deploy: 

[root@controller-0 ~]# docker inspect cinder_backup | grep Ipc
            "IpcMode": "host",

As expected ipc host setting is preset enabled on a none pacemaker cinder backup template and it's resulting docker. 

Good to verify both pre/post fix comply with expectations.


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