mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 03:57:40 +00:00
Use SCSI controller as default for l26 guests fix #1105
NB: This is only for new created VMs.
This commit is contained in:
parent
eca87c69bc
commit
9daa22a630
@ -40,11 +40,12 @@ Ext.define('PVE.qemu.OSDefaults', {
|
||||
scsihw: 'virtio-scsi-pci'
|
||||
};
|
||||
|
||||
// both of them are in kernel since 2.6.25
|
||||
// virtio-net is in kernel since 2.6.25
|
||||
// virtio-scsi since 3.2 but backported in RHEL with 2.6 kernel
|
||||
addOS({
|
||||
pveOS: 'l26',
|
||||
parent : 'generic',
|
||||
busType: 'virtio',
|
||||
busType: 'scsi',
|
||||
networkCard: 'virtio'
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user