Skip to content

HDDS-6351. [Docs] Update prefix-based FSO documentation.#3115

Merged
rakeshadr merged 5 commits intoapache:masterfrom
JyotinderSingh:HDDS-6351
Feb 22, 2022
Merged

HDDS-6351. [Docs] Update prefix-based FSO documentation.#3115
rakeshadr merged 5 commits intoapache:masterfrom
JyotinderSingh:HDDS-6351

Conversation

@JyotinderSingh
Copy link
Copy Markdown
Contributor

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

...

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

Copy link
Copy Markdown
Contributor

@rakeshadr rakeshadr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM. Thanks @JyotinderSingh for the contribution.

@rakeshadr rakeshadr merged commit 68c5ac5 into apache:master Feb 22, 2022
@JyotinderSingh JyotinderSingh deleted the HDDS-6351 branch February 22, 2022 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants