ozone
ozone copied to clipboard
HDDS-6453. Ozone start/stop script cannot resolve OM nodes in HA
What changes were proposed in this pull request?
Fix the problem that the Ozone start and stop script resolve OM node, and ensure that the start-ozone.sh and stop-ozone.sh command is used to manage the start and stop services of the Ozone cluster.
What is the link to the Apache JIRA
How was this patch tested?
- configure password-free login between Ozone cluster nodes
- start the Ozone service on an Ozone node
start-ozone.sh
- stop the Ozone service on an Ozone node
stop-ozone.sh
@adoroszlai Obtain OM nodes list by using the command ozone getconf -ozonemanagers
.
Please review.
/pending