.. important:: The ``name`` and ``secret`` or ``secretfile`` options are
mandatory when you have Ceph authentication running.
-See `Authentication`_ for details.
+See `User Management`_ for details.
FUSE
Ensure you use the ID (e.g., ``admin``, not ``client.admin``). You can pass any valid
``ceph-fuse`` option to the command line this way.
-See `Authentication`_ for details.
+See `User Management`_ for details.
-.. _Authentication: ../../rados/operations/authentication/
+.. _User Management: ../../rados/operations/user-management/
sudo mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o name=admin,secretfile=/etc/ceph/admin.secret
-See `Authentication`_ for details on cephx.
+See `User Management`_ for details on cephx.
To unmount the Ceph file system, you may use the ``umount`` command. For example::
See `mount.ceph`_ for details.
.. _mount.ceph: ../../man/8/mount.ceph/
-.. _Authentication: ../../rados/operations/authentication/
\ No newline at end of file
+.. _User Management: ../../rados/operations/user-management/
.. important:: If your cluster already has an ``auth supported`` option defined in
the configuration file, no changes are necessary.
-See `Ceph Authentication - Backward Compatibility`_ for details.
+See `User Management - Backward Compatibility`_ for details.
Monitor On-wire Protocol
Monitors`_ for details.
.. note:: See the `Authentication`_ section and the
- `Ceph Authentication - Backward Compatibility`_ for additional information
+ `User Management - Backward Compatibility`_ for additional information
on authentication backward compatibility settings for Bobtail.
Once you complete the upgrade of your monitors from Argonaut to
.. _Monitor Config Reference: ../../rados/configuration/mon-config-ref
.. _Joao's blog post: http://ceph.com/dev-notes/cephs-new-monitor-changes
-.. _Ceph Authentication: ../../rados/operations/authentication/
-.. _Ceph Authentication - Backward Compatibility: ../../rados/operations/authentication/#backward-compatibility
+.. _User Management - Backward Compatibility: ../../rados/configuration/auth-config-ref/#backward-compatibility
.. _manually: ../install-storage-cluster/
.. _Operating a Cluster: ../../rados/operations/operating
.. _Monitoring a Cluster: ../../rados/operations/monitoring
.. _CRUSH Map: ../../rados/operations/crush-map
.. _Install Ceph Object Gateway: ../../install/install-ceph-gateway
-.. _Cephx Administration: ../../rados/operations/authentication/#cephx-administration
.. _Ceph configuration file: ../../rados/configuration/ceph-conf
.. _Configuration Reference - Pools: ../config-ref#pools
.. _Configuration Reference - Regions: ../config-ref#regions
sudo rbd unmap /dev/rbd/rbd/foo
-.. _cephx: ../../rados/operations/authentication/
\ No newline at end of file
+.. _cephx: ../../rados/operations/user-management/
However from a platform consistency perspective, it's better to keep the
same UUID.
-.. _cephx authentication: ../../rados/operations/authentication
+.. _cephx authentication: ../../rados/configuration/auth-config-ref/#enabling-disabling-cephx
Configure OpenStack to use Ceph