This commit is contained in:
anthony 2011-02-18 13:07:27 -08:00
parent 15f59e6f58
commit 17f5d55459
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ hostSlaves=$(xe host-list | grep ^uuid | awk '{print $NF}')
for hostSlave in $hostSlaves; do
if [ "$hostSlave" != "$hostMaster" ]; then
slaveName=$(host-param-get param-name=hostname uuid=$hostSlave)
slaveName=$(xe host-param-get param-name=hostname uuid=$hostSlave)
slaverAddress=$(xe host-param-get param-name=address uuid=$hostSlave)
echo "##check slave $slaveName $slaveAddress $hostSlave"
slavePifs=$(xe pif-list host-uuid=$hostSlave| grep ^uuid | awk '{print $NF}')