aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2015-09-10 09:03:25 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-10 09:03:25 +0000
commit75da2dc1dd886fea14c29779f3ad3dcb7ef7b9fa (patch)
tree380871a87d728859970f00c6e8c15302e6e142b9 /deploy
parent0521b615d19d8e6280f25d0ba0902b95e9777536 (diff)
parentbc66375c3e7b48d78f71ddf4730b97dcb3987a74 (diff)
Merge "adjust iso and ppa path in compass.iso"
Diffstat (limited to 'deploy')
-rw-r--r--deploy/compass_vm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/compass_vm.sh b/deploy/compass_vm.sh
index 4c40c1e4..067918da 100644
--- a/deploy/compass_vm.sh
+++ b/deploy/compass_vm.sh
@@ -30,7 +30,7 @@ function install_compass_core() {
function wait_ok() {
log_info "wait_compass_ok enter"
retry=0
- until timeout 1s ssh $ssh_args root@$MGMT_IP "exit" 2>/dev/null
+ until timeout 1s ssh $ssh_args root@$MGMT_IP "exit" >/dev/null 2>&1
do
log_progress "os install time used: $((retry*100/$1))%"
sleep 1