From 71159bfca296049b4e3d40842f0cd94620569f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= Date: Tue, 12 May 2020 17:32:07 +0200 Subject: [PATCH] Rename default root thin pool from 'lvm' to 'root' New partition output split dom0 and VM thin pools https://github.com/QubesOS/qubes-anaconda-addon/pull/7 QubesOS/qubes-issues#5763 --- qubes/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/app.py b/qubes/app.py index afff320d..b302d085 100644 --- a/qubes/app.py +++ b/qubes/app.py @@ -1201,7 +1201,7 @@ class Qubes(qubes.PropertyHolder): qubes.storage.DirectoryThinPool.thin_pool('/') if root_thin_pool: lvm_config = { - 'name': 'lvm', + 'name': 'root', 'driver': 'lvm_thin', 'volume_group': root_volume_group, 'thin_pool': root_thin_pool