mirror of https://github.com/apache/cloudstack.git
bug 10718: checkSumSync - remove it as we dont require it.
status 10718: resolved fixed
This commit is contained in:
parent
f198b892e9
commit
721ac489b2
|
|
@ -689,12 +689,7 @@ public class DownloadMonitorImpl implements DownloadMonitor {
|
|||
String description = "Deleted template " + tInfo.getTemplateName() + " on secondary storage " + sserverId + " since it isn't in the database, result=" + result;
|
||||
s_logger.info(description);
|
||||
}
|
||||
|
||||
// This code is mostly for migration purposes so that we have checksum
|
||||
// for all the templates
|
||||
if (ssHost.getType() == Host.Type.SecondaryStorage) {
|
||||
checksumSync(sserverId);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue