diff --git a/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh b/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh index e9e9473df7f..3e81a105348 100755 --- a/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh +++ b/scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh @@ -51,7 +51,7 @@ moveConfigToBond() { poolUuid=$(xe pool-list | grep ^uuid | awk '{print $NF}') hostMaster=$(xe pool-param-get uuid=$poolUuid param-name=master) -masterName=$(host-param-get param-name=hostname uuid=$hostMaster) +masterName=$(xe host-param-get param-name=hostname uuid=$hostMaster) masterAddress=$(xe host-param-get param-name=address uuid=$hostMaster) echo "#Begin check"