diff --git a/hadoop-hdds/docs/content/feature/how-to-do-a-nonrolling-upgrade.md b/hadoop-hdds/docs/content/feature/how-to-do-a-nonrolling-upgrade.md index 3881ef3ec4b9..66cf970f7df6 100644 --- a/hadoop-hdds/docs/content/feature/how-to-do-a-nonrolling-upgrade.md +++ b/hadoop-hdds/docs/content/feature/how-to-do-a-nonrolling-upgrade.md @@ -20,7 +20,7 @@ author: Aravindan Vijayan ### Prepare the Ozone Manager. - ozone admin om -id= prepare + ozone admin om prepare -id= ### Stop the components Stop all components (OMs, SCMs & DNs) using an appropriate 'stop' command. @@ -41,7 +41,7 @@ Start the Ozone Manager using the --upgrade flag. ozone admin scm finalizeupgrade - ozone admin om -id= finalizeupgrade + ozone admin om finalizeupgrade -id= ### Downgrade (instead of finalizing) - Prepare the ozone managers: `ozone admin om -id= prepare`