You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by gi...@git.apache.org on 2017/04/28 14:04:06 UTC

[GitHub] koushik-das commented on a change in pull request #2072: WIP: CLOUDSTACK-9895 : Added support for parallel volume(s) creation from a volume snapshot

koushik-das commented on a change in pull request #2072: WIP: CLOUDSTACK-9895 : Added support for parallel volume(s) creation from a volume snapshot
URL: https://github.com/apache/cloudstack/pull/2072#discussion_r113932053
 
 

 ##########
 File path: engine/schema/src/org/apache/cloudstack/resourcedetail/ResourceDetailsDao.java
 ##########
 @@ -77,4 +77,6 @@
 
     public void addDetail(long resourceId, String key, String value, boolean display);
 
+    public void removeDetails(String key);
 
 Review comment:
   Again what is the need for this? There are already removeDetail/removeDetails() method present.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services