ceph/qa/standalone
Ronen Friedman 83607c0610 qa/standalone: osd-recovery-scrub: fix slow updates and recovery concurrency
1. Setting frequent scrub status updates, to compensate for the removal
of some 'send updates' in PR#50283.

2. Switching back to using the wpq scheduler, as otherwise the number of
concurrent recovery operations is below what the test expects.

Fixes: https://tracker.ceph.com/issues/61386

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
2023-06-04 07:34:02 -05:00
..
c2c
crush
erasure-code qa/: Override mClock profile to 'high_recovery_ops' for qa tests 2023-05-08 16:22:00 +05:30
mgr
misc osd/scheduler: Reset ephemeral changes to mClock built-in profile 2023-05-18 14:03:45 +05:30
mon
mon-stretch
osd qa/: Override mClock profile to 'high_recovery_ops' for qa tests 2023-05-08 16:22:00 +05:30
osd-backfill qa/: Override mClock profile to 'high_recovery_ops' for qa tests 2023-05-08 16:22:00 +05:30
scrub qa/standalone: osd-recovery-scrub: fix slow updates and recovery concurrency 2023-06-04 07:34:02 -05:00
special
README
ceph-helpers.sh qa/: Override mClock profile to 'high_recovery_ops' for qa tests 2023-05-08 16:22:00 +05:30

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"