Alon Bar-Lev has posted comments on this change.

Change subject: bootstrap: use yum API
......................................................................


Patch Set 1: (2 inline comments)

....................................................
File vds_bootstrap/MiniYum.py
Line 443:     extraLog = open("/tmp/MiniYum.log", "a")
Line 444:     miniyum = MiniYum(sink=miniyumsink, extraLog=extraLog)
Line 445:     try:
Line 446:         miniyum.selinux_role()
Line 447:     except Exception, e:
Removed the try entirely.
Line 448:         print "FAILED: cannot initialize selinux: " + str(e)
Line 449:     # END: PROCESS-INITIALIZATION
Line 450: 
Line 451:     with miniyum:


Line 451:     with miniyum:
Line 452:         miniyum.clean()
Line 453: 
Line 454:     with miniyum:
Line 455:         try:
Removed the try.
Line 456:             miniyum.remove(('cman',), ignoreErrors=True)
Line 457:             miniyum.install(('qemu-kvm-tools',))
Line 458:             miniyum.installUpdate(('vdsm', 'vdsm-cli'))
Line 459:             if gluster:


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I65796801bc2db7c5abf71c1e9e4ad8ca308138b9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Barak Azulay <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]>
Gerrit-Reviewer: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Pradipta Banerjee <[email protected]>
Gerrit-Reviewer: Rodrigo Trujillo <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to