Release 1.3.1

Hotfix to 1.3.0 - new "journal space reservation" had a bug which
caused OSDs to crash with EC and without immediate_commit.
This commit is contained in:
Vitaliy Filippov
2023-12-04 18:35:09 +03:00
parent a5e3dfbc5a
commit a1c7cc3d8d
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.3.0'
VERSION = '1.3.1'
LOG = logging.getLogger(__name__)