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 2012/10/17 21:37:00 UTC

git commit: more release notes cleanup

Updated Branches:
  refs/heads/master c556323b4 -> 78cf3b268


more release notes cleanup


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

Branch: refs/heads/master
Commit: 78cf3b268ebae6f1a606c6ec837e19f903ac1602
Parents: c556323
Author: David Nalley <da...@gnsa.us>
Authored: Wed Oct 17 15:37:03 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Wed Oct 17 15:37:03 2012 -0400

----------------------------------------------------------------------
 docs/en-US/release-notes.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/78cf3b26/docs/en-US/release-notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/release-notes.xml b/docs/en-US/release-notes.xml
index 6ee3285..30ac0b1 100644
--- a/docs/en-US/release-notes.xml
+++ b/docs/en-US/release-notes.xml
@@ -352,7 +352,7 @@
               <programlisting># xe vm-list</programlisting>
               <para>Then use this command to migrate each VM. Replace the example host name and VM
                 name with your own:</para>
-              <programlisting># xe vm-migrate live=true host=<replaceable>ghost-name</replaceable> vm=<replaceable>VM-name</replaceable></programlisting>
+              <programlisting># xe vm-migrate live=true host=<replaceable>host-name</replaceable> vm=<replaceable>VM-name</replaceable></programlisting>
               <para><emphasis role="bold">Troubleshooting:</emphasis> If you see a message like "You
                 attempted an operation on a VM which requires PV drivers to be installed but the
                 drivers were not detected," run /opt/xensource/bin/make_migratable.sh
@@ -365,7 +365,7 @@
                 UUID with the current host ID, and replace the hotfix UUID with the output from the
                 patch-upload command you ran on this machine earlier. You can also get the hotfix
                 UUID by running xe patch-list. </para>
-              <programlisting><command>xe</command> patch-apply host-uuid=<replaceable>ghost-uuid</replaceable> uuid=<replaceable>hotfix-uuid</replaceable></programlisting>
+              <programlisting><command>xe</command> patch-apply host-uuid=<replaceable>host-uuid</replaceable> uuid=<replaceable>hotfix-uuid</replaceable></programlisting>
             </listitem>
             <listitem>
               <para>Copy the following files from the CloudStack Management Server to the
@@ -587,7 +587,7 @@
           <para>In the following commands, it is assumed that you have set the root password on the
             database, which is a CloudStack recommended best practice. Substitute your own MySQL
             root password.</para>
-          <programlisting><prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>gmysql_password</replaceable> cloud > <filename>cloud-backup.dmp</filename>
+          <programlisting><prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud > <filename>cloud-backup.dmp</filename>
 <prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud_usage > <filename>cloud-usage-backup.dmp</filename>
 </programlisting>
         </listitem>
@@ -684,8 +684,8 @@
           </itemizedlist>
         </listitem>
         <listitem>
-          <para>Repeat steps 10 - 15 on every management server node. If you provided your own
-            encryption key in step 15, use the same key on all other management servers.</para>
+          <para>Repeat steps 10 - 14 on every management server node. If you provided your own
+            encryption key in step 14, use the same key on all other management servers.</para>
         </listitem>
         <listitem>
           <para>Start the first Management Server. Do not start any other Management Server nodes
@@ -803,7 +803,7 @@ Done restarting router(s).
               your own private IP.</para>
           </formalpara>
           <para>Run the following commands on the Management Server:</para>
-          <programlisting><prompt>#</prompt> <command>ssh</command> -i <replaceable>gprivate-key-path</replaceable> <replaceable>private-ip</replaceable> -p 3922
+          <programlisting><prompt>#</prompt> <command>ssh</command> -i <replaceable>private-key-path</replaceable> <replaceable>private-ip</replaceable> -p 3922
 <prompt>#</prompt> <command>cat</command> <filename>/etc/cloudstack-release</filename>
 </programlisting>
           <para>The output should be like the following:</para>
@@ -860,7 +860,7 @@ Done restarting router(s).
               <programlisting># xe vm-list</programlisting>
               <para>Then use this command to migrate each VM. Replace the example host name and VM
                 name with your own:</para>
-              <programlisting><prompt>#</prompt> <command>xe</command> vm-migrate live=true host=<replaceable>ghost-name</replaceable> vm=<replaceable>VM-name</replaceable></programlisting>
+              <programlisting><prompt>#</prompt> <command>xe</command> vm-migrate live=true host=<replaceable>host-name</replaceable> vm=<replaceable>VM-name</replaceable></programlisting>
               <para><emphasis role="bold">Troubleshooting:</emphasis> If you see a message like "You
                 attempted an operation on a VM which requires PV drivers to be installed but the
                 drivers were not detected," run <filename>/opt/xensource/bin/make_migratable.sh</filename>
@@ -873,7 +873,7 @@ Done restarting router(s).
                 UUID with the current host ID, and replace the hotfix UUID with the output from the
                 patch-upload command you ran on this machine earlier. You can also get the hotfix
                 UUID by running xe patch-list. </para>
-              <programlisting>xe patch-apply host-uuid=<replaceable>ghost-uuid</replaceable> uuid=<replaceable>hotfix-uuid</replaceable></programlisting>
+              <programlisting>xe patch-apply host-uuid=<replaceable>host-uuid</replaceable> uuid=<replaceable>hotfix-uuid</replaceable></programlisting>
             </listitem>
             <listitem>
               <para>Copy the following files from the CloudStack Management Server to the