From d356aca030a4980997f6cd0e3d06a8bbf2365c47 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 12 May 2023 23:15:35 +0300 Subject: [PATCH] Add missing $NO_SAME OSD argument to test_splitbrain --- tests/test_splitbrain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_splitbrain.sh b/tests/test_splitbrain.sh index bffc89d6..9c637d2b 100755 --- a/tests/test_splitbrain.sh +++ b/tests/test_splitbrain.sh @@ -21,7 +21,7 @@ LD_PRELOAD="build/src/libfio_vitastor.so" \ # Kill OSD 2, start OSD 1 kill $OSD2_PID -build/src/vitastor-osd --osd_num 1 --bind_address 127.0.0.1 $OSD_ARGS --etcd_address $ETCD_URL \ +build/src/vitastor-osd --osd_num 1 --bind_address 127.0.0.1 $NO_SAME $OSD_ARGS --etcd_address $ETCD_URL \ $(build/src/vitastor-disk simple-offsets --format options --device ./testdata/test_osd2.bin 2>/dev/null) >>./testdata/osd2.log 2>&1 & sleep 2