sureshanaparti commented on a change in pull request #4304:
URL: https://github.com/apache/cloudstack/pull/4304#discussion_r526017722



##########
File path: ui/scripts/instances.js
##########
@@ -4189,6 +4189,10 @@
                 allowedActions.push("storageSnapshot");
             }
 
+            if (jsonObj.hypervisor == 'KVM' && jsonObj.pooltype == 
'PowerFlex') {
+                allowedActions.push("snapshot");
+            }
+

Review comment:
       > @sureshanaparti do we need a Primate change for this or is it already 
handled there?
   
   @shwstppr Updated this change in primate. PR: 
https://github.com/apache/cloudstack-primate/pull/863.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to