diff options
author | Matthias Bolte <matthias.bolte@googlemail.com> | 2010-03-12 20:08:47 +0100 |
---|---|---|
committer | Matthias Bolte <matthias.bolte@googlemail.com> | 2010-04-08 12:05:51 +0200 |
commit | 4acab37f56fbc9bd9e41e6cb392d71545ca52bed (patch) | |
tree | 343f002d294171f2b954f5663193802bddc820b3 /docs/drvesx.html.in | |
parent | esx: Report an error for invalid arguments in esxList(Defined)Domains (diff) | |
download | libvirt-4acab37f56fbc9bd9e41e6cb392d71545ca52bed.tar.gz libvirt-4acab37f56fbc9bd9e41e6cb392d71545ca52bed.tar.bz2 libvirt-4acab37f56fbc9bd9e41e6cb392d71545ca52bed.zip |
esx: Allow 'lsisas1068' as SCSI controller type
Extend tests to cover all SCSI controller types and document the
new type.
The lsisas1068 SCSI controller type was added in ESX 4.0. The VMX
parser reports an error when this controller type is present. This
makes virsh dumpxml fail for every domain that uses this controller
type.
This patch fixes this and adds lsisas1068 to the list of accepted
SCSI controller types.
Reported by Jonathan Kelley.
Diffstat (limited to 'docs/drvesx.html.in')
-rw-r--r-- | docs/drvesx.html.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in index d5c192d51..422a7f0a3 100644 --- a/docs/drvesx.html.in +++ b/docs/drvesx.html.in @@ -282,6 +282,10 @@ ethernet0.checkMACAddress = "false" <dd> LSI Logic SCSI controller for recent guests. </dd> + <dt><code>lsisas1068</code></dt> + <dd> + LSI Logic SAS 1068 controller. + </dd> </dl> <p> Here a domain XML snippet: |