mdadm done

This commit is contained in:
brent s
2019-11-06 07:33:15 -05:00
parent 7e6736f6a2
commit f424938913
5 changed files with 177 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ import aif.disk.mdadm_fallback as mdadm
class LUKS(object):
def __init__(self, partobj):
def __init__(self, luks_xml, partobj):
self.xml = luks_xml
self.devpath = None
pass