diff options
author | Varun Shastry <vshastry@redhat.com> | 2014-03-25 09:36:45 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-04-02 07:53:15 -0700 |
commit | 1c1b8269d994c0885d753c8f0da8d5154876c7ae (patch) | |
tree | 251d8d772aa29af73f4073fabff81f31a2e2868c /tests/dht.rc | |
parent | 0c1d78f5c52c69268ec3a1d8d5fcb1a1bf15f243 (diff) |
tests/quota: Wait till the rebalance is complete
Change-Id: Ia6f0c81fb1542ce1de965a69a61535691df056c3
BUG: 1077159
Signed-off-by: Varun Shastry <vshastry@redhat.com>
Reviewed-on: http://review.gluster.org/7380
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Justin Clift <justin@gluster.org>
Tested-by: Justin Clift <justin@gluster.org>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'tests/dht.rc')
-rw-r--r-- | tests/dht.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dht.rc b/tests/dht.rc index 663ea543173..54425c9dc69 100644 --- a/tests/dht.rc +++ b/tests/dht.rc @@ -76,4 +76,5 @@ function rebalance_completed() fi echo $val + return $val } |