@@ -13,7 +13,7 @@ protocols (S3 and Swift).
1313In particular, the Ceph Object Gateway can now be configured to
1414provide file-based access when embedded in the NFS-Ganesha NFS server.
1515
16- The simplest and preferred way of managing nfs-ganesha clusters and rgw exports
16+ The simplest and preferred way of managing NFS-Ganesha clusters and RGW exports
1717is using ``ceph nfs ... `` commands. See :doc: `/mgr/nfs ` for more details.
1818
1919librgw
@@ -34,7 +34,7 @@ Namespace Conventions
3434=====================
3535
3636The implementation conforms to Amazon Web Services (AWS) hierarchical
37- namespace conventions which map UNIX -style path names onto S3 buckets
37+ namespace conventions which map Unix -style path names onto S3 buckets
3838and objects.
3939
4040The top level of the attached namespace consists of S3 buckets,
@@ -103,7 +103,7 @@ following characteristics:
103103
104104 * additional RGW authentication types such as Keystone are not currently supported
105105
106- Manually configuring an NFS-Ganesha Instance
106+ Manually Configuring an NFS-Ganesha Instance
107107============================================
108108
109109Each NFS RGW instance is an NFS-Ganesha server instance *embedding *
@@ -191,8 +191,8 @@ variables in the RGW config section::
191191``ceph_conf `` gives a path to a non-default ceph.conf file to use
192192
193193
194- Other useful NFS-Ganesha configuration:
195- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
194+ Other Useful NFS-Ganesha Configuration
195+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196196
197197Any EXPORT block which should support NFSv3 should include version 3
198198in the NFS_Protocols setting. Additionally, NFSv3 is the last major
@@ -239,45 +239,45 @@ Example::
239239
240240 LOG {
241241
242- Components {
243- MEMLEAKS = FATAL;
244- FSAL = FATAL;
245- NFSPROTO = FATAL;
246- NFS_V4 = FATAL;
247- EXPORT = FATAL;
248- FILEHANDLE = FATAL;
249- DISPATCH = FATAL;
250- CACHE_INODE = FATAL;
251- CACHE_INODE_LRU = FATAL;
252- HASHTABLE = FATAL;
253- HASHTABLE_CACHE = FATAL;
254- DUPREQ = FATAL;
255- INIT = DEBUG;
256- MAIN = DEBUG;
257- IDMAPPER = FATAL;
258- NFS_READDIR = FATAL;
259- NFS_V4_LOCK = FATAL;
260- CONFIG = FATAL;
261- CLIENTID = FATAL;
262- SESSIONS = FATAL;
263- PNFS = FATAL;
264- RW_LOCK = FATAL;
265- NLM = FATAL;
266- RPC = FATAL;
267- NFS_CB = FATAL;
268- THREAD = FATAL;
269- NFS_V4_ACL = FATAL;
270- STATE = FATAL;
271- FSAL_UP = FATAL;
272- DBUS = FATAL;
273- }
274- # optional: redirect log output
275- # Facility {
276- # name = FILE;
277- # destination = "/tmp/ganesha-rgw.log";
278- # enable = active;
279- }
280- }
242+ Components {
243+ MEMLEAKS = FATAL;
244+ FSAL = FATAL;
245+ NFSPROTO = FATAL;
246+ NFS_V4 = FATAL;
247+ EXPORT = FATAL;
248+ FILEHANDLE = FATAL;
249+ DISPATCH = FATAL;
250+ CACHE_INODE = FATAL;
251+ CACHE_INODE_LRU = FATAL;
252+ HASHTABLE = FATAL;
253+ HASHTABLE_CACHE = FATAL;
254+ DUPREQ = FATAL;
255+ INIT = DEBUG;
256+ MAIN = DEBUG;
257+ IDMAPPER = FATAL;
258+ NFS_READDIR = FATAL;
259+ NFS_V4_LOCK = FATAL;
260+ CONFIG = FATAL;
261+ CLIENTID = FATAL;
262+ SESSIONS = FATAL;
263+ PNFS = FATAL;
264+ RW_LOCK = FATAL;
265+ NLM = FATAL;
266+ RPC = FATAL;
267+ NFS_CB = FATAL;
268+ THREAD = FATAL;
269+ NFS_V4_ACL = FATAL;
270+ STATE = FATAL;
271+ FSAL_UP = FATAL;
272+ DBUS = FATAL;
273+ }
274+ # optional: redirect log output
275+ # Facility {
276+ # name = FILE;
277+ # destination = "/tmp/ganesha-rgw.log";
278+ # enable = active;
279+ # }
280+ }
281281
282282Running Multiple NFS Gateways
283283=============================
@@ -315,7 +315,7 @@ if a Swift container name contains underscores, it is not a valid S3
315315bucket name and will be rejected unless ``rgw_relaxed_s3_bucket_names ``
316316is set to true.
317317
318- Configuring NFSv4 clients
318+ Configuring NFSv4 Clients
319319=========================
320320
321321To access the namespace, mount the configured NFS-Ganesha export(s)
0 commit comments