Release 1.4.5

- Fix a write stall caused by incorrect journal trimming introduced in 1.4.4 :)
- Fix PGs sometimes hanging in "starting" state on mass OSD restarts
- Fix a rare crash with "map::at" during OSD pings
- Use new defaults for non-capacitor (desktop) SSDs - improves T1Q256 random write from ~6k iops to ~45k iops
- Make journal_trim_interval configurable
This commit is contained in:
Vitaliy Filippov
2024-02-16 10:13:33 +03:00
parent 26dd863c8d
commit f882c7dd87
18 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ from cinder.volume import configuration
from cinder.volume import driver
from cinder.volume import volume_utils
VERSION = '1.4.4'
VERSION = '1.4.5'
LOG = logging.getLogger(__name__)