We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8622583 commit 21fe576Copy full SHA for 21fe576
tests/storage/linstor/conftest.py
@@ -25,7 +25,7 @@
25
@pytest.fixture(scope='package')
26
def lvm_disks(pool_with_unused_512B_disk: Pool,
27
unused_512B_disks: dict[Host, list[Host.BlockDeviceInfo]],
28
- provisioning_type: str) -> Generator[list[str]]:
+ provisioning_type: str) -> Generator[None]:
29
"""
30
Common LVM PVs on which a LV is created on each host of the pool.
31
0 commit comments