ceph/qa/standalone
Radoslaw Zarzynski f25386f7bc
Merge pull request #55196 from rzarzynski/wip-osd-ec-partial-reads
osd: EC Partial Stripe Reads (Retry of #23138 and #52746)

Reviewed-by: Samuel Just <sjust@redhat.com>
2024-07-10 09:21:51 +02:00
..
c2c
crush
erasure-code qa: test-erasure-eio.sh honors the EC partial read support 2024-06-20 20:37:57 +00:00
mgr
misc osd/scheduler: Reset ephemeral changes to mClock built-in profile 2023-05-18 14:03:45 +05:30
mon Merge pull request #56531 from rzarzynski/wip-bug-65183 2024-06-25 06:44:07 -07:00
mon-stretch qa/standalone/mon-stretch/mon-stretch-uneven-crush-weights.sh: init 2023-05-24 18:35:27 +00:00
osd test: Divergent test 3 with pg_autoscale_mode on pick divergent osd 2023-06-06 05:54:39 +00:00
osd-backfill qa/: Override mClock profile to 'high_recovery_ops' for qa tests 2023-05-08 16:22:00 +05:30
scrub Merge pull request #54491 from jianwei1216/fix_osd_pg_stat_report_interval_max_cmain 2024-01-24 13:30:50 -08:00
special
ceph-helpers.sh mon/LogMonitor: Use generic cluster log level config 2024-03-13 13:10:54 -04:00
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"