Re: [pve-devel] [PATCH manager v2] pvesh: decode streamed responses

2023-10-19 Thread Christoph Heiss
Ping, still applies. On Wed, Jun 07, 2023 at 04:15:11PM +0200, Christoph Heiss wrote: > > This allows to use `pvesh` on endpoints like /nodes/{node}/journal, > which return streamed (and possibly gzip'd) responses. > > Currently, e.g. `pvesh get /nodes/localhost/journal --lastentries 10` > fails

[pve-devel] [PATCH manager v2] pvesh: decode streamed responses

2023-06-07 Thread Christoph Heiss
This allows to use `pvesh` on endpoints like /nodes/{node}/journal, which return streamed (and possibly gzip'd) responses. Currently, e.g. `pvesh get /nodes/localhost/journal --lastentries 10` fails with: gzip: stdout: Broken pipe got hash object, but result schema specified array! Using e.g