Dan Kenigsberg has posted comments on this change.

Change subject: vdsm: prepareVolumePath correct path handling for cdrom
......................................................................


Patch Set 5: Code-Review-1

(1 comment)

....................................................
File vdsm/clientIF.py
Line 300: 
Line 301:             # leave path == '' for empty cdrom and floppy drives ...
Line 302:             elif (drive['device'] in ('cdrom', 'floppy') and
Line 303:                   'specParams' in drive and
Line 304:                   # next line can be removed in future, when < 3.3 
engine
Martin Polednik         Oct 14 15:18
The patch was posted before bugzilla response, it seems safe to delete it now 
(afaik the path passed in specParams does nothing atm)
Line 305:                   # is not supported
Line 306:                   drive.specParams.get('path', '') == '' and
Line 307:                   drive.get('path', '') == ''):
Line 308:                     volPath = ''


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I10e5e0c12e7cc37a692c0e5c47eed3e4c8e7cda9
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Polednik <mpole...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Eduardo <ewars...@redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Martin Polednik <mpole...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeen...@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