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 1489465 - OVS-dpdk: /var/log/openvswitch has wrong permission when OVS gets changed to 2.8 from < 2.8
Summary: OVS-dpdk: /var/log/openvswitch has wrong permission when OVS gets changed to ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: openvswitch
Version: 7.4
Hardware: x86_64
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Aaron Conole
QA Contact: Jean-Tsung Hsiao
URL:
Whiteboard:
: 1530348 (view as bug list)
Depends On:
Blocks: 1475436
TreeView+ depends on / blocked
 
Reported: 2017-09-07 13:53 UTC by Jean-Tsung Hsiao
Modified: 2018-04-12 12:11 UTC (History)
6 users (show)

Fixed In Version: 2.9.0-0.3.20171212git6625e43
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-19 10:19:14 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0550 0 None None None 2018-03-19 10:21:24 UTC

Description Jean-Tsung Hsiao 2017-09-07 13:53:48 UTC
Description of problem: OVS-dpdk: /var/log/openvswitch has wrong permission when OVS gets changed to 2.8 from < 2.8
 
With 2.7 or older releases /var/log/openvswitch directory has been owned by root,root. This doesn't get changed when changed to 2.8.

[root@netqe5 openvswitch]# ls -ld /var/log/openvswitch
drwxr-x---. 2 root root 4096 Sep  7 03:39 /var/log/openvswitch

The consequence is that ovs-vswitchd.log cannot be opened caused by permission denied.

2017-09-07T07:39:01.566Z|00198|vlog|WARN|failed to open /var/log/openvswitch/ovs-vswitchd.log for logging: Permission denied

-rw-r--r--.  1 openvswitch hugetlbfs    0 Sep  7 03:39 ovs-vswitchd.log

Same issue happened to ovsdb-server.log:

2017-09-07T07:39:01.564Z|00005|vlog|WARN|failed to open /var/log/openvswitch/ovsdb-server.log for logging: Permission denied

-rw-r--r--.  1 openvswitch hugetlbfs    0 Sep  7 03:39 ovsdb-server.log


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce: Reproducible
1. Either by upgrade or remove existing pre 2.8 OVS
2. Restart OVS
3. Check /var/log/openvswitch permission

Actual results:

It's owned by (root,root) as used to.

Expected results:

Should be owned by (openvswitch,hugetlbfs) with 2.8 OVS

Additional info:

Comment 2 Jean-Tsung Hsiao 2017-09-07 14:53:34 UTC
By "rm -rf /var/log/openvswitch" and "systemctl restart openvswitch" we got the right ownership for /var/log/openvswitch:

[root@netqe19 log]# systemctl restart  openvswitch
[root@netqe19 log]# ls -ld openvswitch/
drwxr-x---. 2 openvswitch hugetlbfs 54 Sep  7 10:49 openvswitch/

Comment 4 Aaron Conole 2017-11-02 19:22:13 UTC
94cd8383e2975a3da25028162bf5d69d308af6fb

Comment 5 Aaron Conole 2018-01-08 19:29:09 UTC
*** Bug 1530348 has been marked as a duplicate of this bug. ***

Comment 8 Jean-Tsung Hsiao 2018-02-24 00:58:32 UTC
When OVS changed from 2.7.3 to 2.9.0 permission for ovs-vswitchd.log and ovsdb-server.log got changed from root/root to openvswitch/hugetlbfs:

root@netqe6 openvswitch]# ls -lrt
total 48
-rw-r--r--. 1 root        root       104 Feb  1 03:45 ovs-vswitchd.log-20180202.gz
-rw-r--r--. 1 root        root       136 Feb  1 03:45 ovsdb-server.log-20180202.gz
-rw-r--r--. 1 root        root       102 Feb  2 03:13 ovs-vswitchd.log-20180203.gz
-rw-r--r--. 1 root        root       134 Feb  2 03:13 ovsdb-server.log-20180203.gz
-rw-r--r--. 1 root        root       104 Feb  3 03:14 ovs-vswitchd.log-20180204.gz
-rw-r--r--. 1 root        root       138 Feb  3 03:14 ovsdb-server.log-20180204.gz
-rw-r--r--. 1 root        root       104 Feb  4 03:29 ovs-vswitchd.log-20180205.gz
-rw-r--r--. 1 root        root       137 Feb  4 03:29 ovsdb-server.log-20180205.gz
-rw-r--r--. 1 openvswitch hugetlbfs 8880 Feb 23 18:00 ovs-vswitchd.log
-rw-r--r--. 1 openvswitch hugetlbfs 3844 Feb 23 18:00 ovsdb-server.log

Set the status to VERIFIED.

Comment 11 errata-xmlrpc 2018-03-19 10:19:14 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:0550


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