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/controller/src/main/java/org/apache/cloudstack/secondarystorage/SecondaryStorageManagerImpl.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -531,8 +531,8 @@ public SecondaryStorageVmVO startNew(long dataCenterId, SecondaryStorageVm.Role
531
531
532
532
/**
533
533
* Get the default network for the secondary storage VM, based on the zone it is in. Delegates to
534
-
* either {@link #getDefaultNetworkForZone(DataCenter)} or {@link #getDefaultNetworkForAdvancedSGZone(DataCenter)},
535
-
* depending on the zone network type and whether or not security groups are enabled in the zone.
534
+
* either {@link #getDefaultNetworkForAdvancedZone(DataCenter)} or {@link #getDefaultNetworkForBasicZone(DataCenter)},
535
+
* depending on the zone network type and whether security groups are enabled in the zone.
536
536
* @param dc - The zone (DataCenter) of the secondary storage VM.
537
537
* @return The default network for use with the secondary storage VM.
Copy file name to clipboardExpand all lines: services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/resource/NfsSecondaryStorageResource.java
+33-22Lines changed: 33 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -2287,28 +2287,39 @@ public synchronized String allowOutgoingOnPrivate(String destCidr) {
Copy file name to clipboardExpand all lines: services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/template/DownloadManagerImpl.java
0 commit comments