Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

v0.9.1

Compare
Choose a tag to compare
@pohly pohly released this 29 Apr 09:05
· 45 commits to release-0.9 since this release
e6bfb35

Other changes:

  • f41366e deploy: give driver-registrar more time for requests
  • 481a382 enhance resilience against LVM commands printing error messages
  • 3502997 build: update to Go 1.16.1
  • 94bffec deploy: set fsgroup for the pod in application example(s)
  • 2d14673 and fcfda5f: wording changes in DEVELOPMENT.md

Known limitations:

  • Raw block volumes are based on an "fsdax" namespace and thus only support dax through a filesystem. This is a technical limitation of PMEM and Kubernetes. A "devdax" namespace would support dax directly, but cannot be passed into a pod as a storage volume because it is a character device and Kubernetes expects a block device.
  • When requesting volumes of a certain size in direct mode, the resulting volume may be smaller than requested.