Change in vdsm[master]: vm: add the transient disk support

fsimonce at redhat.com fsimonce at redhat.com
Tue Oct 1 11:27:49 UTC 2013


Federico Simoncelli has posted comments on this change.

Change subject: vm: add the transient disk support
......................................................................


Patch Set 8:

(1 comment)

....................................................
File vdsm/vm.py
Line 3318:                            "volume %s", drive['volumeID'], exc_info=True)
Line 3319:         finally:
Line 3320:             os.close(transientHandle)
Line 3321: 
Line 3322:         drive['path'] = transientPath
drive['format'] = 'cow'
Line 3323: 
Line 3324:     def _removeTransientDisk(self, drive):
Line 3325:         if getattr(drive, 'transient', False):
Line 3326:             os.unlink(drive.path)


-- 
To view, visit http://gerrit.ovirt.org/18326
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I3dfec35e324c47d8c86a965947e3ae4ae48c7524
Gerrit-PatchSet: 8
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Deepak C Shetty <deepakcs at linux.vnet.ibm.com>
Gerrit-Reviewer: Ayal Baron <abaron at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Deepak C Shetty <deepakcs at linux.vnet.ibm.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim at redhat.com>
Gerrit-Reviewer: Liron Ar <laravot at redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeyasin at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list