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



##########
File path: 
server/src/main/java/com/cloud/storage/snapshot/SnapshotManagerImpl.java
##########
@@ -1049,7 +1049,7 @@ private Type getSnapshotType(IntervalType intvType) {
         return null;
     }
 
-    private boolean hostSupportSnapsthotForVolume(HostVO host, VolumeInfo 
volume) {
+    private boolean hostSupportSnapsthotForVolume(HostVO host, VolumeInfo 
volume, boolean isFromVmSnapshot) {

Review comment:
       can you correct the type error in method name
   
   ```suggestion
       private boolean hostSupportsSnapshotForVolume(HostVO host, VolumeInfo 
volume, boolean isFromVmSnapshot) {
   ```




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