Release 0.9.0

New features:
- Scrubbing! Check documentation: [auto_scrub](src/branch/master/docs/config/osd.en.md#auto_scrub)
- Document online-updatable configuration parameters

Bug fixes:
- Fix NaN during PG optimisation if there are nonexisting OSDs in node_placement
- Fix monitor crash on pool deletion
- Clear journal_device and meta_device before initialising the next OSD in automatic mode
- Sync unsynced deletes before overwriting them with a lower version
  (reproducted mostly/only after scrubbing)
This commit is contained in:
Vitaliy Filippov
2023-05-21 15:07:14 +03:00
parent eeaba11ebd
commit 3b4cf29e65
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.8.9"
vitastorCSIDriverVersion = "0.9.0"
)
// Config struct fills the parameters of request or user input