Skip to content

Commit

Permalink
Merge pull request #116 from eszense/nvme-patch
Browse files Browse the repository at this point in the history
Support configuration of nvme disk
  • Loading branch information
chrisroberts authored Aug 9, 2024
2 parents b443d6d + a85d92b commit 932900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-vmware-desktop/cap/disk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Disk
@@logger = Log4r::Logger.new("hashicorp::provider::vmware::cap::disk")

DEFAULT_DISK_EXT = "vmdk".freeze
BUS_TYPES = ["sata", "ide", "scsi"].map(&:freeze).freeze
BUS_TYPES = ["nvme", "sata", "ide", "scsi"].map(&:freeze).freeze
DEFAULT_BUS = "scsi".freeze
DEFAULT_DVD_BUS = "ide".freeze
DEFAULT_DVD_DEVICE_TYPE = "cdrom-image"
Expand Down

0 comments on commit 932900c

Please sign in to comment.