ssulav commented on code in PR #6:
URL: https://github.com/apache/ozone-installer/pull/6#discussion_r2837350056


##########
roles/ozone_config/templates/ozone-site.xml.j2:
##########
@@ -103,31 +104,31 @@
 {% endif %}
   <property>
     <name>ozone.metadata.dirs</name>
-    <value>{{ _first_disk }}/meta</value>
+    <value>{{ _first_metadata }}/meta</value>
   </property>
   <property>
     <name>hdds.datanode.dir</name>
     <value>{% for d in _data_bases %}{{ d }}/dn{% if not loop.last %},{% endif 
%}{% endfor %}</value>
   </property>
   <property>
     <name>dfs.container.ratis.datanode.storage.dir</name>
-    <value>{{ _first_disk }}/meta/dn</value>
+    <value>{{ _first_metadata }}/meta/dn</value>

Review Comment:
   We can further separate this out. While writing I noticed this but thought 
of keeping it simple, but makes sense to separate both of them out



-- 
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]

Reply via email to