From 080db931c31fb6a68ad291c3084ba73121eab41e Mon Sep 17 00:00:00 2001 From: abhishek Date: Fri, 19 Nov 2010 12:20:16 -0800 Subject: [PATCH] commenting out the update storage pool command for now, as this command merely updates the tags, and we will not be supporting tag updates once the sp is created --- client/tomcatconf/commands.properties.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index aad267c4b5c..84b1f9af1cb 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -193,7 +193,7 @@ listAsyncJobs=com.cloud.api.commands.ListAsyncJobsCmd;15 #### storage pools commands listStoragePools=com.cloud.api.commands.ListStoragePoolsCmd;1 createStoragePool=com.cloud.api.commands.CreateStoragePoolCmd;1 -updateStoragePool=com.cloud.api.commands.UpdateStoragePoolCmd;1 +#### updateStoragePool=com.cloud.api.commands.UpdateStoragePoolCmd;1 deleteStoragePool=com.cloud.api.commands.DeletePoolCmd;1 listClusters=com.cloud.api.commands.ListClustersCmd;1 enableStorageMaintenance=com.cloud.api.commands.PreparePrimaryStorageForMaintenanceCmd;1