Re: [pve-devel] [PATCH cluster 2/3] Cluster: add get_guest_config_properties

2022-03-16 Thread Fabian Grünbichler
this and the other one existing one might also warrant a comment indicating that you possibly still want to parse/validate/filter the result before passing it along further up the stack (or that it should only be used for very simple keys?) - if no vmid is passed, the result needs to be filtere

[pve-devel] [PATCH cluster 2/3] Cluster: add get_guest_config_properties

2022-03-14 Thread Dominik Csapak
akin to get_guest_config_property, but with a list of properties. uses the new CFS_IPC_GET_GUEST_CONFIG_PROPERTIES Signed-off-by: Dominik Csapak --- data/PVE/Cluster.pm | 21 + 1 file changed, 21 insertions(+) diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index 765f