As discussed on the ML, this patch tries to mitigate the scenario where PVE workers will have a stale version of the iSCSI portal config. This is done by expiring the cached settings after 15 seconds.
Once expired, the configuration is re-read from the portal when some command is run against it. Udo Rader (3): adding linux LIO support adding linux LIO support expiring cached iSCSI configuration after 15 seconds, after which it is re-read from the portal PVE/Storage/LunCmd/LIO.pm | 407 ++++++++++++++++++++++++++++++++++++ PVE/Storage/LunCmd/Makefile | 2 +- PVE/Storage/ZFSPlugin.pm | 7 +- 3 files changed, 414 insertions(+), 2 deletions(-) create mode 100644 PVE/Storage/LunCmd/LIO.pm -- 2.17.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel