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: server/src/main/java/org/apache/cloudstack/backup/BackupManagerImpl.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -350,9 +350,7 @@ public BackupOffering cloneBackupOffering(final CloneBackupOfferingCmd cmd) {
350
350
if (!provider.isValidProviderOffering(sourceOffering.getZoneId(), externalId)) {
351
351
thrownewCloudRuntimeException("Backup offering '" + externalId + "' does not exist on provider " + provider.getName() + " on zone " + sourceOffering.getZoneId());
352
352
}
353
-
}
354
353
355
-
if (!Objects.equals(sourceOffering.getExternalId(), externalId)) {
0 commit comments