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 1479999 - vfio devices will have wrong ownership when running ovs as non-root user
Summary: vfio devices will have wrong ownership when running ovs as non-root user
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: openvswitch
Version: 7.5
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Aaron Conole
QA Contact: qding
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-09 21:55 UTC by Aaron Conole
Modified: 2018-07-16 15:29 UTC (History)
6 users (show)

Fixed In Version: openvswitch-2.8.0-1.el7fdb
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-02-16 13:15:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Aaron Conole 2017-08-09 21:55:18 UTC
Description of problem:

Basically we need:

https://mail.openvswitch.org/pipermail/ovs-dev/2017-August/337195.html

Comment 2 Aaron Conole 2017-08-15 17:43:30 UTC
https://mail.openvswitch.org/pipermail/ovs-dev/2017-August/337195.html

Part of branch-2.8

Comment 7 qding 2017-11-22 05:52:24 UTC
Reproduced:
[root@dell-per730-25 ~]# rpm -q openvswitch
openvswitch-2.7.3-2.git20171010.el7fdp.x86_64
[root@dell-per730-25 ~]# 
[root@dell-per730-25 ~]# dpdk-devbind -b vfio-pci 0000:05:00.0
[root@dell-per730-25 ~]# ll /dev/vfio/*
crw-------. 1 root root 240,   0 Nov 22 00:38 /dev/vfio/18
crw-rw-rw-. 1 root root  10, 196 Nov 22 00:35 /dev/vfio/vfio


Verified:
[root@dell-per730-25 ~]# rpm -q openvswitch
openvswitch-2.8.0-4.el7fdb.x86_64
[root@dell-per730-25 ~]# ll /dev/vfio/*
crw-rw----. 1 root hugetlbfs 240,   0 Nov 22 00:35 /dev/vfio/18
crw-rw-rw-. 1 root root       10, 196 Nov 22 00:35 /dev/vfio/vfio

Comment 8 Flavio Leitner 2018-02-16 13:15:43 UTC
Closing resolved bugs.


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