mirror of https://github.com/apache/cloudstack.git
Still add system vm template to template_store_ref in adding image
store, otherwise systemvm cannot come up.
This commit is contained in:
parent
e51adc3b7d
commit
2616115ff9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue