diff options
author | David Zafman <dzafman@redhat.com> | 2017-10-27 19:21:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 19:21:25 +0200 |
commit | f94322066f05e96793a542527edfa9c5cd4e4093 (patch) | |
tree | e2acff0bd55f47681373dc9f665aef219336aa08 /qa | |
parent | Merge pull request #18402 from cbodley/wip-21831 (diff) | |
parent | osd: Scrub of object with only object error(s) are not logged (diff) | |
download | ceph-f94322066f05e96793a542527edfa9c5cd4e4093.tar.xz ceph-f94322066f05e96793a542527edfa9c5cd4e4093.zip |
Merge pull request #18449 from dzafman/wip-zafman-misc
mark_unfound_lost fix and some other minor changes
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/standalone/special/ceph_objectstore_tool.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qa/standalone/special/ceph_objectstore_tool.py b/qa/standalone/special/ceph_objectstore_tool.py index cb82d7dbebd..c34b850349b 100755 --- a/qa/standalone/special/ceph_objectstore_tool.py +++ b/qa/standalone/special/ceph_objectstore_tool.py @@ -992,9 +992,6 @@ def main(argv): cmd = "{path}/ceph-objectstore-tool --data-path BAD_DATA_PATH --op list".format(osd=ONEOSD, path=CEPH_BIN) ERRORS += test_failure(cmd, "data-path: BAD_DATA_PATH: No such file or directory") - cmd = "{path}/ceph-objectstore-tool --journal-path BAD_JOURNAL_PATH --op dump-journal".format(path=CEPH_BIN) - ERRORS += test_failure(cmd, "journal-path: BAD_JOURNAL_PATH: (2) No such file or directory") - cmd = (CFSD_PREFIX + "--journal-path BAD_JOURNAL_PATH --op list").format(osd=ONEOSD) ERRORS += test_failure(cmd, "journal-path: BAD_JOURNAL_PATH: No such file or directory") |