JyotinderSingh opened a new pull request #3115: URL: https://github.com/apache/ozone/pull/3115
## What changes were proposed in this pull request? The documentation lists out of date information about File System Optimization features. We no longer recommend using `ozone.om.enable.filesystem.paths` configuration for enabling File System Optimization. We now have support for bucket layout features to support bucket-specific metadata formats. Examples of outdated documentation: [LINK](https://ozone.apache.org/docs/1.2.1/feature/prefixfso.html) ``` ... Note: This feature works only when ozone.om.enable.filesystem.paths is enabled which means that Hadoop Compatible File System compatibility is favored instead of S3 compatibility. Some irregular S3 key names may be rejected or normalized. ... By default the feature is disabled. It can be enabled with the following settings in ozone-site.xml:<property> <name>ozone.om.enable.filesystem.paths</name> <value>true</value> </property> <property> <name>ozone.om.metadata.layout</name> <value>PREFIX</value> </property> ... ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6351 ## How was this patch tested? NA -- 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]
