You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ck...@apache.org on 2022/10/25 07:53:14 UTC

[ozone] 04/06: HDDS-7369. Fix wrong order of command arguments in Nonrolling-Upgrade.md (#3866)

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 <54...@users.noreply.github.com>
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: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org