Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: yaroslavborbat <[email protected]>
  • Loading branch information
yaroslavborbat committed Jan 18, 2025
1 parent 1cd22c8 commit 89d4437
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (r AddVolumeREST) genMutateRequestHook(opts *subresources.VirtualMachineAdd
var dd virtv1.DiskDevice
if opts.IsCdrom {
dd.CDRom = &virtv1.CDRomTarget{
Bus: virtv1.DiskBusSATA,
Bus: virtv1.DiskBusSCSI,
}
} else {
dd.Disk = &virtv1.DiskTarget{
Expand Down

0 comments on commit 89d4437

Please sign in to comment.