From 9e46d70a8cc59ea008df2b915540c3cbd457e60e Mon Sep 17 00:00:00 2001 From: Yuval Lifshitz Date: Sun, 9 Jan 2022 18:27:40 +0200 Subject: [PATCH] rgw/multisite/test: passzero (no) ssl port to mrgw.sh in multisite tests script. this is to fix an issue from: 1f3fbf218faa4859f02917828dbdb48be41a579a Signed-off-by: Yuval Lifshitz --- src/test/rgw/test-rgw-common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/rgw/test-rgw-common.sh b/src/test/rgw/test-rgw-common.sh index d88148544f9a..e7f5a862bdf2 100644 --- a/src/test/rgw/test-rgw-common.sh +++ b/src/test/rgw/test-rgw-common.sh @@ -80,9 +80,10 @@ function rgw { name=$1 port=$2 + ssl_port=0 #ssl port not used shift 2 - echo "$mrgw $name $port $rgw_flags $@" + echo "$mrgw $name $port $ssl_port $rgw_flags $@" } function init_first_zone { -- 2.47.3