[pve-devel] [PATCH storage 1/1] iscsi: allow to configure multiple portals

2023-08-16 Thread ykonotopov--- via pve-devel
--- Begin Message --- From: Yuri Konotopov Fixes: https://bugzilla.proxmox.com/show_bug.cgi?id=254 --- PVE/Storage/ISCSIPlugin.pm | 44 +++--- PVE/Storage/Plugin.pm | 18 2 files changed, 45 insertions(+), 17 deletions(-) diff --git a/PVE/St

[pve-devel] [PATCH storage 0/1] iscsi: allow to configure multiple portals

2023-08-16 Thread ykonotopov--- via pve-devel
--- Begin Message --- From: Yuri Konotopov Hello! Here is a patch that allows to specify multiple comma-separated ISCSI portals using Proxmox UI. With that patch my Proxmox instances don't loses iscsi multipath storage in UI and successfully restores iscsi storage on reboot. Relevant bug: https