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);
152
-
returnnull; // Return null - backend work done, KVM will handle file creation
159
+
s_logger.info("createCloudStackVolumeForTypeVolume: NFS subdirectory '{}' created on ONTAP, volume will be created at path: {}", subdirectoryPath, volumePath);
160
+
returnnull; // Return null - backend work done, hypervisor will handle file creation
153
161
}
154
162
// For iSCSI and other protocols, use ONTAP REST API
0 commit comments