[pve-devel] [PATCH v2 0/4] Fix #1242 : make agent a property string and add fstrim_cloned_disks property
Stoiko Ivanov
s.ivanov at proxmox.com
Wed Aug 1 20:29:03 CEST 2018
Sending the series rebased to the current master, and reordered the commits.
@Alexandre: I added you as Co-Authored-By to the qemu-server commit - I hope
this is ok for you? That way the patches seem most sensible to me, instead
of having 2 minor fixes as separate commits.
@Thomas: added you as Co-Authored-By to the manager commit, since its based on
your suggestion on the v1 of the series - I hope this is ok for you?
Changes from v1:
* manager: Added generic parsePropertyString, printPropertyString helpers to
Parsers.js
* manager: Incorporated Thomas' feedback and made the frontend-widget a
Proxmox.panel.InputPanel.
* qemu-server: Removed the invocation of guest-fstrim after cloning a VM
Alexandre Derumier and Stoiko Ivanov (2):
Make agent a property string, add fstrim_cloned_disks
Fix #1242 : clone_disk : call qga fstrim after clone
PVE/API2/Qemu.pm | 7 +++++--
PVE/QemuConfig.pm | 2 +-
PVE/QemuMigrate.pm | 5 +++++
PVE/QemuServer.pm | 38 +++++++++++++++++++++++++++++++++-----
4 files changed, 44 insertions(+), 8 deletions(-)
Thomas Lamprecht and Stoiko Ivanov (2):
ui/Parser: add generic functions property_strings
ui/qemu: Extend Qemu Guest agent
www/manager6/Makefile | 1 +
www/manager6/Parser.js | 43 ++++++++++++++++++++++++++++++
www/manager6/Utils.js | 26 ++++++++++++++++++
www/manager6/form/AgentFeatureSelector.js | 44 +++++++++++++++++++++++++++++++
www/manager6/qemu/Options.js | 10 +++----
5 files changed, 117 insertions(+), 7 deletions(-)
create mode 100644 www/manager6/form/AgentFeatureSelector.js
--
2.11.0
More information about the pve-devel
mailing list