Release 0.9.1

- Fix "Client XX command out of sync" messages sometimes happening on OSD reconnections
- Fix a bug where EC reads parallel with writes to the same object failed with -ERANGE error
- Slightly reduce the amount of metadata writes during journal flushing
- Correctly unmap NBD volumes when Proxmox forces map_volume use (with SWTPM and maybe some other cases)
This commit is contained in:
Vitaliy Filippov
2023-06-10 11:42:49 +03:00
parent af8c3411cd
commit bdd48e4cf1
17 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ package vitastor
const (
vitastorCSIDriverName = "csi.vitastor.io"
vitastorCSIDriverVersion = "0.9.0"
vitastorCSIDriverVersion = "0.9.1"
)
// Config struct fills the parameters of request or user input