[node-patches] Change in ovirt-node[master]: Unbreak netconsole

rbarry at redhat.com rbarry at redhat.com
Thu Jul 17 14:13:16 UTC 2014


Ryan Barry has posted comments on this change.

Change subject: Unbreak netconsole
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/30118/1/src/ovirt/node/config/defaults.py
File src/ovirt/node/config/defaults.py:

Line 1340:         server, port = (cfg["server"], cfg["port"])
Line 1341: 
Line 1342:         class CreateNetconsoleConfig(utils.Transaction.Element):
Line 1343:             if server:
Line 1344:                 port = port if 'port' in vars() else "6666"
> Why is this necessary? (The vars() call)
It should be, and it is when I try it in the Python REPL, but it is not initialized when actually called from the TUI.

I'd probably have to run through it with pdb to see what's actually happening
Line 1345:                 title = "Setting netconsole server and port"
Line 1346:             else:
Line 1347:                 title = "Disabling netconsole"
Line 1348: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I546bd4da86f6aa5a3ea8f6c3877582519d6ceb88
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes



More information about the node-patches mailing list