bug 7338: update template physical size

status 7338: resolved fixed
This commit is contained in:
anthony 2010-11-29 11:21:19 -08:00
parent 2901cb5518
commit 385054fccf
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ public class DownloadListener implements Listener {
updateBuilder.setLocalDownloadPath(answer.getDownloadPath());
updateBuilder.setInstallPath(answer.getInstallPath());
updateBuilder.setSize(answer.getTemplateSize());
updateBuilder.setPhysicalSize(answer.getTemplatePhySicalSize());
vmTemplateHostDao.update(getTemplateHostId(), updateBuilder);
}