RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 605358 - udev regression for /dev/live symlink
Summary: udev regression for /dev/live symlink
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Alan Pevec
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On: 605356
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-06-17 17:42 UTC by Joey Boggs
Modified: 2016-04-26 15:04 UTC (History)
5 users (show)

Fixed In Version: ovirt-node-1.9.3-4.gitf53c39c.el6
Doc Type: Bug Fix
Doc Text:
Clone Of: 605356
Environment:
Last Closed: 2010-11-11 14:52:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 3 RHEL Program Management 2010-06-17 17:53:20 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 4 Alan Pevec 2010-06-28 07:45:24 UTC

*** This bug has been marked as a duplicate of bug 605356 ***

Comment 5 Alan Pevec 2010-06-28 22:05:21 UTC
reopened for the temp

Comment 6 Alan Pevec 2010-06-28 22:05:42 UTC
...workaround:
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -298,6 +298,15 @@ start_ovirt_early () {
 
     for i in $(cat /proc/cmdline); do
         case $i in
+            root=live:CDLABEL=*)
+            set -x
+            # workaround for bz#605356
+            blkid /dev/sr*
+            label=${i#root=live:CDLABEL=}
+            mount -r -L $label /live
+            ln -s $(blkid -L $label) /dev/live
+            set +x
+            ;;
             BOOTIF=*)
             i=${i#BOOTIF=}
             case "$i" in

Comment 10 XinSun 2010-08-24 09:03:31 UTC
Check this bug on rhevh6.0-2.3 snapshot12, do follow steps:

On a snap12 LiveCD

[root@host1]# ls -l /dev/live
lrwxrwxrwx. 1 root root 3 Aug 24 07:38 /dev/live -> sr0

[root@host1 dev]# blkid /dev/sr0
/dev/sr0: LABEL="rhev-hypervisor" TYPE="iso9660" 

[root@host1 dev]# ls -l /dev/disk/by-label
total 0
lrwxrwxrwx. 1 root root 10 Aug 24 07:29 CONFIG -> ../../dm-7
lrwxrwxrwx. 1 root root 10 Aug 24 07:29 DATA -> ../../dm-9
lrwxrwxrwx. 1 root root 10 Aug 24 07:29 LOGGING -> ../../dm-8
lrwxrwxrwx. 1 root root 10 Aug 24 07:29 Root -> ../../dm-3
lrwxrwxrwx. 1 root root 10 Aug 24 07:29 RootBackup -> ../../dm-4
lrwxrwxrwx. 1 root root 10 Aug 24 07:29 SWAP -> ../../dm-6
lrwxrwxrwx. 1 root root 11 Aug 24 07:29 _rhev-hypervisor -> ../../loop3
lrwxrwxrwx. 1 root root  9 Aug 24 07:39 rhev-hypervisor -> ../../sr0

So change this bug's status to verified

Comment 11 releng-rhel@redhat.com 2010-11-11 14:52:46 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


Note You need to log in before you can comment on or make changes to this bug.