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:
Jos Collin 2017-11-27 17:28:21 +05:30 committed by GitHub
commit f381ed57e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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