You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2014/01/22 10:55:49 UTC

git commit: CLOUDSTACK-5926 release notes for 4.3

Updated Branches:
  refs/heads/4.3 06056edc3 -> 8fdac25c4


CLOUDSTACK-5926 release notes for 4.3


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

Branch: refs/heads/4.3
Commit: 8fdac25c4d558f1ffe85e4439a383a5f97c67dd3
Parents: 06056ed
Author: radhikap <ra...@citrix.com>
Authored: Wed Jan 22 15:24:38 2014 +0530
Committer: radhikap <ra...@citrix.com>
Committed: Wed Jan 22 15:24:38 2014 +0530

----------------------------------------------------------------------
 release-notes/en-US/Book_Info.xml               |  6 ++--
 .../en-US/Book_Info_Release_Notes_4.xml         | 10 +++----
 release-notes/en-US/Release_Notes.xml           | 31 ++++++++++++++++++++
 3 files changed, 39 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/8fdac25c/release-notes/en-US/Book_Info.xml
----------------------------------------------------------------------
diff --git a/release-notes/en-US/Book_Info.xml b/release-notes/en-US/Book_Info.xml
index 327668d..6ea4c81 100644
--- a/release-notes/en-US/Book_Info.xml
+++ b/release-notes/en-US/Book_Info.xml
@@ -23,11 +23,11 @@
  under the License.
 -->
 
-<bookinfo id="book-release-notes-3.0.4">
+<bookinfo id="book-release-notes">
     <title>&PRODUCT; Guide</title>
-    <subtitle>Revised August 9, 2012 10:48 pm Pacific</subtitle>
+    <subtitle>Revised January 22, 2014 10:48 pm Pacific</subtitle>
     <productname>Apache CloudStack</productname>
-    <productnumber>4.2.0</productnumber>
+    <productnumber>4.3.0</productnumber>
     <edition>1</edition>
     <pubsnumber></pubsnumber>
     <abstract>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/8fdac25c/release-notes/en-US/Book_Info_Release_Notes_4.xml
----------------------------------------------------------------------
diff --git a/release-notes/en-US/Book_Info_Release_Notes_4.xml b/release-notes/en-US/Book_Info_Release_Notes_4.xml
index d4801a1..949f05b 100644
--- a/release-notes/en-US/Book_Info_Release_Notes_4.xml
+++ b/release-notes/en-US/Book_Info_Release_Notes_4.xml
@@ -18,15 +18,15 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<bookinfo id="book-release-notes-4.2">
-  <title>Version 4.2.1 Release Notes</title>
-  <subtitle>Revised November 18, 2013 9:00 am IST</subtitle>
+<bookinfo id="book-release-notes-4.3">
+  <title>Version 4.3 Release Notes</title>
+  <subtitle>Revised January 22, 2014 9:00 am IST</subtitle>
   <productname>Apache &PRODUCT;</productname>
-  <productnumber>4.2.1</productnumber>
+  <productnumber>4.3</productnumber>
   <edition>1</edition>
   <pubsnumber/>
   <abstract>
-    <para>Release notes for the Apache &PRODUCT; 4.2.1 release.</para>
+    <para>Release notes for the Apache &PRODUCT; 4.3 release.</para>
   </abstract>
   <corpauthor>
     <inlinemediaobject>

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/8fdac25c/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 44f743b..947a692 100644
--- a/release-notes/en-US/Release_Notes.xml
+++ b/release-notes/en-US/Release_Notes.xml
@@ -432,6 +432,14 @@ under the License.
           </listitem>
         </orderedlist>
       </section>
+      <section id="cpu-sockets">
+        <title>Reporting CPU Sockets</title>
+        <para>&PRODUCT; now provides an additional infrastructure statistics for CPU sockets managed
+          by &PRODUCT;, which in turn reflects the size of the cloud. The Infrastructure tab has a
+          new tab for sockets. The Socket page will give you the number of hosts an sockets used for
+          each hypervisor type. This feature is not supported in versions prior to XenServer
+          6.2.</para>
+      </section>
       <section id="new-ui">
         <title>Enhanced &PRODUCT; UI</title>
         <para>A complete UI makeover is implemented to enhance the usability and user experience in
@@ -3425,6 +3433,29 @@ service cloudstack-agent start
         </tgroup>
       </informaltable>
     </section>
+    <section id="socket-api">
+      <title>Reporting CPU Sockets</title>
+      <informaltable>
+        <tgroup cols="2" align="left" colsep="1" rowsep="1">
+          <colspec colwidth="1.0*" colname="1" colnum="1"/>
+          <colspec colwidth="9.87*" colname="2" colnum="2"/>
+          <thead>
+            <row>
+              <entry><para>API</para></entry>
+              <entry><para>Description</para></entry>
+            </row>
+          </thead>
+          <tbody>
+            <row>
+              <entry><para>listhost</para></entry>
+              <entry><para>To this existing API, the following request parameter has been added:
+                  hypervisor.</para><para>The new response parameter added is:
+                cpusockets</para></entry>
+            </row>
+          </tbody>
+        </tgroup>
+      </informaltable>
+    </section>
     <section id="dynamic-compute">
       <title>Dynamic Compute Offering</title>
       <informaltable>