rhtyd commented on a change in pull request #4297:
URL: https://github.com/apache/cloudstack/pull/4297#discussion_r480964767
##########
File path:
engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41310to41400.java
##########
@@ -136,12 +136,12 @@ private void updateSystemVmTemplates(final Connection
conn) {
final Map<Hypervisor.HypervisorType, String> newTemplateChecksum = new
HashMap<Hypervisor.HypervisorType, String>() {
{
- put(Hypervisor.HypervisorType.KVM,
"d15ed159be32151b07e3211caf9cb802");
- put(Hypervisor.HypervisorType.XenServer,
"fcaf1abc9aa62e7ed75f62b3092a01a2");
- put(Hypervisor.HypervisorType.VMware,
"eb39f8b5a556dfc93c6be23ae45f34e1");
- put(Hypervisor.HypervisorType.Hyperv,
"b4e91c14958e0fca9470695b0be05f99");
- put(Hypervisor.HypervisorType.LXC,
"d15ed159be32151b07e3211caf9cb802");
- put(Hypervisor.HypervisorType.Ovm3,
"1f97f4beb30af8cda886f1e977514704");
+ put(Hypervisor.HypervisorType.KVM,
"4978e6e6140d167556f201496549a498");
+ put(Hypervisor.HypervisorType.XenServer,
"2e3078de2ccce760d537e06fd9b4c7c7");
+ put(Hypervisor.HypervisorType.VMware,
"33cad72f858aef11c95df486b0f21938");
+ put(Hypervisor.HypervisorType.Hyperv,
"cf58913fb5cc830749760895dc9f406f");
+ put(Hypervisor.HypervisorType.LXC,
"4978e6e6140d167556f201496549a498");
+ put(Hypervisor.HypervisorType.Ovm3,
"3b8df36a9dc8b87ae3892da61d8e2679");
Review comment:
LGTM based on http://download.cloudstack.org/systemvm/4.14/md5sum.txt
```
cf58913fb5cc830749760895dc9f406f systemvmtemplate-4.14.0-hyperv.vhd.zip
4978e6e6140d167556f201496549a498 systemvmtemplate-4.14.0-kvm.qcow2.bz2
3b8df36a9dc8b87ae3892da61d8e2679 systemvmtemplate-4.14.0-ovm.raw.bz2
33cad72f858aef11c95df486b0f21938 systemvmtemplate-4.14.0-vmware.ova
2e3078de2ccce760d537e06fd9b4c7c7 systemvmtemplate-4.14.0-xen.vhd.bz2
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]