HDDS-74. Rename name of properties related to configuration tags.
Contributed by Sandeep Nemuri.
This commit is contained in:
parent
481bfdb94f
commit
60821fb20e
@ -154,7 +154,7 @@ private void processConfigTagRequest(HttpServletRequest request,
|
||||
|
||||
switch (cmd) {
|
||||
case "getOzoneTags":
|
||||
out.write(gson.toJson(config.get("ozone.system.tags").split(",")));
|
||||
out.write(gson.toJson(config.get("ozone.tags.system").split(",")));
|
||||
break;
|
||||
case "getPropertyByTag":
|
||||
String tags = request.getParameter("tags");
|
||||
|
@ -1006,12 +1006,12 @@
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>hadoop.custom.tags</name>
|
||||
<name>hadoop.tags.custom</name>
|
||||
<value>OZONE,MANAGEMENT,SECURITY,PERFORMANCE,DEBUG,CLIENT,SERVER,KSM,SCM,CRITICAL,RATIS,CONTAINER,REQUIRED,REST,STORAGE,PIPELINE,STANDALONE</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
<name>ozone.system.tags</name>
|
||||
<name>ozone.tags.system</name>
|
||||
<value>OZONE,MANAGEMENT,SECURITY,PERFORMANCE,DEBUG,CLIENT,SERVER,KSM,SCM,CRITICAL,RATIS,CONTAINER,REQUIRED,REST,STORAGE,PIPELINE,STANDALONE</value>
|
||||
</property>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user