lvmraid
Mike Hiretsky 13 years ago
parent 43b2beb7d1
commit 4d6f99f0d4

@ -372,7 +372,7 @@ class fillVars(object, glob_attr):
"""List uuid for partition devices"""
diskDev = self.Get('os_disk_dev')
hashUUID = getUUIDDict(revers=True)
return map(lambda x:hashUUID.get(x,""),diskDev)
return map(lambda x:hashUUID.get(x,"")[5:],diskDev)
def get_os_install_disk_options(self):
"""List mount options for partition devices of installed os"""

Loading…
Cancel
Save