Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions hadoop-hdds/docs/content/feature/Nonrolling-Upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down