This is an automated email from the ASF dual-hosted git repository. ckj pushed a commit to branch ozone-1.3 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 83284d0e690731b2088c9d2e203f1ecc3b12305b Author: zhtttylz <[email protected]> AuthorDate: Fri Oct 21 03:53:35 2022 +0800 HDDS-7369. Fix wrong order of command arguments in Nonrolling-Upgrade.md (#3866) --- hadoop-hdds/docs/content/feature/Nonrolling-Upgrade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-hdds/docs/content/feature/Nonrolling-Upgrade.md b/hadoop-hdds/docs/content/feature/Nonrolling-Upgrade.md index 0328e6834b..b18f585aeb 100644 --- a/hadoop-hdds/docs/content/feature/Nonrolling-Upgrade.md +++ b/hadoop-hdds/docs/content/feature/Nonrolling-Upgrade.md @@ -62,15 +62,15 @@ Starting with your current version of Ozone, complete the following steps to upg 4. Start the components 1. Start the SCM and datanodes as usual: ``` - ozone --daemon scm start + ozone --daemon start scm ``` ``` - ozone --daemon datanode start + ozone --daemon start datanode ``` 2. Start the Ozone Manager using the `--upgrade` flag to take it out of prepare mode. ``` - ozone --daemon om start --upgrade + ozone --daemon start om --upgrade ``` - There also exists a `--downgrade` flag which is an alias of `--upgrade`. The name used does not matter. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
