[node-patches] Change in ovirt-node[master]: increase default recursion limit

fabiand at fedoraproject.org fabiand at fedoraproject.org
Fri Nov 16 20:17:01 UTC 2012


Fabian Deutsch has posted comments on this change.

Change subject: increase default recursion limit
......................................................................


Patch Set 1: Looks good to me, but someone else must approve

(1 inline comment)

....................................................
File scripts/ovirt-config-setup.py
Line 2234:         if manual_setup() and "--force" not in sys.argv:
Line 2235:             print ("Unable to run setup manually, Run \"exit\" to return " +
Line 2236:                   "to setup")
Line 2237:         else:
Line 2238:             sys.setrecursionlimit(50000)
Nice workaround.
Line 2239:             tty = get_ttyname()
Line 2240:             lockfile = "/tmp/ovirt-setup.%s" % tty
Line 2241:             f = open(lockfile, "w").close()
Line 2242:             screen = NodeConfigScreen()


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ieed91701bb22b42c0ffe2493f80ff2275b3a7664
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list