bug 10718: checkSumSync - remove it as we dont require it.

status 10718: resolved fixed
This commit is contained in:
Nitin 2011-07-14 16:45:20 +05:30
parent f198b892e9
commit 721ac489b2
1 changed files with 1 additions and 6 deletions

View File

@ -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