GabrielBrascher commented on a change in pull request #5544:
URL: https://github.com/apache/cloudstack/pull/5544#discussion_r752992628
##########
File path:
server/src/main/java/com/cloud/storage/snapshot/SnapshotManagerImpl.java
##########
@@ -1327,32 +1322,11 @@ private void updateSnapshotPayload(long storagePoolId,
CreateSnapshotPayload pay
}
private DataStoreRole getDataStoreRole(Snapshot snapshot,
SnapshotDataStoreDao snapshotStoreDao, DataStoreManager dataStoreMgr) {
Review comment:
The `dataStoreMgr` will not be used, it would be better to remove it
from the method signature.
--
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]