diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index 00cbc49c881..4535fd8c7e3 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -48,15 +48,15 @@ under the License.
Stop your management server or servers. Run this on all management server hosts:
- # service cloud-management stop
+ # service cloud-management stop
Make a backup of your MySQL database. If you run into any issues or need to roll back the upgrade, this will assist in debugging or restoring your existing environment. You'll be prompted for your password.
- # mysqldump -u root -p cloud > cloudstack-backup.sql
+ # mysqldump -u root -p cloud > cloudstack-backup.sql
Whether you're upgrading a Red Hat/CentOS based system or Ubuntu based system, you're going to need to stop the CloudStack management server before proceeding.
- # service cloud-management stop
+ # service cloud-management stop
If you have made changes to /etc/cloud/management/components.xml, you'll need to carry these over manually to the new file, /etc/cloudstack/management/componentContext.xml. This is not done automatically. (If you're unsure, we recommend making a backup of the original components.xml to be on the safe side.
@@ -114,7 +114,7 @@ db.awsapi.port=
- ###
+ The package names have changed between 4.0 and 4.1, so upgrading the packages won't happen automatically with a yum update
@@ -220,11 +220,11 @@ db.awsapi.port=
Stop all Usage Servers if running. Run this on all Usage Server hosts.
- # service cloud-usage stop
+ # service cloud-usage stop
Stop the Management Servers. Run this on all Management Server hosts.
- # service cloud-management stop
+ # service cloud-management stop
On the MySQL master, take a backup of the MySQL databases. We recommend performing
@@ -288,7 +288,7 @@ db.awsapi.port=
Start the first Management Server. Do not start any other Management Server nodes
yet.
- # service cloud-management start
+ # service cloud-management start
Wait until the databases are upgraded. Ensure that the database upgrade is complete.
After confirmation, start the other Management Servers one at a time by running the same
command on each node.
@@ -669,7 +669,7 @@ db.awsapi.port=
Stop the Management Servers. Run this on all Management Server hosts.
- # service cloud-management stop
+ # service cloud-management stop
On the MySQL master, take a backup of the MySQL databases. We recommend performing
@@ -780,7 +780,7 @@ db.awsapi.port=
Start the first Management Server. Do not start any other Management Server nodes
yet.
- # service cloud-management start
+ # service cloud-management start
Wait until the databases are upgraded. Ensure that the database upgrade is complete.
You should see a message like "Complete! Done." After confirmation, start the other
Management Servers one at a time by running the same command on each node.
@@ -788,7 +788,7 @@ db.awsapi.port=
Start all Usage Servers (if they were running on your previous version). Perform
this on each Usage Server host.
- # service cloud-usage start
+ # service cloud-usage start
(KVM only) Additional steps are required for each KVM host. These steps will not