From 2808373129a66559176c15019983add8ee53e914 Mon Sep 17 00:00:00 2001 From: Servesha Dudhgaonkar Date: Thu, 4 Apr 2019 18:11:44 +0530 Subject: [PATCH] doc : fixed capitalization Signed-off-by: Servesha Dudhgaonkar --- doc/cephfs/client-auth.rst | 4 ++-- doc/cephfs/hadoop.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index 39513748e43..74cd8a38ab2 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -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 diff --git a/doc/cephfs/hadoop.rst b/doc/cephfs/hadoop.rst index 566c6030ffb..cfb291e1efd 100644 --- a/doc/cephfs/hadoop.rst +++ b/doc/cephfs/hadoop.rst @@ -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