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 <deepa...@linux.vnet.ibm.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Deepak C Shetty <deepa...@linux.vnet.ibm.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Itamar Heim <ih...@redhat.com>
Gerrit-Reviewer: Liron Ar <lara...@redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeya...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to