On Thu, May 10, 2012 at 8:19 PM, Alexandre DERUMIER <[email protected]> wrote: > Hi, > I'm looking to implement a san storage with ssd drive. > > which block device type support trim or scsi unmap ? > > I think ide support it (but performance...) > > scsi ? > virtio ? > virtio-scsi ?
iscsi supports it too but it requires that your iscsi target supports these opcodes, and that the filesystem/storage behind it supports it too. TGTD with EXT4 and a suitable storage device should do the trick. > > > Regards, > > Alexandre Derumier > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
