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 1348664 - [udev] virtio disks having no sybolic links in /dev/disk/by-path
Summary: [udev] virtio disks having no sybolic links in /dev/disk/by-path
Keywords:
Status: CLOSED DUPLICATE of bug 952567
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: systemd
Version: 7.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: systemd-maint
QA Contact: qe-baseos-daemons
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-21 17:13 UTC by Marian Csontos
Modified: 2019-11-14 08:28 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-08 15:44:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Marian Csontos 2016-06-21 17:13:52 UTC
Description of problem:
No symbolic links in /dev/disk/by-path or by-id for whole *virtio* devices, only for filesystems in by-uuid or LVM physical volumes in by-id.

virtio-scsi are fine.

Version-Release number of selected component (if applicable):
systemd-219-19.el7.x86_64

How reproducible:
2/2

Steps to reproduce:
???

Actual results:
no symboli links for whole device

Expected results:
symbolic links should be present

Additional info:
I have following under `<devices>`:

    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='writeback' io='native'/>
      <source dev='/dev/vg_cimrman/stackerr.el72virtioscsi-boot'/>
      <target dev='vda' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
    </disk>
    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='writeback' io='native'/>
      <source dev='/dev/vg_cimrman/stackerr.el72virtioscsi-root'/>
      <target dev='vdb' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
    </disk>

Comment 2 Marian Csontos 2016-06-22 09:42:47 UTC
RHEL7 is missing this commit: https://github.com/systemd/systemd/commit/f073b1b3c0f4f0df1b0bd61042ce85fb5d27d407

Comment 4 Michal Sekletar 2016-07-08 15:44:29 UTC
Already backported. Feel free to retest with latest 7.3-candidate build, IIRC systemd-219-22.el7.

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


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