You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/driver/OntapPrimaryDatastoreDriver.java
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -636,7 +636,7 @@ private CloudStackVolume snapshotCloudStackVolumeRequestByProtocol(Map<String, S
636
636
ProtocolTypeprotocolType = null;
637
637
Stringprotocol = null;
638
638
longsize = 0L;
639
-
StringsnapshotName = null;
639
+
StringsnapshotName = snapshotInfo.getName();
640
640
StringlunName = null;
641
641
642
642
try {
@@ -645,13 +645,15 @@ private CloudStackVolume snapshotCloudStackVolumeRequestByProtocol(Map<String, S
645
645
if (ProtocolType.ISCSI.name().equalsIgnoreCase(details.get(Constants.PROTOCOL))) {
0 commit comments