Bug 1940973
| Summary: | longer mount points cause systemd invalid argument messages | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Hemant Kumar <hekumar> | |
| Component: | systemd | Assignee: | David Tardon <dtardon> | |
| Status: | CLOSED ERRATA | QA Contact: | Frantisek Sumsal <fsumsal> | |
| Severity: | high | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 8.0 | CC: | abetkike, apizarro, chris.bowles, dtardon, fkrska, msekleta, msoares, rpinto, sbelmasg, ssonigra, systemd-maint-list | |
| Target Milestone: | rc | Keywords: | Triaged, ZStream | |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | systemd-239-61.el8 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2094712 2094714 (view as bug list) | Environment: | ||
| Last Closed: | 2022-11-08 10:49:17 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: | 2094712, 2094714 | |||
|
Description
Hemant Kumar
2021-03-19 16:55:03 UTC
Corresponding Openshift BZ - https://bugzilla.redhat.com/show_bug.cgi?id=1884800 Without fixing this in systemd we are left with either documenting this as limitation or asking customers to fix their datastore/path names in such a way that systemd could accept them. Fixing this in Openshift/k8s is basically whack-a-mole problem. So far consensus upstream was that systemd shouldn't be disturbed by overly long mount or sysfs device names, i.e. it shouldn't misbehave or excessively log about the fact. Situation should be noted in the log and systemd should carry on, the only other result is that such unit won't be created and hence you wouldn't be able to manage such mount or device as systemd unit. To fix this issue (to the extent described above) we need to backport patches from following PRs, https://github.com/systemd/systemd/pull/15911 https://github.com/systemd/systemd/pull/19801 If anyone wants to try this, I've uploaded test rpms at https://people.redhat.com/dtardon/systemd/bz1940973-long-unit-names/ . fix merged to github master branch -> https://github.com/redhat-plumbers/systemd-rhel8/pull/269 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 (systemd bug fix and enhancement update), 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-2022:7727 *** Bug 2155314 has been marked as a duplicate of this bug. *** |