You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/10/02 18:11:44 UTC

[1/3] git commit: fixing the insertion point of restarting the management server

Updated Branches:
  refs/heads/4.2 6a252077a -> 58df0d21f


fixing the insertion point of restarting the management server


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

Branch: refs/heads/4.2
Commit: ad62217c476d4c2a3b14976197b81b68b1770cda
Parents: 6a25207
Author: David Nalley <da...@gnsa.us>
Authored: Wed Oct 2 11:58:57 2013 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Wed Oct 2 11:58:57 2013 -0400

----------------------------------------------------------------------
 release-notes/en-US/Release_Notes.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/ad62217c/release-notes/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/release-notes/en-US/Release_Notes.xml b/release-notes/en-US/Release_Notes.xml
index 869e592..0e812c0 100644
--- a/release-notes/en-US/Release_Notes.xml
+++ b/release-notes/en-US/Release_Notes.xml
@@ -1293,6 +1293,10 @@ service cloudstack-agent start
             </listitem>
           </orderedlist>
         </listitem>
+        <listitem id="restart-mgmt-server">
+          <para>Now it's time to restart the management server</para>
+          <programlisting language="Bash"><prompt>#</prompt> service cloudstack-management start</programlisting>
+        </listitem>
         <listitem id="restart-system-vms">
           <para>Once you've upgraded the packages on your management servers, you'll need to restart
             the system VMs. Ensure that the admin port is set to 8096 by using the "integration.api.port" global parameter.
@@ -1324,10 +1328,6 @@ Done restarting router(s).
           <para>Copy the file <filename>vhd-utils</filename> to
               <filename>/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver</filename>.</para>
         </listitem>
-        <listitem>
-          <para>Now it's time to restart the management server</para>
-          <programlisting language="Bash"><prompt>#</prompt> service cloudstack-management start</programlisting>
-        </listitem>
       </orderedlist>
     </section>
     <section id="upgrade-from-3.0.x-to-4.0">


[2/3] git commit: No, we don't use install.sh

Posted by ke...@apache.org.
No, we don't use install.sh


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

Branch: refs/heads/4.2
Commit: ac4f4b073c696e73eaf43ea5c499c6c76aebbc54
Parents: ad62217
Author: David Nalley <da...@gnsa.us>
Authored: Wed Oct 2 12:03:56 2013 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Wed Oct 2 12:03:56 2013 -0400

----------------------------------------------------------------------
 release-notes/en-US/Release_Notes.xml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/ac4f4b07/release-notes/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/release-notes/en-US/Release_Notes.xml b/release-notes/en-US/Release_Notes.xml
index 0e812c0..a2fef40 100644
--- a/release-notes/en-US/Release_Notes.xml
+++ b/release-notes/en-US/Release_Notes.xml
@@ -1210,11 +1210,7 @@ service cloudstack-agent start
             as hosts and only on the KVM hosts.</para>
           <orderedlist numeration="loweralpha">
             <listitem>
-              <para>Manually clean up <filename>/var/cache/cloudstack</filename>.</para>
-            </listitem>
-            <listitem>
-              <para>Copy the 4.2 tar file to the host, untar it, and change directory to the
-                resulting directory.</para>
+              <para>Configure the CloudStack yum repository as detailed above.</para> 
             </listitem>
             <listitem>
               <para>Stop the running agent.</para>
@@ -1222,10 +1218,7 @@ service cloudstack-agent start
             </listitem>
             <listitem>
               <para>Update the agent software.</para>
-              <programlisting># ./install.sh</programlisting>
-            </listitem>
-            <listitem>
-              <para>Choose "U" to update the packages.</para>
+              <programlisting># yum update cloudstack-agent</programlisting>
             </listitem>
             <listitem>
               <para>Start the agent.</para>


[3/3] git commit: adding a note about cluster specific overprovisioning factors in upgrade notes - thanks to Weezey in IRC for calling this out

Posted by ke...@apache.org.
adding a note about cluster specific overprovisioning factors in upgrade notes - thanks to Weezey in IRC for calling this out


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

Branch: refs/heads/4.2
Commit: 58df0d21f8897cd813fbf72b5bfa5ddd39409069
Parents: ac4f4b0
Author: David Nalley <da...@gnsa.us>
Authored: Wed Oct 2 12:11:48 2013 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Wed Oct 2 12:11:48 2013 -0400

----------------------------------------------------------------------
 release-notes/en-US/Release_Notes.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/58df0d21/release-notes/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/release-notes/en-US/Release_Notes.xml b/release-notes/en-US/Release_Notes.xml
index a2fef40..b831d2f 100644
--- a/release-notes/en-US/Release_Notes.xml
+++ b/release-notes/en-US/Release_Notes.xml
@@ -1045,6 +1045,13 @@ under the License.
       made while CloudStack was in the Apache Incubator.</para>
     <para>If you run into any issues during upgrades, please feel free to ask questions on
       users@cloudstack.apache.org or dev@cloudstack.apache.org.</para>
+    <note>
+      <title>Overprovisioning cautions</title>
+      <para>If the &PRODUCT; instance you are upgrading is leveraging overprovisioning you need to read and understand
+        <xref linkend="cpu-ram-overcommit"/>. The overprovisioning factors are now cluster specific and should you be 
+        overprovisioned, your new system VMs may not start up. 
+      </para> 
+    </note> 
     <section id="upgrade-from-4.0-to-4.1">
       <title>Upgrade from 4.1.x to 4.2.0</title>
       <para>This section will guide you from &PRODUCT; 4.1.x versions to &PRODUCT; 4.2.0.</para>