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


##########
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:
   here we assume that DNs and Master nodes have the same mount points for 
metadata disks, which might be not true... Or at least it should be documented 
somewhere.



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