storage/lvm: save pool's revision_to_keep property
And also report it as part of admin.pool.Info Admin API. QubesOS/qubes-issues#3256
This commit is contained in:
parent
b168c4a6d7
commit
94c8e25d3c
@ -68,7 +68,8 @@ class ThinPool(qubes.storage.Pool):
|
|||||||
'name': self.name,
|
'name': self.name,
|
||||||
'volume_group': self.volume_group,
|
'volume_group': self.volume_group,
|
||||||
'thin_pool': self.thin_pool,
|
'thin_pool': self.thin_pool,
|
||||||
'driver': ThinPool.driver
|
'driver': ThinPool.driver,
|
||||||
|
'revisions_to_keep': self.revisions_to_keep,
|
||||||
}
|
}
|
||||||
|
|
||||||
def destroy(self):
|
def destroy(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user