From d03e4012786082a82eddaa4227a8d53809ce2f2a Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 16 Mar 2011 16:12:35 -0700 Subject: [PATCH] remove template vhd hidden flag --- scripts/storage/secondary/createtmplt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/storage/secondary/createtmplt.sh b/scripts/storage/secondary/createtmplt.sh index 6600355503e..bef8182461b 100755 --- a/scripts/storage/secondary/createtmplt.sh +++ b/scripts/storage/secondary/createtmplt.sh @@ -160,6 +160,8 @@ then then vhd-util check -n ${tmpltimg2} > /dev/null rollback_if_needed $tmpltfs $? "vhd tool check $tmpltimg2 failed\n" + vhd-util set -n ${tmpltimg2} -f "hidden" -v "0" > /dev/null + rollback_if_needed $tmpltfs $? "vhd remove $tmpltimg2 hidden failed\n" fi fi