1
0
Fork 0
vitastor/csi
Vitaliy Filippov c777a0041a Release 1.4.4
A couple of fixes for EC pools

- Fix a segfault possible on partial EC overwrite in 1234 -> 5030 rebalance scenario
- Fix two problems leading to EC pools stalling on rebalance & parallel sudden stops
  of OSDs, for example during a sudden poweroff of a host:
  - Recovery auto-tuning (1.4.0 feature) could apply too large delays and stall
    the EC journal - fixed by limiting delays with a new recovery_tune_sleep_cutoff_us
    parameter (10 seconds by default) and applying recovery pauses before write
    operations, not after them, to not occupy space in the journal for long time
  - Dynamic journal space reservation (1.3.0 feature) wasn't accounting new writes
    when checking the limit so OSDs could still fill the journal fully and stall -
    fixed by including new writes into the limit
- Print etcd dbSize instead of dbSizeInUse in status
2024-02-11 16:23:08 +03:00
..
deploy Release 1.4.4 2024-02-11 16:23:08 +03:00
src Release 1.4.4 2024-02-11 16:23:08 +03:00
.dockerignore Add go.sum 2021-10-19 02:42:10 +03:00
Dockerfile Use qemu-storage-daemon from QEMU 8.1.2 for CSI 2023-12-08 00:10:12 +03:00
Makefile Release 1.4.4 2024-02-11 16:23:08 +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