]> git.proxmox.com Git - pve-storage.git/commit
fix #254: iscsi: add support for multipath targets
authorYuri Konotopov via pve-devel <pve-devel@lists.proxmox.com>
Mon, 23 Oct 2023 17:45:08 +0000 (21:45 +0400)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 27 Oct 2023 11:18:52 +0000 (13:18 +0200)
commit90c1b10cc579103cdfba237b2629f618deea1648
tree8673d124b4338002b7429235a0d96068ab508ffb
parent9bd1c95a71814cc818fe270e5e312b40d197f609
fix #254: iscsi: add support for multipath targets

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
successfully restore iSCSI connection between reboots.

Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
Reviewed-By: Dominik Csapak <d.csapak@proxmox.com>
Tested-By: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/Storage.pm
src/PVE/Storage/ISCSIPlugin.pm