Skip to content

Commit bba4fba

Browse files
Add LSILogicSas to the list of supported storage controllers for VirtualBox (#13692)
1 parent e1c2228 commit bba4fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/providers/virtualbox/model/storage_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Model
99
class StorageController
1010
IDE_CONTROLLER_TYPES = ["PIIX4", "PIIX3", "ICH6"].map(&:freeze).freeze
1111
SATA_CONTROLLER_TYPES = ["IntelAhci"].map(&:freeze).freeze
12-
SCSI_CONTROLLER_TYPES = ["LsiLogic", "BusLogic", "VirtioSCSI"].map(&:freeze).freeze
12+
SCSI_CONTROLLER_TYPES = ["LsiLogic", "LsiLogicSas", "BusLogic", "VirtioSCSI"].map(&:freeze).freeze
1313

1414
IDE_DEVICES_PER_PORT = 2.freeze
1515
SATA_DEVICES_PER_PORT = 1.freeze

0 commit comments

Comments
 (0)