Qubes.add_pool() returns the added pool

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-05-28 21:07:29 +02:00
父節點 8fc3772017
當前提交 12745a4860
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 96ED3C3BA19C3DEE

查看文件

@ -911,6 +911,7 @@ class Qubes(qubes.PropertyHolder):
pool = self._get_pool(**kwargs)
pool.setup()
self.pools[name] = pool
return pool
def remove_pool(self, name):
""" Remove a storage pool from config file. """