Skip to content
Closed
Changes from all commits
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
25 changes: 22 additions & 3 deletions hadoop-hdds/common/src/main/resources/ozone-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,28 @@
<!-- wish to modify from this file into ozone-site.xml and change them -->
<!-- there. If ozone-site.xml does not already exist, create it. -->

<!--Tags supported are OZONE, CBLOCK, MANAGEMENT, SECURITY, PERFORMANCE, -->
<!--DEBUG, CLIENT, SERVER, OM, SCM, CRITICAL, RATIS, CONTAINER, REQUIRED, -->
<!--REST, STORAGE, PIPELINE, STANDALONE -->
<!-- Known Ozone configuration tags -->
<!-- -->
<!-- Listed in hadoop.tags.custom: -->
<!-- CLIENT, CONTAINER, CRITICAL, DEBUG, MANAGEMENT, OM, OZONE, -->
<!-- PERFORMANCE, PIPELINE, RATIS, RECON, REQUIRED, REST, S3GATEWAY, -->
<!-- SCM, SECURITY, SERVER, STANDALONE, STORAGE -->
<!-- -->
<!-- Listed in ozone.tags.system: -->
<!-- CLIENT, CONTAINER, CRITICAL, DEBUG, MANAGEMENT, OM, OZONE, -->
<!-- PERFORMANCE, PIPELINE, RATIS, RECON, REQUIRED, REST, S3GATEWAY, -->
<!-- SCM, SECURITY, SERVER, STANDALONE, STORAGE, TLS, TOKEN -->
<!-- -->
<!-- Used in ozone-default.xml (this file): -->
<!-- ACL, CLIENT, CONTAINER, DATANODE, DATASTREAM, DEBUG, DEPRECATED, -->
<!-- DN, FREON, HA, HDDS, KERBEROS, MANAGEMENT, OM, OPERATION, OZONE, -->
<!-- OZONEFS, PERFORMANCE, PIPELINE, RATIS, RECON, REQUIRED, S3G, -->
<!-- S3GATEWAY, SCM, SECURITY, STORAGE, TLS, TOKEN, X509 -->
<!-- -->
<!-- Used in classes annotated with @Config: -->
<!-- BALANCER, CLIENT, DATANODE, DATASTREAM, DELETION, MANAGEMENT, OM, -->
<!-- OZONE, PERFORMANCE, PIPELINE, RATIS, RECON, S3GATEWAY, SCM, -->
<!-- SECURITY, STORAGE, UPGRADE -->

<configuration>

Expand Down