mirror of https://github.com/ceph/go-ceph
makefile: add ability to use alternate fs on multi container tests
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
0a036df85a
commit
530fea2032
4
Makefile
4
Makefile
|
@ -200,7 +200,9 @@ test-containers-test: $(BUILDFILE) $(TEST_CTR_A) $(TEST_CTR_B)
|
||||||
--wait-for=/ceph_a/.ready:/ceph_b/.ready \
|
--wait-for=/ceph_a/.ready:/ceph_b/.ready \
|
||||||
--mirror-state=/ceph_b/.mstate \
|
--mirror-state=/ceph_b/.mstate \
|
||||||
--ceph-conf=/ceph_a/ceph.conf \
|
--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
|
ifdef RESULTS_DIR
|
||||||
$(RESULTS_DIR):
|
$(RESULTS_DIR):
|
||||||
|
|
Loading…
Reference in New Issue