diff options
author | Dan Mick <dan.mick@inktank.com> | 2013-07-10 18:17:04 -0700 |
---|---|---|
committer | Dan Mick <dan.mick@inktank.com> | 2013-07-10 20:58:51 -0700 |
commit | 07590ae86587cd73be19e774cadaa7a12cc4efea (patch) | |
tree | 7b9e3e23648be60c5b799fd6539b08ae2f8a06e4 | |
parent | e66d011cc8c508d38ba6a816073b196455d9f710 (diff) | |
download | ceph-07590ae86587cd73be19e774cadaa7a12cc4efea.tar.gz |
cephtool/test.sh: sync status no longer supported
da0aff28ab478bcc3136715f92bc1af8d4b403c1 removed 'ceph sync status';
test script needs to stop trying it
Signed-off-by: Dan Mick <dan.mick@inktank.com>
-rwxr-xr-x | qa/workunits/cephtool/test.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 7f479912d8d..9dd093de687 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -227,7 +227,6 @@ ceph report | grep osd_stats ceph status ceph -s # ceph sync force -ceph sync status | grep paxos_version ceph tell osd.0 version expect_false ceph tell osd.9999 version |