]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits/rados: add ability to run rados workunit locally
authorLaura Flores <lflores@ibm.com>
Mon, 30 Jun 2025 22:28:49 +0000 (22:28 +0000)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Wed, 2 Jul 2025 20:59:15 +0000 (20:59 +0000)
commit0eea3d53ee2c9dba519e49ae1e66f5493d10388f
treefde9941ef281353a01bd9219724451d41e6babbc
parent26d63d0a1fca8879f1b08074fdd315089eeb6232
qa/workunits/rados: add ability to run rados workunit locally

This commit addes a `--vstart` flag that developers can pass
to run this script locally. The user must be in the `ceph/build`
directory, which is explained as a comment in the script.

The script prepares the test to be run locally by doing the following:
1. Compiling all the necessry targets
2. Setting up a test cluster
3. Prefixing `./bin/` to all executable commands to make them
   vstart-friendly
4. Tearing down the test cluster at the end.

Fixes: https://tracker.ceph.com/issues/70772
Signed-off-by: Laura Flores <lflores@ibm.com>
qa/workunits/rados/test.sh