From 529b43a3da2d4d3e664a37532b041cf56698d467 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 4 Oct 2019 14:36:30 -0500 Subject: [PATCH] test_ceph_daemon.sh: skip ssh until container image has remoto Signed-off-by: Sage Weil --- test_ceph_daemon.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_ceph_daemon.sh b/test_ceph_daemon.sh index d345e1f9419..4695dca134c 100755 --- a/test_ceph_daemon.sh +++ b/test_ceph_daemon.sh @@ -19,7 +19,8 @@ EOF --mon-ip 10.3.64.23 \ --config c \ --output-keyring k \ - --output-config c + --output-config c \ + --skip-ssh chmod 644 k c # mon.b -- 2.39.5