From f73baf996205c79fa447c18a781e322e59b50eea Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Fri, 28 Feb 2014 09:11:09 -0500 Subject: cinder-volume: active lvm vg at startup It's needed to implicitly activate the lvm logical group at startup. Otherwise, cinder lvm logical volume will not be created. Signed-off-by: Vu Tran Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-cinder/cinder-volume | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python') 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() if ! vgs cinder-volumes &> /dev/null ; then vgcreate cinder-volumes $DEV fi + vgchange -ay cinder-volumes echo -n "Starting $DESC..." -- cgit v1.2.3-54-g00ecf