From 6a0530823b8b46cb76333a873b4d1472c4118f32 Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 15 Mar 2011 16:53:58 -0700 Subject: [PATCH] remove the hidden flag in template vhd-file --- 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 f018db5305b..13043007003 100755 --- a/scripts/storage/secondary/createtmplt.sh +++ b/scripts/storage/secondary/createtmplt.sh @@ -181,6 +181,8 @@ then then vhd-util check -n ${tmpltimg2} > /dev/null rollback_if_needed $tmpltfs $? "vhd check of $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