You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by jz...@apache.org on 2013/06/23 21:15:19 UTC

git commit: updated refs/heads/4.1 to 2f1c2fb

Updated Branches:
  refs/heads/4.1 5d469849b -> 2f1c2fbd7


Removing a redundant step (stop service twice in upgrade 4.0 to 4.1). Hack Day.


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

Branch: refs/heads/4.1
Commit: 2f1c2fbd79f2b4fad0612f9569f1e5609fb0cb74
Parents: 5d46984
Author: Joe Brockmeier <jz...@zonker.net>
Authored: Sun Jun 23 14:15:10 2013 -0500
Committer: Joe Brockmeier <jz...@zonker.net>
Committed: Sun Jun 23 14:15:10 2013 -0500

----------------------------------------------------------------------
 docs/en-US/Release_Notes.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2f1c2fbd/docs/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index 46d97a3..687a93d 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -4709,10 +4709,6 @@ under the License.
                     <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"><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>
                 </listitem>
                 <listitem>