Author: jfthomps
Date: Thu Nov 15 20:10:32 2012
New Revision: 1409964
URL: http://svn.apache.org/viewvc?rev=1409964&view=rev
Log:
added note about adding entry to provisioningOSinstalltype table for
libvirt/vmware
Modified:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
Modified:
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
URL:
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext?rev=1409964&r1=1409963&r2=1409964&view=diff
==============================================================================
---
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
(original)
+++
vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
Thu Nov 15 20:10:32 2012
@@ -54,6 +54,11 @@ This page provides information on how to
cd /root/apache-VCL-2.3
mysql vcl < mysql/update-vcl.sql
+5. If you want to use libvirt provisioning for KVM, you need to add one entry
to the database that was left out of the release.
+
+ :::BashLexer
+ echo "INSERT IGNORE provisioningOSinstalltype (provisioningid,
OSinstalltypeid) SELECT provisioning.id, OSinstalltype.id FROM provisioning,
OSinstalltype WHERE provisioning.name = 'libvirt' AND OSinstalltype.name =
'vmware';" | mysql vcl
+
6. Grant CREATE TEMPORARY TABLES to mysql user
The web code now requires access to create temporary tables in mysql. You need
to grant the user your web code uses to access mysql the "CREATE TEMPORARY
TABLES" permission. Look at the secrets.php file in your web code for the user
and hostname. For example, if your web code is installed at /var/www/html/vcl,
your secrets.php file would be /var/www/html/vcl/.ht-inc/secrets.php. Look for
$vclhost and $vclusername. The secrets.php file might have something like: