gi lvm done; added better size support and ability to specify PE size
This commit is contained in:
@@ -20,9 +20,13 @@ class PV(object):
|
||||
'aif.disk.block.Partition, '
|
||||
'aif.disk.luks.LUKS, or'
|
||||
'aif.disk.mdadm.Array'))
|
||||
# TODO
|
||||
self.devpath = self.device.devpath
|
||||
pass
|
||||
self.is_pooled = False
|
||||
self.meta = None
|
||||
self._parseMeta()
|
||||
|
||||
def _parseMeta(self):
|
||||
pass # TODO
|
||||
|
||||
|
||||
class LV(object):
|
||||
|
||||
Reference in New Issue
Block a user