Skip to content

Commit c19a264

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
Commit 17
1 parent 43a7d3d commit c19a264

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
@@ -190,7 +190,6 @@ private String getMountPointForVolume(String volumeUuid) {
190190
if (mountPoint != null) {
191191
return mountPoint;
192192
}
193-
194193
// Fallback: assume mount at /mnt/<volumeUuid> (old behavior)
195194
return _mountPoint + "/" + volumeUuid;
196195
}

0 commit comments

Comments
 (0)