weizhouapache commented on code in PR #8247:
URL: https://github.com/apache/cloudstack/pull/8247#discussion_r1397533429
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java:
##########
@@ -3979,7 +3979,8 @@ private DiskDef.DiskBus getGuestDiskModel(final String
platformEmulator, boolean
return DiskDef.DiskBus.SCSI;
} else if (platformEmulator.contains("Ubuntu") ||
StringUtils.startsWithAny(platformEmulator,
- "Fedora", "CentOS", "Red Hat Enterprise Linux",
"Debian GNU/Linux", "FreeBSD", "Oracle", "Other PV")) {
+ "Fedora", "CentOS", "Red Hat Enterprise Linux",
"Debian GNU/Linux", "FreeBSD", "Oracle",
+ "Rocky", "AlmaLinux", "Other PV")) {
Review Comment:
@DaanHoogland
which one do you suggest ?
"Rocky Linux", "AlmaLinux"
vs
"Rocky", "Alma"
vs
"Rocky", "AlmaLinux"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]