Instead of a mapped name...

we're using the actual device name now.
This commit is contained in:
Egon Rijpkema 2018-12-14 16:15:30 +01:00
parent 4481b09bbc
commit 1920804c3c
1 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ source /root/admin-openrc.sh
# create a LVM physical volume and volume group.
# This device should be available tpo the container
pvcreate /dev/cinder_storage_volume
vgcreate cinder-volumes /dev/cinder_storage_volume
pvcreate $CINDER_STORAGE_VOLUME
vgcreate cinder-volumes $CINDER_STORAGE_VOLUME