Skip to content

Commit fa46d16

Browse files
Merge pull request ceph#56879 from zdover23/wip-doc-2024-04-15-cephfs-client-auth
doc/cephfs: improve ceph-fuse command
2 parents 3d33990 + bdfee45 commit fa46d16

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/cephfs/client-auth.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,16 @@ Client ``someuser`` is authorized for only one file system:
275275
caps mon = "allow r"
276276
caps osd = "allow rw tag cephfs data=cephfs"
277277

278-
Mounting ``cephfs1`` with ``someuser`` works:
278+
Mounting ``cephfs1`` on the already-created mountpoint ``/mnt/cephfs1`` with
279+
``someuser`` works:
279280

280281
.. prompt:: bash #
281282

282283
sudo ceph-fuse /mnt/cephfs1 -n client.someuser -k ceph.client.someuser.keyring --client-fs=cephfs
283284

285+
.. note:: If ``/mnt/cephfs`` does not exist prior to running the above command,
286+
create it by running ``mkdir /mnt/cephfs1``.
287+
284288
::
285289

286290
ceph-fuse[96634]: starting ceph client

0 commit comments

Comments
 (0)