bharatviswa504 commented on a change in pull request #2370:
URL: https://github.com/apache/ozone/pull/2370#discussion_r658664394



##########
File path: hadoop-hdds/docs/content/interface/O3fs.md
##########
@@ -59,10 +59,15 @@ Please add the following entry to the core-site.xml.
 </property>
 <property>
   <name>fs.defaultFS</name>
-  <value>o3fs://bucket.volume.OzoneServiceId</value>
+  <value>o3fs://bucket.volume</value>
 </property>
 ```
+<div class="alert alert-warning" role="alert">
+
+Tip: For the OM HA cluster, you need to specify the ozone service id.

Review comment:
       Ya that would be also good. But giving an example here would be a good 
idea. As this doc talks in general about O3fs.
   
   **Example as below**
   Tip: For the OM HA cluster, you need to specify the ozone service id. For 
example, if ozone.om.service.ids = ozone1, then the URL is 
o3fs://bucket.volume.ozone1
   
   
   




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

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