mirror of https://github.com/apache/cloudstack.git
typo in cloud-setup-bonding.sh
This commit is contained in:
parent
7cc93d4ed4
commit
88d6562dac
|
|
@ -62,7 +62,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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue