Even though groups have been replaced with rules in PVE 9, the guest summary still displayed "Groups: none" for VMs and CTs. This patch series removes this information from the HA status information and also removes the remnants of it in the widget-toolkit and ha-manager.
The patch series does not add information about rules as a replacement for the following reasons: - There is no 1:1 mapping of resources to groups anymore, so a resource could potentially have many rules, cluttering the summary page - Finding the rules that reference the given resource adds more complexity compared to finding the group for information that can be be viewed in a less cluttered manner on the rules page. pve-manager: Michael Köppl (1): ui: ha: remove group info from HA status string in guest status view www/manager6/Utils.js | 3 --- 1 file changed, 3 deletions(-) proxmox-widget-toolkit: Michael Köppl (1): remove unused groupText mapping src/Utils.js | 1 - 1 file changed, 1 deletion(-) pve-ha-manager: Michael Köppl (1): config: remove groups field from service status data src/PVE/HA/Config.pm | 1 - 1 file changed, 1 deletion(-) Summary over all repositories: 3 files changed, 0 insertions(+), 5 deletions(-) -- Generated by git-murpp 0.8.0 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
