]> git.proxmox.com Git - pve-storage.git/commit
LIO: Make the target cache works per target and portal
authorDaniel Berteaud <daniel@firewall-services.com>
Thu, 26 Sep 2019 15:27:00 +0000 (17:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 26 Sep 2019 16:16:42 +0000 (18:16 +0200)
commit609f8ec6cf2fe03e0974bc1a4fa63079cb9ecb0f
treee659850c008ac0a01fb782dd62580208f610680f
parent61137a54d66408c1a8d1d032297a91b42684ea6c
LIO: Make the target cache works per target and portal

When working with several ZFS over iSCSI / LIO storages, we might lookup
between them with less than 15 sec interval.
Previously, the cache of the previous storage was used, which was breaking
disk move for example

Signed-off-by: Daniel Berteaud <daniel@firewall-services.com>
PVE/Storage/LunCmd/LIO.pm