From 9941350d9bbb08a1b085bc84a7b61a8ef5446c75 Mon Sep 17 00:00:00 2001 From: anthony Date: Fri, 28 Oct 2011 15:41:29 -0700 Subject: [PATCH] bug fix --- scripts/vm/hypervisor/xenserver/cloud-setup-bonding.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"