Alon Bar-Lev has posted comments on this change.

Change subject: vdsm-tool: simplify getting modules by names.
......................................................................


Patch Set 1: Code-Review+1

(1 comment)

still waiting for dynamic scan of modules :)

http://gerrit.ovirt.org/#/c/31464/1/lib/vdsm/tool/configurator.py
File lib/vdsm/tool/configurator.py:

Line 50:     configurer_to_trigger = []
Line 51: 
Line 52:     sys.stdout.write("\nChecking configuration status...\n\n")
Line 53:     for c in args.modules:
Line 54:         isconfigured = c.isconfigured()
why the temp var?
Line 55:         override = args.force and isconfigured != CONFIGURED
Line 56:         if not override and not c.validate():
Line 57:             raise InvalidConfig(
Line 58:                 "Configuration of %s is invalid" % c.getName()


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Idb056e18573b1aadefe57a6eee4ec1396dad9775
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: mooli tayer <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: mooli tayer <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to