mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
Merge pull request #19128 from joscollin/wip-mountfuseceph-typo
mount.fuse.ceph: Fix typo Reviewed-by: Zheng Yan <zyan@redhat.com>
This commit is contained in:
commit
f381ed57e3
@ -11,11 +11,11 @@ none /mnt/ceph fuse.ceph ceph.id=myuser,ceph.conf=/etc/ceph/foo.conf,_netd
|
||||
ceph-fuse options are specified in the fs_mntops(4) column and must begin
|
||||
with 'ceph.' prefix. This way ceph related fs options will be passed to
|
||||
ceph-fuse and others will be ignored by ceph-fuse.
|
||||
First two examples above, for example, speficy that ceph-fuse will authenticate
|
||||
as client.admin. Third example specify, that ceph-fuse will authenticate as
|
||||
|
||||
The first two examples above specify that ceph-fuse will authenticate
|
||||
as client.admin. The third example specify that ceph-fuse will authenticate as
|
||||
client.myuser and also sets 'conf' option to '/etc/ceph/foo.conf' via ceph-fuse
|
||||
command line.
|
||||
Any valid ceph-fuse options can be passed this way.
|
||||
command line. Any valid ceph-fuse options can be passed this way.
|
||||
|
||||
NOTE:
|
||||
Old format is also supported
|
||||
|
Loading…
Reference in New Issue
Block a user