]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix vstart -X after default ms_mon_client_mode = secure 42718/head
authorMark Kogan <mkogan@redhat.com>
Mon, 9 Aug 2021 09:53:23 +0000 (09:53 +0000)
committerMark Kogan <mkogan@redhat.com>
Mon, 9 Aug 2021 09:53:23 +0000 (09:53 +0000)
after merging of PR #42587 rgw is unable to start when cephx is disabled using vstart.sh -X

Fixes: https://tracker.ceph.com/issues/52103
Signed-off-by: Mark Kogan <mkogan@redhat.com>
src/vstart.sh

index ec59790ce722394a2ce79e907aa1f3c0068fae48..1ece7e091d4c8ecb07f1473a491c4c36e52d03bd 100755 (executable)
@@ -672,6 +672,7 @@ EOF
         auth cluster required = none
         auth service required = none
         auth client required = none
+        ms mon client mode = crc
 EOF
     fi
     if [ "$short" -eq 1 ]; then