ceph-mirror/qa/standalone
Igor Fedotov 881d8c9144
Merge pull request #68503 from ifed01/wip-ifed-fix-ncb-expand
os/bluestore: do not add expanded space to allocator after allocmap recovery.

Reviewed-by: Adam Kupczyk <akupczyk@ibm.com>
2026-07-14 16:23:36 +03:00
..
c2c qa: verify the benefits of mempool cacheline optimization 2021-04-30 12:11:13 +08:00
crush qa: drop XMLSTARLET variable, use xmlstarlet directly 2024-08-25 13:22:08 +02:00
erasure-code mon: Add health checker for deprecated EC plugins and techniques 2026-05-20 11:31:53 +01:00
mgr qa/standalone/mgr/balancer.sh: adapt test 2020-04-14 00:05:02 +00:00
misc mgr/DaemonServer: Aggregate and globally sort OSDs for ok-to-upgrade 2026-06-11 17:42:59 +05:30
mon Merge pull request #69005 from Jayaprakash-ibm/wip-jaya-mon-features-test-fix 2026-06-14 04:24:52 +05:30
mon-stretch mon [stretch-mode]: Allow a max bucket weight diff threshold 2026-02-06 22:05:07 +00:00
osd Merge pull request #68503 from ifed01/wip-ifed-fix-ncb-expand 2026-07-14 16:23:36 +03:00
osd-backfill qa/standalone: osd-backfill-space.sh 2026-02-17 19:50:19 +00:00
scrub qa,src: replace deprecated egrep/fgrep with grep -E/grep -F 2026-03-29 14:39:07 +02:00
special qa/standalone: always decode output from check_output() 2020-09-03 13:09:16 +08:00
ceph-helpers.sh Merge pull request #67715 from NitzanMordhai/wip-nitzan-is_pg_clean-hang-after-teardown 2026-05-11 13:15:14 -05: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"