esx: Add autodetection for the SCSI controller model

This works for file-backed SCSI disk device with a datastore
related source path.
This commit is contained in:
Matthias Bolte
2010-07-06 19:02:48 +02:00
parent afb85c5889
commit cf8cf8a59f
8 changed files with 407 additions and 21 deletions

View File

@@ -292,6 +292,15 @@ ethernet0.checkMACAddress = "false"
<h4>SCSI controller models</h4>
<dl>
<dt><code>auto</code></dt>
<dd>
This isn't a actual controller model. If specified the ESX driver
tries to detect the SCSI controller model referenced in the
<code>.vmdk</code> file and use it. Autodetection fails when a
SCSI controller has multiple disks attached and the SCSI controller
models referenced in the <code>.vmdk</code> files are inconsistent.
<span class="since">Since 0.8.3</span>
</dd>
<dt><code>buslogic</code></dt>
<dd>
BusLogic SCSI controller for older guests.

View File

@@ -676,6 +676,7 @@
<optional>
<attribute name="model">
<choice>
<value>auto</value>
<value>buslogic</value>
<value>lsilogic</value>
<value>lsisas1068</value>