Skip to content

v1.2.1

Compare
Choose a tag to compare
@ejweber ejweber released this 20 Dec 22:14
· 352 commits to master since this release

Added

  • Support for BeeGFS v7.2.5, Kubernetes v1.22, and RedHat OpenShift v4.9.
  • The ability to persist state in BeeGFS using a .csi/ directory structure that exists alongside dynamically provisioned volumes in their volDirBasePath. This is automatically enabled by default but can be optionally disabled.

Fixed

  • Common causes of orphaned BeeGFS mounts being left on Kubernetes nodes (listed as a known issue in v1.2.0) by maintaining a record of nodes with active BeeGFS mounts for each volume in the new .csi/ directory and falling back on a newly added timeout (--node-unstage-timeout) when needed.

Security

Note: The BeeGFS CSI driver is written in Golang and does not import or implement any functionality that makes it susceptible to the recent Log4j vulnerability threat. For more details please refer to NetApp's official response.