From 3953db2b5a32ff76b65000ac8f835cd363648d5f Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Fri, 30 Dec 2016 17:04:28 +0800 Subject: [PATCH] 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 --- src/vstart.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/vstart.sh b/src/vstart.sh index d09df84ed5b..6be6757871b 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -528,7 +528,9 @@ EOF fi if [ "$cephx" -eq 1 ] ; then wconf <