Updated Branches: refs/heads/4.2 da56b6212 -> fa9ae5f96
Fixing doc build: missed para tag from Marcus's commit Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fa9ae5f9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fa9ae5f9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fa9ae5f9 Branch: refs/heads/4.2 Commit: fa9ae5f962e3fbf35d9e26b7d4cb3913a0054c0b Parents: da56b62 Author: animesh <[email protected]> Authored: Tue Sep 24 17:28:26 2013 -0700 Committer: animesh <[email protected]> Committed: Tue Sep 24 17:28:26 2013 -0700 ---------------------------------------------------------------------- docs/en-US/Release_Notes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fa9ae5f9/docs/en-US/Release_Notes.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index b1a7901..37802e0 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -1093,6 +1093,7 @@ under the License. <programlisting><prompt>#</prompt>mysql -u cloud -p -e "select id,name,path from cloud.storage_pool where pool_type='Filesystem'"</programlisting> <para>If local storage paths are found to have a trailing forward slash, remove it: <programlisting><prompt>#</prompt>mysql -u cloud -p -e 'update cloud.storage_pool set path="/var/lib/libvirt/images" where path="/var/lib/libvirt/images/"';</programlisting> + </para> </listitem> <listitem id="upgrade-deb-packages"> <para>If you are using Ubuntu, follow this procedure to upgrade your packages. If not,
