We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d33990 + bdfee45 commit fa46d16Copy full SHA for fa46d16
doc/cephfs/client-auth.rst
@@ -275,12 +275,16 @@ Client ``someuser`` is authorized for only one file system:
275
caps mon = "allow r"
276
caps osd = "allow rw tag cephfs data=cephfs"
277
278
-Mounting ``cephfs1`` with ``someuser`` works:
+Mounting ``cephfs1`` on the already-created mountpoint ``/mnt/cephfs1`` with
279
+``someuser`` works:
280
281
.. prompt:: bash #
282
283
sudo ceph-fuse /mnt/cephfs1 -n client.someuser -k ceph.client.someuser.keyring --client-fs=cephfs
284
285
+.. note:: If ``/mnt/cephfs`` does not exist prior to running the above command,
286
+ create it by running ``mkdir /mnt/cephfs1``.
287
+
288
::
289
290
ceph-fuse[96634]: starting ceph client
0 commit comments