Skip to content

Commit fb7e06e

Browse files
committed
lvm in progress
1 parent a74374b commit fb7e06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/LVMSR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ def _setType(self, vdiType: str) -> None:
20462046
self.lvmcowutil = LvmCowUtil(self.cowutil)
20472047

20482048
def _initFromVDIInfo(self, vdiInfo):
2049-
self._setType(vdiType)
2049+
self._setType(vdiInfo.vdiType)
20502050
self.lvname = vdiInfo.lvName
20512051
self.size = vdiInfo.sizeVirt
20522052
self.utilisation = vdiInfo.sizeLV

0 commit comments

Comments
 (0)