diff --git a/qa/common/deploy.sh b/qa/common/deploy.sh index a3ec630c9..4b8b124c8 100644 --- a/qa/common/deploy.sh +++ b/qa/common/deploy.sh @@ -51,7 +51,7 @@ function vet_nodes { } function ceph_cluster_running { - ceph status 2>&1 >/dev/null + ceph status >/dev/null 2>&1 } function deploy_ceph {