Loading ccnode/libvirtwrapper.py +1 −1 Original line number Diff line number Diff line Loading @@ -591,7 +591,7 @@ class LibvirtVm(VM): d_path = xdisk.getElementsByTagName('source').pop()\ .getAttribute('file') elif d_type == 'block': d_path = disk.getElementsByTagName('source').pop()\ d_path = xdisk.getElementsByTagName('source').pop()\ .getAttribute('dev') # search the volume object if d_type in ['file', 'block']: Loading Loading
ccnode/libvirtwrapper.py +1 −1 Original line number Diff line number Diff line Loading @@ -591,7 +591,7 @@ class LibvirtVm(VM): d_path = xdisk.getElementsByTagName('source').pop()\ .getAttribute('file') elif d_type == 'block': d_path = disk.getElementsByTagName('source').pop()\ d_path = xdisk.getElementsByTagName('source').pop()\ .getAttribute('dev') # search the volume object if d_type in ['file', 'block']: Loading