Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/interface/O3fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Please add the following entry to the core-site.xml.
</property>
<property>
<name>fs.defaultFS</name>
<value>o3fs://bucket.volume</value>
<value>o3fs://bucket.volume.OzoneServiceId</value>
Comment thread
sky76093016 marked this conversation as resolved.
Outdated
</property>
```

Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/interface/O3fs.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ozone sh bucket create /volume/bucket
</property>
<property>
<name>fs.defaultFS</name>
<value>o3fs://bucket.volume</value>
<value>o3fs://bucket.volume.OzoneServiceId</value>
</property>
{{< /highlight >}}

Expand Down