From: Dave Chen Date: Fri, 30 Dec 2016 09:04:28 +0000 (+0800) Subject: cephx: Let's not use the deprecated option X-Git-Tag: v12.0.0~325^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3953db2b5a32ff76b65000ac8f835cd363648d5f;p=ceph.git cephx: Let's not use the deprecated option Enable cephx by setting the option of "auth supported" has been deprecated for a long time, it's better to use the recommended options instead. Signed-off-by: Dave Chen --- diff --git a/src/vstart.sh b/src/vstart.sh index d09df84ed5b4..6be6757871b8 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -528,7 +528,9 @@ EOF fi if [ "$cephx" -eq 1 ] ; then wconf <