DaanHoogland commented on code in PR #6742:
URL: https://github.com/apache/cloudstack/pull/6742#discussion_r982399530


##########
plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/driver/ScaleIOPrimaryDataStoreDriver.java:
##########
@@ -189,6 +189,11 @@ public boolean grantAccess(DataObject dataObject, Host 
host, DataStore dataStore
 
     @Override
     public void revokeAccess(DataObject dataObject, Host host, DataStore 
dataStore) {
+        if (host == null) {
+            LOGGER.warn("Declining to revoke access to PowerFlex volume when a 
host is not provided");

Review Comment:
   could be `info`, right? or is this indicative of a possible (user) error?



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to