Updated the "examples" section of mount.ceph.rst to reflect the
correct way to mount cephfs instances other than the default as of
Ceph Octopus and noted the `mds_namespace` option will be deprecated
in a future release as opposed to the new `fs` option.
Signed-off-by: Jarett DeAngelis <starkruzr@gmail.com>
mount.ceph :/some/directory/in/cephfs /mnt/mycephfs
Mount non-default FS, in case cluster has multiple FSs::
-
- mount -t ceph :/ /mnt/mycephfs2 -o mds_namespace=mycephfs2
+ mount -t ceph :/ /mnt/mycephfs2 -o fs=mycephfs2
+
+ or
+
+ mount -t ceph :/ /mnt/mycephfs2 -o mds_namespace=mycephfs2 # This option name is deprecated.
Pass the monitor host's IP address, optionally::