summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder/cinder-volume')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder/cinder-volume1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume b/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
index ad1d4de..51bbac9 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
+++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder-volume
@@ -37,6 +37,7 @@ start()
37 if ! vgs cinder-volumes &> /dev/null ; then 37 if ! vgs cinder-volumes &> /dev/null ; then
38 vgcreate cinder-volumes $DEV 38 vgcreate cinder-volumes $DEV
39 fi 39 fi
40 vgchange -ay cinder-volumes
40 41
41 echo -n "Starting $DESC..." 42 echo -n "Starting $DESC..."
42 43