smengcl commented on code in PR #4648:
URL: https://github.com/apache/ozone/pull/4648#discussion_r1185320683


##########
hadoop-hdds/docs/content/interface/Ofs.md:
##########
@@ -160,12 +160,18 @@ $ ozone fs -mkdir -p /volume_1
 mkdir: Bucket or Volume name has an unsupported character : _
 ```
 
-## Mounts
+## Mounts and Configuring /tmp
 
 In order to be compatible with legacy Hadoop applications that use /tmp/,
 we have a special temp mount located at the root of the FS.
 This feature may be expanded in the feature to support custom mount paths.
 
+Currently ozone supports two configurations for /tmp.  The first (default), 

Review Comment:
   ```suggestion
   Currently Ozone supports two configurations for /tmp.  The first (default), 
   ```



##########
hadoop-hdds/docs/content/interface/Ofs.md:
##########
@@ -192,6 +199,31 @@ directory. e.g.:
 $ ozone fs -touch /tmp/key1
 ```
 
+### For a sharable /tmp directory common to all users

Review Comment:
   ```suggestion
   ### For a sharable /tmp directory common to all users
   
   ```



##########
hadoop-hdds/docs/content/interface/Ofs.md:
##########
@@ -175,8 +181,9 @@ $ ozone sh volume create tmp
 $ ozone sh volume setacl tmp -al world::a
 ```
 
-These commands only needs to be done **once per cluster**.
+These commands only need to be done **once per cluster**.
 
+### For /tmp directory per user (default)  

Review Comment:
   ```suggestion
   ### For /tmp directory per user (default)
   
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to