Updated Branches:
  refs/heads/master 913f73ab6 -> 6175f6e4e

More work on Release Notes


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6175f6e4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6175f6e4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6175f6e4

Branch: refs/heads/master
Commit: 6175f6e4ebd13463424ead338e9c989a1d9a7d65
Parents: 913f73a
Author: Joe Brockmeier <j...@zonker.net>
Authored: Tue Apr 9 19:36:43 2013 -0500
Committer: Joe Brockmeier <j...@zonker.net>
Committed: Tue Apr 9 19:37:21 2013 -0500

----------------------------------------------------------------------
 docs/en-US/Release_Notes.xml |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6175f6e4/docs/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index 00cbc49..4535fd8 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -48,15 +48,15 @@ under the License.
                 </listitem>
                 <listitem>
                     <para>Stop your management server or servers. Run this on 
all management server hosts:</para>
-                    <programlisting># service cloud-management 
stop</programlisting>
+                    <programlisting><prompt>#</prompt> service 
cloud-management stop</programlisting>
                 </listitem>
                 <listitem>
                     <para>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.</para>
-                    <programlisting># mysqldump -u root -p cloud &gt; 
cloudstack-backup.sql</programlisting>
+                    <programlisting><prompt>#</prompt> mysqldump -u root -p 
cloud &gt; cloudstack-backup.sql</programlisting>
                 </listitem>
                 <listitem>
                     <para>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.</para>
-                    <programlisting language="Bash"># service cloud-management 
stop</programlisting>
+                    <programlisting language="Bash"><prompt>#</prompt> service 
cloud-management stop</programlisting>
                 </listitem>
                 <listitem>
                     <para>If you have made changes to 
<filename>/etc/cloud/management/components.xml</filename>, you'll need to carry 
these over manually to the new file, 
<filename>/etc/cloudstack/management/componentContext.xml</filename>. This is 
not done automatically. (If you're unsure, we recommend making a backup of the 
original <filename>components.xml</filename> to be on the safe side.</para>
@@ -114,7 +114,7 @@ db.awsapi.port=
                     </orderedlist>
                 </listitem>
                 <listitem id="upgrade-rpm-packages">
-                    <para>###</para> 
+                    <para>The package names have changed between 4.0 and 4.1, 
so upgrading the packages won't happen automatically with a <command>yum 
update</command></para> 
                 </listitem>
             </orderedlist>
         </section>
@@ -220,11 +220,11 @@ db.awsapi.port=
                 </listitem>
                 <listitem id="stopping-usage-servers">
                     <para>Stop all Usage Servers if running. Run this on all 
Usage Server hosts.</para>
-                    <programlisting># service cloud-usage stop</programlisting>
+                    <programlisting language="Bash"><prompt>#</prompt> service 
cloud-usage stop</programlisting>
                 </listitem>
                 <listitem>
                     <para>Stop the Management Servers. Run this on all 
Management Server hosts.</para>
-                    <programlisting># service cloud-management 
stop</programlisting>
+                    <programlisting language="Bash"><prompt>#</prompt> service 
cloud-management stop</programlisting>
                 </listitem>
                 <listitem>
                     <para>On the MySQL master, take a backup of the MySQL 
databases. We recommend performing
@@ -288,7 +288,7 @@ db.awsapi.port=
                 <listitem>
                     <para>Start the first Management Server. Do not start any 
other Management Server nodes
                         yet.</para>
-                    <programlisting># service cloud-management 
start</programlisting>
+                    <programlisting language="Bash"><prompt>#</prompt> service 
cloud-management start</programlisting>
                     <para>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.</para>
@@ -669,7 +669,7 @@ db.awsapi.port=
                 </listitem>
                 <listitem>
                     <para>Stop the Management Servers. Run this on all 
Management Server hosts.</para>
-                    <programlisting># service cloud-management 
stop</programlisting>
+                    <programlisting language="Bash"><prompt>#</prompt> service 
cloud-management stop</programlisting>
                 </listitem>
                 <listitem>
                     <para>On the MySQL master, take a backup of the MySQL 
databases. We recommend performing
@@ -780,7 +780,7 @@ db.awsapi.port=
                 <listitem>
                     <para>Start the first Management Server. Do not start any 
other Management Server nodes
                         yet.</para>
-                    <programlisting># service cloud-management 
start</programlisting>
+                    <programlisting language="Bash"><prompt>#</prompt> service 
cloud-management start</programlisting>
                     <para>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.</para>
@@ -788,7 +788,7 @@ db.awsapi.port=
                 <listitem>
                     <para>Start all Usage Servers (if they were running on 
your previous version). Perform
                         this on each Usage Server host.</para>
-                    <programlisting># service cloud-usage 
start</programlisting>
+                    <programlisting language="Bash"><prompt>#</prompt> service 
cloud-usage start</programlisting>
                 </listitem>
                 <listitem>
                     <para>(KVM only) Additional steps are required for each 
KVM host. These steps will not

Reply via email to