John Bampton
4ed86a2627
pre-commit upgrade codespell; fix spelling; ( #10144 )
2025-11-14 14:17:10 +01:00
slavkap
5aa15187b6
Refactoring StorPool tests ( #11107 )
...
* Refactor StorPool smoke tests
* Marvin confing template for StorPool tests
2025-07-31 18:34:35 +05:30
Wei Zhou
973b0e28fd
test: fix Super-Linter Check error in storpool tests
...
2023-06-27 08:42:08 [INFO] File:[/github/workspace/test/integration/plugins/storpool/TestEncryptedVolumes.py]
2023-06-27 08:42:08 [ERROR] Found errors in [flake8] linter!
2023-06-27 08:42:08 [ERROR] Error code: 1. Command output:
------
/github/workspace/test/integration/plugins/storpool/TestEncryptedVolumes.py:681:113: W292 no newline at end of file
------
2023-06-27 08:42:08 [INFO] ---------------------------
2023-06-27 08:42:08 [INFO] File:[/github/workspace/test/integration/plugins/storpool/sp_util.py]
2023-06-27 08:42:08 [ERROR] Found errors in [flake8] linter!
2023-06-27 08:42:08 [ERROR] Error code: 1. Command output:
------
/github/workspace/test/integration/plugins/storpool/sp_util.py:798:31: W292 no newline at end of file
------
2023-06-27 10:47:25 +02:00
slavkap
faaf72b1a4
Volume encryption support for StorPool plug-in ( #7539 )
...
Supported Virtual machine operations:
- live migration of VM to another host
- virtual machine snapshots (group snapshot without memory)
- revert VM snapshot
- delete VM snapshot
Supported Volume operations:
- attach/detach volume
- live migrate volume between two StorPool primary storages
- volume snapshot
- delete snapshot
- revert snapshot
2023-06-26 11:24:51 +02:00