1
0
Fork 0
vitastor/csi
Vitaliy Filippov 5524dbdab7 Release 1.2.0
New features:

- Implement CSI volume expansion
- Implement CSI volume snapshots
- CSI driver now requires Kubernetes >= 1.20

Bug fixes:

- Important bug fix for EC: fix EC n+k, k>=2 read recovery in ISA-L version returning
  incorrect data when reading at least the second chunk out of multiple missing chunks
  without reading the first one. All users of EC n+k, k>=2 should upgrade as soon as
  possible, and upgrade should be conducted with downtime: first stop all clients
  (VMs/containers), then all OSDs, then upgrade and restart everything.
- Fix unstable statistics aggregation in monitor (affecting vitastor-cli status and df)
- Make udev not wait for OSDs to start during boot
- Do not report negative numbers of offline PGs in vitastor-cli status when changing PG count
- Report both old and new PG counts in vitastor-cli df when changing it
- Fix OSDs sometimes not starting with "The code only supports journal versions 1 and 2,
  but it is 2 on disk" error after upgrading from pre-1.0 versions and letting OSDs run
  for some time
- Fix monitors sometimes returning old PG count back after OSD configuration changes
- Make monitor PG changes more stable and timeout errors less probable
2023-11-05 01:48:57 +03:00
..
deploy Release 1.2.0 2023-11-05 01:48:57 +03:00
src Release 1.2.0 2023-11-05 01:48:57 +03:00
.dockerignore Add go.sum 2021-10-19 02:42:10 +03:00
Dockerfile Take newest packages every time when rebuilding CSI 2022-11-20 00:50:13 +03:00
Makefile Release 1.2.0 2023-11-05 01:48:57 +03:00
go.mod Implement CSI volume snapshots 2023-11-01 12:46:20 +03:00
go.sum Rollback erroneous go.mod changes in 1.1.0 O:-) 2023-10-30 18:47:48 +03:00
vitastor-csi.go Implement basic CSI driver 2021-05-16 01:15:43 +03:00