Skip to content

Commit 9f7723d

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
Commit 20
1 parent 56f18fd commit 9f7723d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/OntapNfsStorageAdaptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public boolean connectPhysicalDisk(String volumeUuid, KVMStoragePool pool, Map<S
136136
// Get junction path from details map (set by VolumeOrchestrator as MOUNT_POINT)
137137
// This contains the ONTAP junction path like "/cs_vol_7e72cff5_9730_46e3_80ff_fb76fd7b1dc8"
138138
String junctionPath = details != null ? details.get(DiskTO.MOUNT_POINT) : null;
139-
140139
// Fallback: If MOUNT_POINT not in details, check if volumeUuid parameter itself is a junction path
141140
// (starts with /cs_vol_ or /) - this happens for ROOT volumes where vol.getPath() contains junction path
142141
if (junctionPath == null || junctionPath.isEmpty()) {

0 commit comments

Comments
 (0)