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: api/src/main/java/com/cloud/storage/VolumeApiService.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ public interface VolumeApiService {
56
56
Boolean.class,
57
57
"use.https.to.upload",
58
58
"true",
59
-
"Determines the protocol (HTTPS or HTTP) ACS will use to generate links to upload ISOs, volumes, and templates. When set as 'true', ACS will use protocol HTTPS, otherwise, it will use protocol HTTP. Default value is 'true'.",
59
+
"Controls whether upload links for ISOs, volumes, and templates use HTTPS (true, default) or HTTP (false). After changing this setting, the Secondary Storage VM (SSVM) must be recreated",
60
60
true,
61
-
ConfigKey.Scope.StoragePool);
61
+
ConfigKey.Scope.Zone);
62
62
63
63
/**
64
64
* Creates the database object for a volume based on the given criteria
Copy file name to clipboardExpand all lines: services/secondary-storage/controller/src/main/java/org/apache/cloudstack/secondarystorage/SecondaryStorageManagerImpl.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1252,7 +1252,7 @@ public boolean finalizeVirtualMachineProfile(VirtualMachineProfile profile, Depl
1252
1252
logger.debug(String.format("Boot args for machine profile [%s]: [%s].", profile.toString(), bootArgs));
0 commit comments