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
# Optional vCenter SHA1 thumbprint for VMware to KVM conversion via VDDK, passed as
489
489
# -io vddk-thumbprint=<value>. If unset, CloudStack computes it on the KVM host via openssl.
490
490
#vddk.thumbprint=
491
+
492
+
# Timeout (in seconds) for QCOW2 delta merge operations, mainly used for classic volume snapshots, disk-only VM snapshots on file-based storage, and the KBOSS plugin.
493
+
# If a value of 0 or less is informed, the default will be used.
494
+
# qcow2.delta.merge.timeout=259200
495
+
496
+
# Maximum number of backup validation jobs that can be executed at the same time. Values lower than 0 remove the limit, meaning that as many validations as possible will be done at
# Maximum number of backup compression jobs that can be executed at the same time. Values lower than 0 remove the limit, meaning that as many compressions as possible will be
* 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>
173
+
* The timeout (in seconds) for QCOW2 delta merge operations, mainly used for classic volume snapshots, disk-only VM snapshots on file-based storage, and the KBOSS plugin.
174
+
* If a value of 0 or less is informed, the default will be used.<br>
174
175
* This configuration is only considered if libvirt.events.enabled is also true. <br>
175
176
* Data type: Integer.<br>
176
177
* Default value: <code>259200</code>
@@ -953,6 +954,18 @@ public Property<Integer> getWorkers() {
* Maximum number of backup validation jobs that can be executed at the same time. Values lower than 0 remove the limit, meaning that as many validations as possible will be done at
* Maximum number of backup compression jobs that can be executed at the same time. Values lower than 0 remove the limit, meaning that as many compressions as possible will be
0 commit comments