We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc93d4 commit 88d6562Copy full SHA for 88d6562
1 file changed
scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh
@@ -62,7 +62,7 @@ moveConfigToBond() {
62
63
poolUuid=$(xe pool-list | grep ^uuid | awk '{print $NF}')
64
hostMaster=$(xe pool-param-get uuid=$poolUuid param-name=master)
65
-masterName=$(host-param-get param-name=hostname uuid=$hostMaster)
+masterName=$(xe host-param-get param-name=hostname uuid=$hostMaster)
66
masterAddress=$(xe host-param-get param-name=address uuid=$hostMaster)
67
68
echo "#Begin check"
0 commit comments