Re: [pve-devel] [PATCH ha-manager] use correct verify function for ha-group-node-list

2016-06-03 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH ha-manager] use correct verify function for ha-group-node-list

2016-06-03 Thread Thomas Lamprecht
We use pve_verify_nodename but we expect here a value with the syntax: nodename[:priority] So if someone used the optional priority this failed unecessarily. select_service_node in the Manager class expects this value and splits it itself into nodename and priority so we can just return it if it