[DRBD-announce] linstor-csi 0.11.0 released
Moritz Wanzenböck <[email protected]>
| Newsgroups | dev.linux.lists.drbd-announce |
|---|---|
| Message-ID | <[email protected]> |
Dear LINSTOR on Kubernetes Users, We just released version 0.11.0 of LINSTOR CSI. The main changes in this release is a complete rework of the way snapshots are handled internally. This fixes a number of bugs that lead to snapshots looking like they succeeded in Kubernetes, only to not exist at all in LINSTOR. There was also a bug repored that the LayerList parameter would not work when using a non-default PlacementPolicy. Resources are now created with the specified layers in all cases. The new image is available to download from drbd.io docker pull drbd.io/linstor-csi:v0.11.0 Source code is available, as always, upstream at https://github.com/piraeusdatastore/linstor-csi Best regards, Moritz Full changelog -------------- Changed - Snapshot information is persisted using native LINSTOR Snapshots instead of storing it in properties of RDs. - Snapshots are marked as ready only after LINSTOR reports success - Generate fallback id for a snapshot based on the suggested name using UUIDv5 - Only create a single snapshot in volume-from-volume scenarios Fixed - LayerList was ignored when not using the AutoPlace scheduler. All schedulers not pass this information to LINSTOR.