Merge pull request #12721 from chendave/wip-authx-options

auth: Let's not use the deprecated cephx option

Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2016-12-30 13:04:54 -06:00 committed by GitHub
commit 6f53f56702

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