Instead of a mapped name...
we're using the actual device name now.
This commit is contained in:
parent
4481b09bbc
commit
1920804c3c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue