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
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