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: services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/template/UploadManagerImpl.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -349,8 +349,9 @@ public Answer handleDeleteEntityDownloadURLCommand(DeleteEntityDownloadURLComman
349
349
// FIXME - Ideally should bail out if you can't delete symlink. Not doing it right now.
350
350
// This is because the ssvm might already be destroyed and the symlinks do not exist.
351
351
logger.warn("Error in deleting symlink :" + result);
0 commit comments