removed lvm-references

This commit is contained in:
Wim Nap 2018-04-13 17:17:37 +02:00
parent 240a1f22f3
commit 016405ffd7
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ ExecStart=/usr/bin/docker run --name %n \
{{ env_vars | replace('\n', '') }} \
-v /dev/cinder-volumes/:/dev/cinder-volumes \
-v /srv/cinder-storage/root:/root \
-v "{{ storage_volume }}":/dev/cinder_storage_volume \
-v /dev/lvm:/dev/lvm \
-v /srv/cinder-storage/volumes/:/var/lib/cinder/volumes/ \
-v /srv/cinder-storage/etc/ceph:/etc/ceph
-p 8777:8776 \