diff --git a/roles/cinder-storage/templates/cinder-storage.service b/roles/cinder-storage/templates/cinder-storage.service index dbe503d..eb0cf21 100644 --- a/roles/cinder-storage/templates/cinder-storage.service +++ b/roles/cinder-storage/templates/cinder-storage.service @@ -11,9 +11,7 @@ ExecStartPre=-/usr/bin/docker rm %n ExecStart=/usr/bin/docker run --name %n \ --privileged \ {{ env_vars | replace('\n', '') }} \ - -v /dev/cinder-volumes/:/dev/cinder-volumes \ -v /srv/cinder-storage/root:/root \ - -v /srv/cinder-storage/volumes/:/var/lib/cinder/volumes/ \ -v /srv/cinder-storage/etc/ceph:/etc/ceph -p 8777:8776 \ -p 3260:3260 \