Skip to content

Commit 37c7a2b

Browse files
Pearl1594Pearl Dsilva
andauthored
Incorrect md5sums for systemVM templates results in failure to download templates to other image stores (#4297)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
1 parent 578d29e commit 37c7a2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41310to41400.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ private void updateSystemVmTemplates(final Connection conn) {
136136

137137
final Map<Hypervisor.HypervisorType, String> newTemplateChecksum = new HashMap<Hypervisor.HypervisorType, String>() {
138138
{
139-
put(Hypervisor.HypervisorType.KVM, "d15ed159be32151b07e3211caf9cb802");
140-
put(Hypervisor.HypervisorType.XenServer, "fcaf1abc9aa62e7ed75f62b3092a01a2");
141-
put(Hypervisor.HypervisorType.VMware, "eb39f8b5a556dfc93c6be23ae45f34e1");
142-
put(Hypervisor.HypervisorType.Hyperv, "b4e91c14958e0fca9470695b0be05f99");
143-
put(Hypervisor.HypervisorType.LXC, "d15ed159be32151b07e3211caf9cb802");
144-
put(Hypervisor.HypervisorType.Ovm3, "1f97f4beb30af8cda886f1e977514704");
139+
put(Hypervisor.HypervisorType.KVM, "4978e6e6140d167556f201496549a498");
140+
put(Hypervisor.HypervisorType.XenServer, "2e3078de2ccce760d537e06fd9b4c7c7");
141+
put(Hypervisor.HypervisorType.VMware, "33cad72f858aef11c95df486b0f21938");
142+
put(Hypervisor.HypervisorType.Hyperv, "cf58913fb5cc830749760895dc9f406f");
143+
put(Hypervisor.HypervisorType.LXC, "4978e6e6140d167556f201496549a498");
144+
put(Hypervisor.HypervisorType.Ovm3, "3b8df36a9dc8b87ae3892da61d8e2679");
145145
}
146146
};
147147

0 commit comments

Comments
 (0)