Skip to content

v1.0.0

Compare
Choose a tag to compare
@WanzenBug WanzenBug released this 28 Feb 10:42
· 140 commits to master since this release
v1.0.0

With this release, we finally switch away from zero-versioning: the driver has been stable for a while, so using 1.0.0 seems appropriate.

The only change since 0.22.1: LINSTOR CSI automatically adds the _netdev mount option, which triggers unmounting during node shutdown while the main network is still available: this fixes a potential issue where DRBD devices would get suspended before systemd tries to unmount remaining mounts.


Changed

  • Add _netdev mount option to all mounts. This ensures unmounting on system shutdown happens before the
    network is unconfigured, which might cause DRBD to lose quorum.