rg9975 commented on code in PR #8889:
URL: https://github.com/apache/cloudstack/pull/8889#discussion_r1628631662


##########
engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java:
##########
@@ -870,6 +867,18 @@ private void handleVolumeMigrationForKVM(VolumeInfo 
srcVolumeInfo, VolumeInfo de
                 throw new CloudRuntimeException(errMsg, ex);
             }
         } finally {
+            // revoke access (for managed volumes)

Review Comment:
   Yes, I would expect each storage provider to test the PR or RC for the 
release with this code.  Generally there were several places where the grant 
and revoke access was applied inconsistently.  We discovered this with our 
changes to do per-host VLUN assignments in Pure and Primera and cleaned it up 
since it became absolutely required any time a volume was added or removed on a 
host where a VM was being scheduled.



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