[node-patches] Change in ovirt-node[master]: Get serial console working on Fedora and add TUI configuration

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Sep 24 10:21:57 UTC 2013


Fabian Deutsch has posted comments on this change.

Change subject: Get serial console working on Fedora and add TUI configuration
......................................................................


Patch Set 4: Code-Review-1

(1 comment)

....................................................
File src/ovirt/node/setup/core/status_page.py
Line 289:             utils.process.check_call("mount -o ro,remount %s" %
Line 290:                                      self.find_mount(grub_path), shell=True)
Line 291: 
Line 292:     def __find_mount(self, path):
Line 293:         while not os.path.ismount(path):
I believe that we need some logic to break out of the loop
Line 294:             path = os.path.dirname(path)
Line 295:         return path
Line 296: 
Line 297: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id99623830b56b77815196c8b0d153c86d3704f00
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes



More information about the node-patches mailing list