Skip to content

Commit

Permalink
HDDS-11652. Fix SCM start command in SCM-HA doc (apache#7398)
Browse files Browse the repository at this point in the history
  • Loading branch information
aierate authored Nov 6, 2024
1 parent c045839 commit 2547ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hadoop-hdds/docs/content/feature/SCM-HA.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Second and third nodes should be *bootstrapped* instead of init. These clusters
ozone scm --bootstrap
```

Note: both commands perform one-time initialization. SCM still needs to be started by running `ozone scm --daemon start`.
Note: both commands perform one-time initialization. SCM still needs to be started by running `ozone --daemon start scm`.

## Auto-bootstrap

Expand All @@ -121,7 +121,7 @@ Note: SCM still needs to be started after the init/bootstrap process.
```
ozone scm --init
ozone scm --bootstrap
ozone scm --daemon start
ozone --daemon start scm
```

For Docker/Kubernetes, use `ozone scm` to start it in the foreground.
Expand Down

0 comments on commit 2547ac0

Please sign in to comment.