From 530fea2032e99d332338635e6c35394df4dbb42f Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 6 Feb 2023 16:16:07 -0500 Subject: [PATCH] makefile: add ability to use alternate fs on multi container tests Signed-off-by: John Mulligan --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cfd896..14fc715 100644 --- a/Makefile +++ b/Makefile @@ -200,7 +200,9 @@ test-containers-test: $(BUILDFILE) $(TEST_CTR_A) $(TEST_CTR_B) --wait-for=/ceph_a/.ready:/ceph_b/.ready \ --mirror-state=/ceph_b/.mstate \ --ceph-conf=/ceph_a/ceph.conf \ - --mirror=/ceph_b/ceph.conf $(ENTRYPOINT_ARGS) + --mirror=/ceph_b/ceph.conf \ + --altfs=@/ceph_a/altfs.txt \ + $(ENTRYPOINT_ARGS) ifdef RESULTS_DIR $(RESULTS_DIR):