Bug 1489465
Summary: | OVS-dpdk: /var/log/openvswitch has wrong permission when OVS gets changed to 2.8 from < 2.8 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jean-Tsung Hsiao <jhsiao> |
Component: | openvswitch | Assignee: | Aaron Conole <aconole> |
Status: | CLOSED ERRATA | QA Contact: | Jean-Tsung Hsiao <jhsiao> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.4 | CC: | aconole, atragler, jhsiao, kzhang, rcain, tredaelli |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 2.9.0-0.3.20171212git6625e43 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-19 10:19:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1475436 |
Description
Jean-Tsung Hsiao
2017-09-07 13:53:48 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/ 94cd8383e2975a3da25028162bf5d69d308af6fb *** Bug 1530348 has been marked as a duplicate of this bug. *** 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. 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 |