[pve-devel] [PATCH v4 storage 0/1] fix #254: iscsi: add support for multipath iscsi targets

2023-10-21 Thread Yuri Konotopov via pve-devel
--- Begin Message --- Changes since v3: * drop redundant `m` modifier from `ISCSI_TARGET_RE` regexp * drop redundant group from `iscsi_session_list` regexp * improve stop loop condition in `iscsi_discovery` Changes since v2: * custom configuration file is removed in favor of open-iscsi query

[pve-devel] [PATCH v4 storage 1/1] fix #254: iscsi: add support for multipath iscsi targets

2023-10-21 Thread Yuri Konotopov via pve-devel
--- Begin Message --- With this patch Proxmox now tries to login to all discovered portals in case some of them are not logged yet. In case of multipath configuration when initially configured portal is missing for some reason Proxmox don't lose iscsi storage now and can succesfully restore iscsi c

[pve-devel] applied: [PATCH pve-kernel] backport exposing FLUSHBYASID when running nested VMs on AMD CPUs

2023-10-21 Thread Thomas Lamprecht
Am 19/10/2023 um 16:59 schrieb Stefan Sterz: > this exposes the FLUSHBYASID CPU flag to nested VMs when running on an > AMD CPU. also reverts a made up check that would advertise > FLUSHBYASID as not supported. this enable certain modern hypervisors > such as VMWare ESXi 7 and Workstation 17 to run

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

2023-10-21 Thread Thomas Lamprecht
Am 07/06/2023 um 16:15 schrieb 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 >