Release 3.0.11

A single hotfix:

- Fix missing error handling in EC snapshot/cloned image reads potentially
  leading to corrupted reads during OSD/PG restarts
This commit is contained in:
Vitaliy Filippov
2026-05-09 18:49:36 +03:00
parent b03ac80a57
commit 041185c673
19 changed files with 25 additions and 25 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
VITASTOR_VERSION = '3.0.10'
VITASTOR_VERSION = '3.0.11'
LOG = logging.getLogger(__name__)