mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user