Cinder volume/backup containers shouldn't mount two paths at same point
authorJohn Fulton <fulton@redhat.com>
Wed, 2 Aug 2017 02:54:56 +0000 (02:54 +0000)
committerJohn Fulton <fulton@redhat.com>
Wed, 2 Aug 2017 02:54:56 +0000 (02:54 +0000)
commit50c1187375a468ed7224f05391490b38c655b8fd
tree3ef05a008f87d30d2853d02777878991e50f2e96
parent56d4563935ce51c54e8a4c38463e6c86dabee889
Cinder volume/backup containers shouldn't mount two paths at same point

Docker refuses to start the container because config_files/src-ceph:ro
is mounted at both /etc/ceph and config-data/puppet-generated/ceph.
The mount to /var/lib/config-data/puppet-generated/ceph should have
been removed in commit ed0b77ff93a1a1e071d32f6a758e04c6d0b041ef.

Change-Id: I411b4764a54fc21e97e4c41a5fef00c7e6e2b64d
Closes-Bug: #1707956
docker/services/cinder-backup.yaml
docker/services/cinder-volume.yaml