diff --git a/core/qubesutils.py b/core/qubesutils.py index fca0cdb8..d54e0198 100644 --- a/core/qubesutils.py +++ b/core/qubesutils.py @@ -138,7 +138,7 @@ def block_name_to_majorminor(name): disk = False major = 7 elif name.startswith("md"): - disk = False + dXpY_style = True major = 9 elif name.startswith("dm-"): disk = False