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
This commit is contained in:
Frédéric Pierret (fepitre) 2020-05-12 17:32:07 +02:00
parent d1147366f2
commit 71159bfca2
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -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