shenxingwuying opened a new pull request, #6820:
URL: https://github.com/apache/ozone/pull/6820

   ## What changes were proposed in this pull request?
   Support set a customized source config directory for startup in docker image 
apache/ozone.
   
   In my scenario, I use apache/ozone to start a simple ozone cluster. But it 
only has 1 datanode. I want to make this simple cluster multi datanodes, so I 
generate some config files(ozone-site.xml  it is distinguished by ports), and 
use this config start new datanodes. 
   
   I specified this config directory by a environment.
   
   OZONE_CONF_DIR=/opt/ozone/dn$i/config OZONE_PID_DIR=/opt/ozone/dn$i sh -x 
/opt/ozone/dn$i/libexec/entrypoint.sh /opt/ozone/dn$i/bin/ozone datanode &> 
/opt/ozone/dn$i/log/datanode.log &
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-10969
   
   
   ## How was this patch tested?
   I test it using a local environment startup by apache/ozone.
   
![image](https://github.com/apache/ozone/assets/6360122/81e3e8d1-79b7-478a-b310-33d81f659a68)
   
   


-- 
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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to