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 <wei.d.chen@intel.com>
This commit is contained in:
Dave Chen 2016-12-30 17:04:28 +08:00
parent 610a97abf8
commit 3953db2b5a

View File

@ -528,7 +528,9 @@ EOF
fi
if [ "$cephx" -eq 1 ] ; then
wconf <<EOF
auth supported = cephx
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
EOF
else
wconf <<EOF