Commit 6728b69
authored
kvm: don't always force scsi controller for aarch64 VMs (#5802)
* kvm: don't force scsi controller for aarch64 VMs
This would allow use of virtio disk controller with Ceph, etc or as
defined in the VM's root disk controller setting, rather than always
enforce SCSI.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
* remove test that doesn't apply now
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
* address review comment
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>1 parent 9a5a073 commit 6728b69
File tree
2 files changed
+3
-9
lines changed- plugins/hypervisors/kvm/src
- main/java/com/cloud/hypervisor/kvm/resource
- test/java/com/cloud/hypervisor/kvm/resource
2 files changed
+3
-9
lines changedLines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3715 | 3715 | | |
3716 | 3716 | | |
3717 | 3717 | | |
3718 | | - | |
3719 | | - | |
3720 | | - | |
3721 | | - | |
3722 | 3718 | | |
3723 | 3719 | | |
3724 | 3720 | | |
| |||
3752 | 3748 | | |
3753 | 3749 | | |
3754 | 3750 | | |
3755 | | - | |
3756 | | - | |
3757 | | - | |
3758 | | - | |
3759 | 3751 | | |
3760 | 3752 | | |
3761 | 3753 | | |
| |||
3766 | 3758 | | |
3767 | 3759 | | |
3768 | 3760 | | |
| 3761 | + | |
| 3762 | + | |
3769 | 3763 | | |
3770 | 3764 | | |
3771 | 3765 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
0 commit comments