Merge pull request #27379 from xenolinux/wip-fix-bug1

doc : fixed capitalization

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-04-05 13:48:58 +08:00 committed by GitHub
commit dbc32e518a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ directory while creating key for a client using the following syntax. ::
ceph fs authorize *filesystem_name* client.*client_name* /*specified_directory* rw
for example, to restrict client ``foo`` to writing only in the ``bar`` directory of filesystem ``cephfs``, use ::
For example, to restrict client ``foo`` to writing only in the ``bar`` directory of filesystem ``cephfs``, use ::
ceph fs authorize cephfs client.foo / r /bar rw
@ -61,7 +61,7 @@ directory while mounting using the following syntax. ::
./ceph-fuse -n client.*client_name* *mount_path* -r *directory_to_be_mounted*
for example, to restrict client ``foo`` to ``mnt/bar`` directory, we will use. ::
For example, to restrict client ``foo`` to ``mnt/bar`` directory, we will use. ::
./ceph-fuse -n client.foo mnt -r /bar

View File

@ -159,7 +159,7 @@ The output should resemble::
pool 3 'hadoop1' rep size 1 min_size 1 crush_rule 0...
where ``3`` is the pool id. Next we will use the pool id reference to register
Where ``3`` is the pool id. Next we will use the pool id reference to register
the pool as a data pool for storing file system data. ::
ceph fs add_data_pool cephfs 3