You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds a new way to (temporarily) override the affinity of a PV by setting an annotation prefixed with override.piraeus.io. For example, if you want to allow remote access from anywhere for an existing PV, you can annotate it with override.piraeus.io/my-test=true. The annotation value is using the syntax for the allowRemoteVolumeAccess parameter on the storage class.
This release also fixes an issue with the metrics collection added in the last release that would crash the controller if an error occured during reconciliation.
Added
Add override.piraeus.io annotations to PVs to override access context.
This release fixes a bug in the caching implementation. It also tries to detect the property namespace used by LINSTOR CSI on startup if not manually set.
Changed
Try to determine LINSTOR CSI topology namespace on startup.
Fixed
Bump golinstor to fix caching issue when filtering nodes for segment.