-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(storage/linstor): Add provisioning type support and multi-disk e…
…nhancements for Linstor SR tests - Introduced `--provisioning` pytest parameter to enable specifying provisioning type (`thin` or `thick`) for Linstor SR. - Enhanced `sr_disks_for_all_hosts` to support multiple disks, with validations for "auto" and specific disk configurations. - Modified `lvm_disk` to handle multiple devices, ensuring `vgcreate` and `pvcreate` commands are executed for all disks collectively. - Added `provisioning_type` and `storage_pool_name` pytest fixtures for dynamic SR configuration. - Updated Linstor SR test cases to use `provisioning_type` and `storage_pool_name` fixtures. - Improved disk validation and logging for multi-disk configurations. Signed-off-by: Rushikesh Jadhav <[email protected]>
- Loading branch information
1 parent
b015d4a
commit e0d1dfe
Showing
3 changed files
with
89 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters