Missed commenting the missing allocator.

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e69fe414
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e69fe414
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e69fe414

Branch: refs/heads/affinity_groups
Commit: e69fe4148065c94be795e1050bd0d33e553422e0
Parents: d14e094
Author: Prasanna Santhanam <[email protected]>
Authored: Wed Feb 27 20:03:33 2013 +0530
Committer: Prachi Damle <[email protected]>
Committed: Thu Mar 14 15:13:14 2013 -0700

----------------------------------------------------------------------
 client/tomcatconf/componentContext.xml.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e69fe414/client/tomcatconf/componentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/componentContext.xml.in 
b/client/tomcatconf/componentContext.xml.in
index 0907760..5588303 100644
--- a/client/tomcatconf/componentContext.xml.in
+++ b/client/tomcatconf/componentContext.xml.in
@@ -110,9 +110,11 @@
   <bean id="LocalStoragePoolAllocator" 
class="org.apache.cloudstack.storage.allocator.LocalStoragePoolAllocator">
     <property name="name" value="LocalStorage"/>
   </bean>
+  <!--
   <bean id="FirstFitStoragePoolAllocator" 
class="org.apache.cloudstack.storage.allocator.FirstFitStoragePoolAllocator">
     <property name="name" value="Storage"/>
   </bean>
+  -->
 
   <bean id="UserConcentratedAllocator" 
class="com.cloud.agent.manager.allocator.impl.UserConcentratedAllocator">
     <property name="name" value="User First"/>

Reply via email to