mirror of
https://github.com/ceph/ceph
synced 2025-01-07 19:51:19 +00:00
01316aa7bd
This test introduces a map gap. What *should* happen is that when there is such a gap, we cannot import. Previously, the test didn't reliably produce a map gap at all, and didn't check that import failed--it verified that it passed. Fix the test so that it reliably produces a gap *and* reports min_last_epoch_clean to the mon so we can trim. Then verify we fail to import, but can with --force. But remove the pg again, because if we force an import with a map gap the osd will refuse to start. Fixes: http://tracker.ceph.com/issues/38525 Signed-off-by: Sage Weil <sage@redhat.com> |
||
---|---|---|
.. | ||
crush | ||
erasure-code | ||
misc | ||
mon | ||
osd | ||
scrub | ||
special | ||
ceph-helpers.sh | ||
README |
qa/standalone ============= These scripts run standalone clusters, but not in a normal way. They make use of functions ceph-helpers.sh to quickly start/stop daemons against toy clusters in a single directory. They are normally run via teuthology based on qa/suites/rados/standalone/*.yaml. You can run them in a git checkout + build directory as well: * The qa/run-standalone.sh will run all of them in sequence. This is slow since there is no parallelism. * You can run individual script(s) by specifying the basename or path below qa/standalone as arguments to qa/run-standalone.sh. ../qa/run-standalone.sh misc.sh osd/osd-dup.sh * Add support for specifying arguments to selected tests by simply adding list of tests to each argument. ../qa/run-standalone.sh "test-ceph-helpers.sh test_get_last_scrub_stamp"