This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 5c2a39365a HDDS-7369. Fix wrong order of command arguments in
Nonrolling-Upgrade.md (#3866)
5c2a39365a is described below
commit 5c2a39365aa8040dbe5bce6043af199ca1cf1d79
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]