From 910f534382f9d0022ce739ad7a70c38db6d006d2 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Mon, 21 May 2018 13:46:06 -0700 Subject: [PATCH] Fix cinder-volume setup in block-box Change-Id: I371e0f5b5876dcb276e133718ba78257f75da381 --- contrib/block-box/scripts/lvm-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/block-box/scripts/lvm-service.sh b/contrib/block-box/scripts/lvm-service.sh index 2c490e31a95..d120aa28d0d 100755 --- a/contrib/block-box/scripts/lvm-service.sh +++ b/contrib/block-box/scripts/lvm-service.sh @@ -10,7 +10,7 @@ if [[ ! -z $YUM ]]; then yum update -y yum install -y scsi-target-utils elif [[ ! -z $APT ]]; then - apgt-get update -y + apt-get update -y apt-get install -y thin-provisioning-tools else: