<html><body><div>Hi,</div><div><br data-mce-bogus="1"></div><div>I'm attempting to add virtual SCSI disks to my KVM guests the same way as I did with VMWare, but I'm having issues.</div><div><br data-mce-bogus="1"></div><div>Without knowing any better, I'm assuming it has something to do with me attaching the disk incorrectly, and when I'm looking at the VMWare config one thing I noticed was the SCSI mode "independent-persistent" which I cannot find in libvirt documentation by quick look. Would anyone know how to achieve this?<br></div><div><br data-mce-bogus="1"></div><div>In the VMWare VMX file I have:</div><div><br data-mce-bogus="1"></div><div>scsi1:4.present = "TRUE"<br>scsi1:4.fileName = "SCSI1.vmdk"<br>scsi1:4.mode = "independent-persistent"<br>scsi1:4.deviceType = "scsi-hardDisk"</div><div><br data-mce-bogus="1"></div><div>and I attempted the below configuration, but when I tried to use the disk as a IO Fencing disk for veritas cluster file system, it failed saying that the device is not SCSI-3 compliant. With VMWare same works fine.<br></div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>SCSI Controller:</div><div><br data-mce-bogus="1"></div><div> <controller type='scsi' index='0' model='virtio-scsi'><br> <alias name='scsi0'/><br> <address type='pci' domain='0x0000' bus='0x00' slot='0x0e' function='0x0'/><br> </controller></div><div><br data-mce-bogus="1"></div><div>Disk:</div><div><br data-mce-bogus="1"></div><div> <disk type='file' device='disk'><br> <driver name='qemu' type='raw' cache='none'/><br> <source file='/home/VM/VMImages/IOFencing1.img'/><br> <target dev='sda' bus='scsi'/><br> <shareable/><br> <alias name='scsi0-0-0-0'/><br> <address type='drive' controller='0' bus='0' target='0' unit='0'/><br> </disk></div></body></html>