From 8ab7a916157401b1f2261552792a35ade309b977 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 16 Mar 2020 14:38:15 -0500 Subject: [PATCH] qa/workunits/cephadm: --skip-mon-network when using 127.0.0.1 Signed-off-by: Sage Weil --- qa/workunits/cephadm/test_cephadm.sh | 3 ++- test_cephadm.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 7ce4eaf1e53..6503287de8f 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -190,7 +190,8 @@ $CEPHADM bootstrap \ --config $ORIG_CONFIG \ --output-config $CONFIG \ --output-keyring $KEYRING \ - --allow-overwrite + --allow-overwrite \ + --skip-mon-network test -e $CONFIG test -e $KEYRING rm -f $ORIG_CONFIG diff --git a/test_cephadm.sh b/test_cephadm.sh index def9d7905cc..4b86bea7971 100755 --- a/test_cephadm.sh +++ b/test_cephadm.sh @@ -41,7 +41,8 @@ $CEPHADM $CEPHADM_ARGS \ --config c \ --output-keyring k \ --output-config c \ - --allow-overwrite + --allow-overwrite \ + --skip-mon-network chmod 644 k c # mon.b -- 2.47.3