Updated Branches: refs/heads/4.1 eab23499e -> b25445b63
Modifying some extra tabs that cause rendering silliness in the release notes Signed-off-by: Chip Childers <chipchild...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a1ae94e4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a1ae94e4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a1ae94e4 Branch: refs/heads/4.1 Commit: a1ae94e4d21450fbd23e463896f90504723f1f27 Parents: eab2349 Author: Chip Childers <chipchild...@apache.org> Authored: Thu Apr 18 12:06:50 2013 -0400 Committer: Chip Childers <chipchild...@apache.org> Committed: Thu Apr 18 12:30:36 2013 -0400 ---------------------------------------------------------------------- docs/en-US/Release_Notes.xml | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a1ae94e4/docs/en-US/Release_Notes.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index 1907882..598f4aa 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -4200,17 +4200,17 @@ under the License. <listitem> <para>Restart the agent:</para> <programlisting language="Bash"> - service cloud-agent stop - killall jsvc - service cloudstack-agent start +service cloud-agent stop +killall jsvc +service cloudstack-agent start </programlisting> </listitem> <listitem> <para>During the upgrade, <filename>log4j-cloud.xml</filename> was simply copied over, so the logs will continue to be added to <filename>/var/log/cloud/agent/agent.log</filename>. There's nothing <emphasis>wrong</emphasis> with this, but if you prefer to be consistent, you can change this by copying over the sample configuration file:</para> <programlisting language="Bash"> - cd /etc/cloudstack/agent - mv log4j-cloud.xml.dpkg-dist log4j-cloud.xml - service cloudstack-agent restart +cd /etc/cloudstack/agent +mv log4j-cloud.xml.dpkg-dist log4j-cloud.xml +service cloudstack-agent restart </programlisting> </listitem> <listitem> @@ -4256,9 +4256,9 @@ gpgcheck=0 <listitem> <para>Restart the agent:</para> <programlisting language="Bash"> - service cloud-agent stop - killall jsvc - service cloudstack-agent start +service cloud-agent stop +killall jsvc +service cloudstack-agent start </programlisting> </listitem> </orderedlist> @@ -4271,12 +4271,12 @@ gpgcheck=0 <programlisting language="Bash"><prompt>#</prompt> tail -f sysvm.log</programlisting> <para>The output to <filename>sysvm.log</filename> will look something like this:</para> <programlisting language="Bash"> - Stopping and starting 1 secondary storage vm(s)... - Done stopping and starting secondary storage vm(s) - Stopping and starting 1 console proxy vm(s)... - Done stopping and starting console proxy vm(s). - Stopping and starting 4 running routing vm(s)... - Done restarting router(s). +Stopping and starting 1 secondary storage vm(s)... +Done stopping and starting secondary storage vm(s) +Stopping and starting 1 console proxy vm(s)... +Done stopping and starting console proxy vm(s). +Stopping and starting 4 running routing vm(s)... +Done restarting router(s). </programlisting> </listitem> <listitem>