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
s_logger.info("createCloudStackVolumeForTypeVolume: NFS subdirectory created on ONTAP: {}, path stored in DB: {}", subdirectoryName, subdirectoryPath);
149
151
returnnull; // Return null - backend work done, KVM will handle file creation
150
152
}
151
153
// For iSCSI and other protocols, use ONTAP REST API
s_logger.debug("Successfully created file in ONTAP under volume with path {} or name {} ", cloudstackVolume.getVolume().getUuid(), cloudstackVolume.getCloudstackVolName());
thrownewCloudRuntimeException("Failed to create directory on ONTAP: " + cloudstackVolume.getCloudstackVolName());
84
+
}
85
+
s_logger.debug("Successfully created file in ONTAP under volume with path {} or name {}", cloudstackVolume.getVolume().getUuid(), cloudstackVolume.getCloudstackVolName());
0 commit comments