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
* The timeout (in seconds) for the snapshot merge operation, mainly used for classic volume snapshots and disk-only VM snapshots on file-based storage.<br>
160
+
* This configuration is only considered if libvirt.events.enabled is also true. <br>
Copy file name to clipboardExpand all lines: api/src/main/java/org/apache/cloudstack/api/BaseUpdateTemplateOrIsoCmd.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,10 @@ public abstract class BaseUpdateTemplateOrIsoCmd extends BaseCmd {
51
51
description = "the ID of the OS type that best represents the OS of this image.")
52
52
privateLongosTypeId;
53
53
54
+
@Parameter(name = ApiConstants.FORCE_UPDATE_OS_TYPE, type = CommandType.BOOLEAN, since = "4.21", description = "Force OS type update. Warning: Updating OS type will " +
55
+
"update the guest OS configuration for all the existing Instances deployed with this template/iso, which may affect their behavior.")
56
+
privateBooleanforceUpdateOsType;
57
+
54
58
@Parameter(name = ApiConstants.FORMAT, type = CommandType.STRING, description = "the format for the image")
0 commit comments