We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41a9e8 commit 1e86b5eCopy full SHA for 1e86b5e
1 file changed
scripts/vm/hypervisor/xenserver/cloud-prepare-upgrade.sh
@@ -36,6 +36,7 @@ do
36
local_vif=$(xe vif-list vm-uuid=$dom0 network-name-label=$local_networkname | grep ^uuid | awk '{print $NF}')
37
if [ -z $local_vif ]; then
38
local_vif=$(xe vif-create network-uuid=$local_network vm-uuid=$dom0 device=0)
39
+ xe vif-param-set uuid=$local_vif other-config:nameLabel=link_local_network_vif
40
xe vif-plug uuid=$local_vif
41
fi
42
done
0 commit comments