Igor Lvovsky has posted comments on this change.

Change subject: NIC hotplug should fail if setPortMirroring failed
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File vdsm/libvirtvm.py
Line 1482:             # In any case we need below rollback for all kind of 
failures.
Line 1483:             except Exception, e:
Line 1484:                 self.log.error("setPortMirroring for network %s 
failed",
Line 1485:                                 network, exc_info=True)
Line 1486:                 nicParams['portMirroring'] = mirroredNetworks
yep, you are right. I already got it by myself :)
Line 1487:                 self.hotunplugNic({'nic': nicParams})
Line 1488:                 return {'status':
Line 1489:                         {'code': 
errCode['hotplugNic']['status']['code'],
Line 1490:                          'message': e.message}}


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If1b62fdec5f2c1a462283ff591d24e7b6f526f9e
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Igor Lvovsky <[email protected]>
Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Igor Lvovsky <[email protected]>
Gerrit-Reviewer: Livnat Peer <[email protected]>
Gerrit-Reviewer: Mark Wu <[email protected]>
Gerrit-Reviewer: Meni Yakove <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to