Release 0.6.6

- New command-line tool: vitastor-cli
- Implement layer (snapshot/clone) merge and delete
- Remove 'bool' from the C header
- Fix a very rare flusher stall
- More diagnostics now printed for slow ops in the log
This commit is contained in:
Vitaliy Filippov
2021-10-19 02:26:37 +03:00
parent 38d85da19a
commit fb2f7a0d3c
14 changed files with 21 additions and 21 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 = '0.6.5'
VERSION = '0.6.6'
LOG = logging.getLogger(__name__)