Skip to content

fix: align controller names for VBoxManage#178

Open
taraxacum45e9a wants to merge 1 commit intohashicorp:mainfrom
taraxacum45e9a:fix/storagectl
Open

fix: align controller names for VBoxManage#178
taraxacum45e9a wants to merge 1 commit intohashicorp:mainfrom
taraxacum45e9a:fix/storagectl

Conversation

@taraxacum45e9a
Copy link
Copy Markdown

Description

This pull request updates the storage controller naming conventions within the VirtualBox plugin to align with the specific strings expected by VBoxManage.

Specifically, this change:

  • Replace "IDE Controller" with "IDE"
  • Replace "SATA Controller" with "SATA"
  • Replace "SCSI Controller" with "SCSI"
  • Replace "Floppy Controller" with "Floppy"
  • Replace "NVMe Controller" with "NVMe"
  • Replace "VirtIO Controller" with "VirtioSCSI"

Resolved Issues

Closes #56
Closes #108

Changes to Security Controls

No changes to security controls are included in this PR.

Update storage controller naming to match the strings used by VBoxManage. The previous names included a redundant "Controller" suffix, and "VirtIO Controller" has been corrected to "VirtioSCSI" to align with VirtualBox device identification.

* Replace "IDE Controller" with "IDE"
* Replace "SATA Controller" with "SATA"
* Replace "SCSI Controller" with "SCSI"
* Replace "Floppy Controller" with "Floppy"
* Replace "NVMe Controller" with "NVMe"
* Replace "VirtIO Controller" with "VirtioSCSI"

Fixes: hashicorp#56
Fixes: hashicorp#108

Signed-off-by: Shen Jiamin <shen_jiamin@comp.nus.edu.sg>
@taraxacum45e9a taraxacum45e9a requested a review from a team as a code owner April 20, 2026 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant