]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
multisite/test: running the multisite test script with custom devices 45537/head
authorYuval Lifshitz <ylifshit@redhat.com>
Mon, 21 Mar 2022 16:00:48 +0000 (18:00 +0200)
committerYuval Lifshitz <ylifshit@redhat.com>
Mon, 21 Mar 2022 16:08:53 +0000 (18:08 +0200)
commita3aae855a84e22f307df2fd628a7c2edc2caa945
treeee776558034313725dd42775ace33d6980a426e4
parent217c3285135f1ddc153b626828069092450ce1e9
multisite/test: running the multisite test script with custom devices

following environment variables should be set to allow that:

DEV_LIST: comma separated list of devices that should be used by each
clusteri as bluestore block devices.
for example in: DEV_LIST=/dev/nvme7n1,/dev/nvme6n1
the device /dev/nvme7n1 to be used by cluster "c1, while /dev/nvme6n1
will be used by cluster "c2".

DB_DEV_LIST: similar mechanism for DB
WAL_DEV_LIST: similar mechanism for WAL

note that if any of these variables is missing, or has less values than
clusters, the default device would be used.

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
src/test/rgw/test-rgw-common.sh
src/test/rgw/test-rgw-multisite.sh