From: Sage Weil Date: Mon, 16 Mar 2020 19:38:15 +0000 (-0500) Subject: qa/workunits/cephadm: --skip-mon-network when using 127.0.0.1 X-Git-Tag: v15.2.0~36^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F33952%2Fhead;p=ceph.git qa/workunits/cephadm: --skip-mon-network when using 127.0.0.1 Signed-off-by: Sage Weil --- 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