Updated Branches: refs/heads/4.2 2e0ad8e57 -> 81b4966a7
CLOUDSTACK-4245 known issues section updated with removing the fixed issues, upgrade section updated with CentOS 5.5 issue with upgrading usage server Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/81b4966a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/81b4966a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/81b4966a Branch: refs/heads/4.2 Commit: 81b4966a71606bfb0797e135dcdc639824df7619 Parents: 2e0ad8e Author: Radhika PC <[email protected]> Authored: Fri Aug 16 14:41:46 2013 +0530 Committer: Radhika PC <[email protected]> Committed: Fri Aug 16 14:42:18 2013 +0530 ---------------------------------------------------------------------- docs/en-US/Release_Notes.xml | 78 ++++++++++++--------------------------- 1 file changed, 23 insertions(+), 55 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/81b4966a/docs/en-US/Release_Notes.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index d1d0d1b..2db405c 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -213,7 +213,7 @@ under the License. <para>###</para> </section> <section id="autoscale"> - <title>Autoscale</title> + <title/> <para>###</para> </section> <section id="api-throttling"> @@ -456,43 +456,6 @@ under the License. </entry> </row> <row> - <entry><para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-1824" - >CLOUDSTACK-1824</ulink></para></entry> - <entry><para>Service CloudStack-Management is being displayed as cloud-management - service </para> - <para>Many scripts and text entries have references to cloud-management rather than - cloudstack-management due to the changeover between 4.0 and 4.2 to rename - services. This is a minor issue and should be corrected by 4.2.</para> - </entry> - </row> - <row> - <entry> - <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-1824" - >CLOUDSTACK-1824</ulink></para></entry> - <entry><para>Service CloudStack-Management is being displayed as cloud-management - service</para> - </entry> - </row> - <row> - <entry> - <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-1510" - >CLOUDSTACK-1510</ulink></para> - </entry> - <entry> - <para>NPE when primary storage is added with wrong path</para> - </entry> - </row> - <row> - <entry> - <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-1428" - >CLOUDSTACK-1428</ulink></para> - </entry> - <entry> - <para>[UI] Instance which are created without display name are not visible when - added to LB</para> - </entry> - </row> - <row> <entry> <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-1306" >CLOUDSTACK-1306</ulink></para> @@ -561,15 +524,6 @@ under the License. </row> <row> <entry> - <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-282" - >CLOUDSTACK-282</ulink></para> - </entry> - <entry> - <para>Virtual Routers do not properly resolve DNS SRV Records</para> - </entry> - </row> - <row> - <entry> <para><ulink url="https://issues.apache.org/jira/browse/CLOUDSTACK-276" >CLOUDSTACK-276</ulink></para> </entry> @@ -637,7 +591,7 @@ under the License. <para>If you run into any issues during upgrades, please feel free to ask questions on [email protected] or [email protected].</para> <section id="upgrade-from-4.0-to-4.1"> - <title>Upgrade from 4.0.x to 4.2.0</title> + <title>Upgrade from 4.x.x to 4.2.0</title> <para>This section will guide you from &PRODUCT; 4.0.x versions to &PRODUCT; 4.2.0.</para> <para>Any steps that are hypervisor-specific will be called out with a note.</para> <warning> @@ -645,9 +599,9 @@ under the License. <para>The package structure for &PRODUCT; has changed significantly since the 4.0.x releases. If you've compiled your own packages, you'll notice that the package names and the number of packages has changed. This is <emphasis>not</emphasis> a bug.</para> - <para>However, this <emphasis>does</emphasis> mean that the procedure is not as simple as an - <command>apt-get upgrade</command> or <command>yum update</command>, so please follow - this section carefully.</para> + <para>However, this does mean that the procedure is not as simple as an <command>apt-get + upgrade</command> or <command>yum update</command>, so please follow this section + carefully.</para> </warning> <para>We recommend reading through this section once or twice before beginning your upgrade procedure, and working through it on a test system before working on a production @@ -693,8 +647,8 @@ under the License. </listitem> <listitem> <para>After upgrading to 4.2, API clients are expected to send plain text passwords for - login and user creation, instead of MD5 hash. Incase, api client changes are not - acceptable, following changes are to be made for backward compatibility:</para> + login and user creation, instead of MD5 hash. If API client changes are not acceptable, + following changes are to be made for backward compatibility:</para> <para>Modify componentsContext.xml, and make PlainTextUserAuthenticator as the default authenticator (1st entry in the userAuthenticators adapter list is default)</para> <programlisting language="XML"> @@ -804,7 +758,8 @@ service cloudstack-agent restart <listitem> <para>The first order of business will be to change the yum repository for each system with &PRODUCT; packages. This means all management servers, and any hosts that have - the KVM agent. (No changes should be necessary for hosts that are running VMware or + the KVM agent. </para> + <para>(No changes should be necessary for hosts that are running VMware or Xen.)</para> <para>Start by opening <filename>/etc/yum.repos.d/cloudstack.repo</filename> on any systems that have &PRODUCT; packages installed.</para> @@ -816,7 +771,7 @@ baseurl=http://cloudstack.apt-get.eu/rhel/4.0/ enabled=1 gpgcheck=0 </programlisting> - <para>If you are using the community provided package repository, change the baseurl + <para>If you are using the community provided package repository, change the base url to http://cloudstack.apt-get.eu/rhel/4.2/</para> <para>If you're using your own package repository, change this line to read as appropriate for your 4.2.0 repository.</para> @@ -840,6 +795,19 @@ gpgcheck=0 <filename>/etc/cloudstack/agent</filename>.</para> </listitem> <listitem> + <para>For CentOS 5.5, perform the following:</para> + <orderedlist> + <listitem> + <para>Run the following command:</para> + <programlisting>rpm -Uvh http://download.cloud.com/support/jsvc/jakarta-commons-daemon-jsvc-1.0.1-8.9.el6.x86_64.rpm</programlisting> + </listitem> + <listitem> + <para>Upgrade the Usage server.</para> + <programlisting>sudo yum upgrade cloud-usage</programlisting> + </listitem> + </orderedlist> + </listitem> + <listitem> <para>Verify that the file <filename>/etc/cloudstack/agent/environment.properties</filename> has a line that reads:</para>
