You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2013/07/18 23:00:47 UTC

git commit: updated refs/heads/4.1 to 0dd82f3

Updated Branches:
  refs/heads/4.1 c4449a224 -> 0dd82f381


Fixing dupe IDs in release notes


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

Branch: refs/heads/4.1
Commit: 0dd82f381e14b576d83140e5aa4ccc91528db42c
Parents: c4449a2
Author: Chip Childers <ch...@apache.org>
Authored: Thu Jul 18 17:00:29 2013 -0400
Committer: Chip Childers <ch...@apache.org>
Committed: Thu Jul 18 17:00:29 2013 -0400

----------------------------------------------------------------------
 docs/en-US/Release_Notes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0dd82f38/docs/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index a0773f7..a0552cc 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -447,7 +447,7 @@ under the License.
                     <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><prompt>#</prompt> mysqldump -u root -p cloud &gt; cloudstack-backup.sql</programlisting>
                 </listitem>
-                <listitem id="upgrade-deb-packages">
+                <listitem id="upgrade-deb-packages-411">
                     <para>If you are using Ubuntu, follow this procedure to upgrade your packages. If not, skip to step <xref linkend="upgrade-rpm-packages" />.</para> 
                     <note><title>Community Packages</title>
                         <para>This section assumes you're using the community supplied packages for &PRODUCT;. If you've created your own packages and APT repository, substitute your own URL for the ones used in these examples.</para>
@@ -487,7 +487,7 @@ under the License.
                         </listitem>
                     </orderedlist>
                 </listitem>
-                <listitem id="upgrade-rpm-packages">
+                <listitem id="upgrade-rpm-packages-411">
                     <para>If you are using CentOS or RHEL, follow this procedure to upgrade your packages. If not, skip to step <xref linkend="restart-system-vms" />.</para> 
                     <note><title>Community Packages</title>
                         <para>This section assumes you're using the community supplied packages for &PRODUCT;. If you've created your own packages and yum repository, substitute your own URL for the ones used in these examples.</para>
@@ -529,7 +529,7 @@ under the License.
                         </listitem>
                     </orderedlist>
                 </listitem>
-                <listitem id="restart-system-vms">
+                <listitem id="restart-system-vms-411">
                     <para>Once you've upgraded the packages on your management servers, you'll need to restart the system VMs. Make sure port 8096 is open in your local host firewall to do this.</para>
                     <para>There is a script that will do this for you, all you need to do is run the script and supply the IP address for your MySQL instance and your MySQL credentials:</para>
                     <programlisting language="Bash"><prompt>#</prompt> nohup cloudstack-sysvmadm -d <replaceable>IP address</replaceable> -u cloud -p -a &gt; sysvm.log 2&gt;&amp;1 &amp;</programlisting>