Michal Skrivanek has posted comments on this change.
Change subject: clientIF: Remove unnecessary device is disk check in prepareVolumePath ......................................................................
Patch Set 2:
(1 comment)
.................................................... File vdsm/clientIF.py Line 243: Line 244: def prepareVolumePath(self, drive, vmId=None): Line 245: if type(drive) is dict: Line 246: # PDIV drive format Line 247: if vm.isVdsmImage(drive): so shouldn't it be removed from vm.py's updateDriveVolume as well? Line 248: res = self.irs.prepareImage( Line 249: drive['domainID'], drive['poolID'], Line 250: drive['imageID'], drive['volumeID']) Line 251: