mirror of https://github.com/apache/cloudstack.git
remove template vhd hidden flag
This commit is contained in:
parent
d8d416dbbd
commit
d03e401278
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue