maobaolong opened a new pull request #934: URL: https://github.com/apache/hadoop-ozone/pull/934
## What changes were proposed in this pull request? Provide a CLI to close all pipeline for same kind or all kinds. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3605 ## How was this patch tested? ```bash # expect close all pipelines bin/ozone admin pipeline close ALL # expect close all pipelines with replication factor 3 bin/ozone admin pipeline close ALL -ffc 3 # expect close all pipelines with the CLOSE state bin/ozone admin pipeline close ALL -fst CLOSE ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
