Skip to content

v2.12.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Sep 07:42
· 1 commit to v2 since this release

Another release candidate for the upcoming 2.12.0 release.

The driver now sets the fsGroupPolicy to File, so fsGroup now also works with RWX volumes. This requires the no_root_squash NFS option (enabled by default).

We also updated LINSTOR and LINSTOR CSI, to fix some issues with shared storage integration.


Changed

  • Set fsGroupPolicy: File on the CSIDriver, so fsGroup is also applied to ReadWriteMany volumes in `Filesystem mode.
  • Updated images:
    • LINSTOR 1.35.1
    • LINSTOR CSI 1.13.1

Fixed

  • Mount an emptyDir volume at /var/lib/linstor in the LINSTOR Controller, so the periodic database export works with the read-only root filesystem.