Comment 0 for bug 1638839

Revision history for this message
Andrew Liu (andrew-lhj) wrote :

if the cinder-volume is deploy in different node of other cinder containter, the /var/log/kolla/cinder directory won't be created, and it will cause the cinder-volume container can't be started.

In the Dockerfile of cinder-volume, it overwrite the "kolla_extend_start" script of cinder-base:
https://github.com/openstack/kolla/blob/master/docker/cinder/cinder-volume/Dockerfile.j2#L47

but actually, it should be name as "kolla_cinder_extend_start", like in the cinder-api
https://github.com/openstack/kolla/blob/master/docker/cinder/cinder-api/Dockerfile.j2#L28