Release 0.6.14

- Fix IPv6 address parsing
- Fix "cannot read bytes of undefined" in the monitor on a fresh DB
- Fix possible hangs of read requests on OSD restarts without immediate_commit=all mode
- Fix OSDs skipping misplaced recovery in some cases
- Fix OSDs possibly dying with "map::at" errors when other OSDs are stopped
- Fix division by zero in ls if all pool OSDs are down
This commit is contained in:
Vitaliy Filippov
2022-02-17 14:43:44 +03:00
parent 7d79c58095
commit 117d6f0612
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: vitalif/vitastor-csi:v0.6.13
image: vitalif/vitastor-csi:v0.6.14
args:
- "--node=$(NODE_ID)"
- "--endpoint=$(CSI_ENDPOINT)"