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/org/apache/cloudstack/api/command/admin/storage/UpdateImageStoreCmd.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,13 @@ public class UpdateImageStoreCmd extends BaseCmd {
50
50
description = "The number of bytes CloudStack can use on this image storage.\n\tNOTE: this will be overwritten by the StatsCollector as soon as there is a SSVM to query the storage.")
51
51
privateLongcapacityBytes;
52
52
53
+
@Parameter(name = ApiConstants.URL, type = CommandType.STRING, required = false,
54
+
description = "The new URL for the image store (e.g. nfs://new-host/export). " +
55
+
"The image store must be in read-only state before its URL can be changed. " +
56
+
"After updating, destroy and recreate any Secondary Storage VMs so they remount the new path.",
0 commit comments