mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 09:07:19 +00:00
![]() When a property description already contained an option, no standard output options at all would be added to it, e.g. '/nodes/NODE/vzdump' already defines its own 'quiet'. Now all not yet defined options are added to the description, this is done by using the fact that we can pass a explicit list of std options to add to add_standard_output_properties, so we filter all already defined ones out and just pass that as list. Fixes pvesh create /nodes/NODE/vzdump -vmid ID -storage STORAGE issued from a different node and pvesh create /nodes/NODE/vzdump -vmid ID -storage STORAGE --output-format json and maybe other calls. Reported here: https://forum.proxmox.com/threads/output-format-error-with-pvesh-create.47711/ Signed-off-by: Fabian Ebner <f.ebner@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com> |
||
---|---|---|
aplinfo | ||
bin | ||
configs | ||
debian | ||
network-hooks | ||
PVE | ||
services | ||
test | ||
www | ||
.gitignore | ||
defines.mk | ||
Makefile | ||
spice-example-sh | ||
vzdump-hook-script.pl |