[node-patches] Change in ovirt-node[master]: /dev/live doesn't exist on F17 or F18. Use /dev/initramfs/li...
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Jun 27 15:35:10 UTC 2013
Fabian Deutsch has posted comments on this change.
Change subject: /dev/live doesn't exist on F17 or F18. Use /dev/initramfs/livedev
......................................................................
Patch Set 1: I would prefer that you didn't submit this
Good start, but there are a couple of more places (also adjust the commit msg to use the correct path):
$ grep -rn "/dev/live" *
dracut/ovirt-boot-functions:27: local live_dev=/dev/live
scripts/ovirt-functions.in:340: local live_dev=/dev/live
scripts/ovirt-functions:340: local live_dev=/dev/live
src/ovirtnode/ovirtfunctions.py:441: if not os.path.exists("/dev/live"):
src/ovirtnode/ovirtfunctions.py:447: # /dev/live if not exist alternative
src/ovirtnode/ovirtfunctions.py:466: live_dev="/dev/live"
src/ovirtnode/ovirtfunctions.py:1003: if os.path.exists("/dev/live"):
src/ovirtnode/ovirtfunctions.py:1004: live_disk = os.path.dirname(udev_info("/dev/live","path"))
src/ovirtnode/ovirtfunctions.py:1006: live_disk = os.path.basename(udev_info("/dev/live","path")).strip()
Übereinstimmungen in Binärdatei src/ovirtnode/ovirtfunctions.pyc.
tools/edit-node:195: device, such as, /dev/live for a currently running image.
tools/edit-node:330: device, such as, /dev/live for a currently running image.
--
To view, visit http://gerrit.ovirt.org/16208
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I6cee5e5dfe70f38f06bda24066c757872289430d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list