This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.14
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.14 by this push:
new 37c7a2b Incorrect md5sums for systemVM templates results in failure
to download templates to other image stores (#4297)
37c7a2b is described below
commit 37c7a2b8512fbb9539c284e087b0d07f4f41b23b
Author: Pearl Dsilva <[email protected]>
AuthorDate: Wed Sep 9 15:57:49 2020 +0530
Incorrect md5sums for systemVM templates results in failure to download
templates to other image stores (#4297)
Co-authored-by: Pearl Dsilva <[email protected]>
---
.../main/java/com/cloud/upgrade/dao/Upgrade41310to41400.java | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git
a/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41310to41400.java
b/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41310to41400.java
index 0ce6809..583feea 100644
--- a/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41310to41400.java
+++ b/engine/schema/src/main/java/com/cloud/upgrade/dao/Upgrade41310to41400.java
@@ -136,12 +136,12 @@ public class Upgrade41310to41400 implements DbUpgrade {
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");
}
};