Dear PVE users,
this is version 8.3.0 of the LINSTOR plugin for PVE. There have not been
any noteworthy changes since the RC except that this version also was
tested with PVE storage API version 15.
This release adds support for token authentication against the LINSTOR
controller, which is an important security feature of the current
LINSTOR RC. If enabled in LINSTOR (see the LINSTOR users guide), the
plugin picks up tokens automatically.
The second main feature is to improve resilience, volume activation is
now possible using an existing local DRBD device even when the
controller is temporarily unreachable.
We also added a configurable clusterlocktimeout option that allows
setting timeouts for parallel actions. This should usually not be
necessary, and does not affect the timeout for a single operation, but
if you run multiple actions in parallel this could be useful.
The searchdomain option can help if your LINSTOR names don't exactly
match "uname -n". Consider it a "last resort", but please just name your
nodes how one would expect it.
This release bumps the supported API version (APIVER) to 15 (which was
also done in v8.2.2, v8.2.x being EoL with this release). The rest of
the changes are internal refactoring and cleanups.
Regards, rck
GIT: linstor-proxmox version 8.3.0 · LINBIT/linstor-proxmox@c37e1f1 · GitHub
TGZ: https://pkg.linbit.com/downloads/connectors/linstor-proxmox-8.3.0.tar.gz
Changelog:
[ Christoph Böhmwalder ]
* debian: update mailing list address
[ Roland Kammerer ]
* rm unnecessary blockdev
* refactor local activate
* add clusterlocktimeout
* minor refactoring of get_node_name
* rm unused imports
* APIVER: 14
* add support for token auth
* APIVER: 15
[ Ryan Ronnander ]
* Allow volume activation with existing local DRBD device when controller is unreachable
* add searchdomain option