Improve fallback for the 'performance' sub-properties by using a per-property fallback and honor schema defaults.
Expose commonly used performance-related properties in the backup job UI under a new tab. Changes in v3: * new patch to actually honor default values for performance format/schema * new patch to switch to per-property fallback for performance properties * also handle new (came in after v2) pbs-entries-max in UI (make sure to preserve value, but don't expose it) * drop already applied patch pve-manager: Fiona Ebner (4): vzdump: actually honor schema defaults for performance vzdump: use per-property fallback for performance settings close #4513: ui: backup job: add performance tab ui: backup job: disable zstd thread count field when zstd isn't used PVE/VZDump.pm | 33 ++++- www/manager6/Makefile | 1 + www/manager6/dc/Backup.js | 30 +++++ www/manager6/panel/BackupPerformance.js | 155 ++++++++++++++++++++++++ 4 files changed, 214 insertions(+), 5 deletions(-) create mode 100644 www/manager6/panel/BackupPerformance.js pve-docs: Fiona Ebner (1): backup: update information about performance settings vzdump.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel