Bug 1643535 - [RHOSP 13] Impossible to use custom cinder-volume image with "rhosp13/openstack-cinder-volume" prefix
Summary: [RHOSP 13] Impossible to use custom cinder-volume image with "rhosp13/opensta...
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
urgent
Target Milestone: z7
: 13.0 (Queens)
Assignee: Michele Baldessari
QA Contact: pkomarov
URL:
Whiteboard:
: 1641052 1654514 1677385 1699101 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-10-26 13:19 UTC by Alex Stupnikov
Modified: 2022-03-13 16:05 UTC (History)
13 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.3.1-22.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-08 12:07:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
os-collect-config.log (2.65 MB, text/plain)
2018-10-26 13:19 UTC, Alex Stupnikov
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-13704 0 None None None 2022-03-13 16:05:37 UTC
Red Hat Knowledge Base (Solution) 3724051 0 None None None 2019-01-09 09:15:22 UTC
Red Hat Product Errata RHBA-2019:1738 0 None None None 2019-07-10 13:04:57 UTC

Description Alex Stupnikov 2018-10-26 13:19:06 UTC
Created attachment 1497793 [details]
os-collect-config.log

Description of problem:

To solve an issue reported in bug #1640182 I have tried to create a custom cinder-volue image with proper NFS configuration files. I have used the following [1] docker file to create custom cinder-volume image named ""rhosp13/openstack-cinder-volume-netapp:0-2"" and push this image to local director's registry. After that I have changed DockerCinderVolumeImage parameter and run deploy command for EXISTING environment.

Expected result:

Custom image was properly tagged with "pcmklatest" tag and used to start "openstack-cinder-volume-docker-*" containers on controller nodes.

Actual result:

Custom image was properly tagged with "pcmklatest" tag, but wasn't used to start cinder-volume containers.

Additional information:
os-collect-config's journal is attached

Workaround:
Use a standard image names with custom tags for your images.

[1]
  FROM 192.168.24.1:8787/rhosp13/openstack-cinder-volume:2018-10-18.1
  MAINTAINER Example.Inc
  USER root
  RUN mkdir -p /opt/cinder
  COPY nfs_shares* /opt/cinder/
  LABEL name="rhosp13/openstack-cinder-volume-netapp" vendor="Example.Inc" version="0" release="2"
  RUN chown -R cinder:cinder /opt/cinder
  USER cinder

Comment 1 Alex Stupnikov 2018-10-26 13:20:01 UTC
There was a bug #1564449 about the common problem, but not exactly the same.

Comment 2 Alan Bishop 2018-10-31 12:42:04 UTC
I recall discussions with bandini of issues with pacemaker not detecting changes to the pcmk bundle. I think this is a PIDONE issue.

Comment 4 Michele Baldessari 2019-01-09 09:15:22 UTC
*** Bug 1654514 has been marked as a duplicate of this bug. ***

Comment 6 Michele Baldessari 2019-03-06 20:16:59 UTC
*** Bug 1677385 has been marked as a duplicate of this bug. ***

Comment 11 Michele Baldessari 2019-05-08 07:38:00 UTC
*** Bug 1699101 has been marked as a duplicate of this bug. ***

Comment 13 Michele Baldessari 2019-05-22 09:51:52 UTC
*** Bug 1641052 has been marked as a duplicate of this bug. ***

Comment 23 errata-xmlrpc 2019-07-10 13:03:16 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-2019:1738

Comment 27 Luca Miccini 2019-08-08 12:07:53 UTC
closing as it was reopened by mistake.


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