3

I read that LSI SAS offers better performance than traditional SCSI. While creating a virtual machine in Vmware, i have options to select either Bus Logic, LSI Logic or LSI Logic SAS. However, LSI logic is recommended by vmware inspite of the performance benefits of SAS.

enter image description here

Any particular reason for this recommendation?

Karan
  • 205

1 Answers1

2

SAS physical hardware has better performance than regular (parallel) SCSI hardware. Which does not matter for virtualization. Meantime the parallel SCSI driver is simpler. It's code base is older (more mature). So LSI Logic adapter has better (marginally but still) support in different guest OSes. Thus the recommendation.

Alex P.
  • 2,763