From 2616115ff94176e55476a6379d8021aacdbbded9 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Wed, 29 May 2013 17:27:24 -0700 Subject: [PATCH] Still add system vm template to template_store_ref in adding image store, otherwise systemvm cannot come up. --- server/src/com/cloud/storage/StorageManagerImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/src/com/cloud/storage/StorageManagerImpl.java b/server/src/com/cloud/storage/StorageManagerImpl.java index bb613b642f1..35fa3235717 100755 --- a/server/src/com/cloud/storage/StorageManagerImpl.java +++ b/server/src/com/cloud/storage/StorageManagerImpl.java @@ -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