Release 2.2.1

- Fix vitastor-disk purge broken after adding the "OSD is still running" check
- Fix iothreads hanging after adding zero-copy send support
- Fix enabling localized reads online (without restarting OSDs) in the default PG lock mode
This commit is contained in:
Vitaliy Filippov
2025-05-25 01:04:48 +03:00
parent f201ecdd51
commit 957a4fce7e
18 changed files with 23 additions and 23 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 = '2.2.0'
VITASTOR_VERSION = '2.2.1'
LOG = logging.getLogger(__name__)