This commit is contained in:
anthony 2011-10-28 15:41:29 -07:00
parent b63964a9d9
commit 9941350d9b
1 changed files with 1 additions and 1 deletions

View File

@ -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"