Bug 1974108
| Summary: | libstoragemgmt.service uses obsolet syslog as standard output type | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Frank Liang <xiliang> |
| Component: | libstoragemgmt | Assignee: | Tony Asleson <tasleson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ChanghuiZhong <czhong> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9.0 | CC: | czhong, demeng, leiwang, linl, ribarry, vkuznets, ymao |
| Target Milestone: | beta | Keywords: | Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libstoragemgmt-1.9.2-4.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-12-07 21:24:13 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: | |||
|
Description
Frank Liang
2021-06-20 15:11:29 UTC
*** Bug 1986727 has been marked as a duplicate of this bug. *** on libstoragemgmt-1.9.2-4.el9,"StandardError=syslog" has been removed in server daemon,confirmed no longer get: "/usr/lib/systemd/system/libstoragemgmt.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether." [root@dell-r430-5 ~]# systemd-analyze verify default.target /usr/lib/systemd/system/restraintd.service:8: Standard output type syslog+console is obsolete, automatically updating to journal+console. Please update your unit file, and consider removing the setting altogether. /usr/lib/systemd/system/libstoragemgmt.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [root@dell-r430-5 ~]# [root@dell-r430-5 ~]# [root@dell-r430-5 ~]# cat /usr/lib/systemd/system/libstoragemgmt.service [Unit] Description=libstoragemgmt plug-in server daemon [Service] ExecStart=/usr/bin/lsmd -d ExecReload=/bin/kill -HUP $MAINPID StandardError=syslog User=root [Install] WantedBy=multi-user.target [root@dell-r430-5 ~]# [root@dell-r430-5 ~]# rpm -qa | grep libstoragemgmt python3-libstoragemgmt-1.9.2-1.el9.x86_64 libstoragemgmt-1.9.2-1.el9.x86_64 [root@dell-r430-5 ~]# [root@dell-r430-5 ~]# systemd-analyze verify default.target /usr/lib/systemd/system/restraintd.service:8: Standard output type syslog+console is obsolete, automatically updating to journal+console. Please update your unit file, and consider removing the setting altogether. [root@dell-r430-5 ~]# [root@dell-r430-5 ~]# cat /usr/lib/systemd/system/libstoragemgmt.service [Unit] Description=libstoragemgmt plug-in server daemon [Service] ExecStart=/usr/bin/lsmd -d ExecReload=/bin/kill -HUP $MAINPID User=root [Install] WantedBy=multi-user.target [root@dell-r430-5 ~]# [root@dell-r430-5 ~]# rpm -qa | grep libstoragemgmt python3-libstoragemgmt-1.9.2-4.el9.x86_64 libstoragemgmt-1.9.2-4.el9.x86_64 [root@dell-r430-5 ~]# Setting to verified:tested # systemd-analyze verify default.target /usr/lib/systemd/system/restraintd.service:8: Standard output type syslog+console is obsolete, automatically updating to journal+console. Please update your unit file, and consider removing the setting altogether. # cat /usr/lib/systemd/system/libstoragemgmt.service [Unit] Description=libstoragemgmt plug-in server daemon [Service] ExecStart=/usr/bin/lsmd -d ExecReload=/bin/kill -HUP $MAINPID User=root [Install] WantedBy=multi-user.target # rpm -qa | grep libstoragemgmt python3-libstoragemgmt-1.9.2-4.el9.x86_64 libstoragemgmt-1.9.2-4.el9.x86_64 move to verified |