Still add system vm template to template_store_ref in adding image

store, otherwise systemvm cannot come up.
This commit is contained in:
Min Chen 2013-05-29 17:27:24 -07:00
parent e51adc3b7d
commit 2616115ff9
1 changed files with 0 additions and 3 deletions

View File

@ -1751,13 +1751,10 @@ public class StorageManagerImpl extends ManagerBase implements StorageManager, C
// trigger system vm template download
this._imageSrv.downloadBootstrapSysTemplate(store);
}
// for NFS, template store association will be populated in template sync phase
/*
else {
// populate template_store_ref table
this._imageSrv.addSystemVMTemplatesToSecondary(store);
}
*/
// associate builtin template with zones associated with this image
// store