Bug 1370161
Summary: | s390x standby memory automatically onlined after boot | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Milos Vyletel <milos> | |
Component: | systemd | Assignee: | systemd-maint | |
Status: | CLOSED ERRATA | QA Contact: | Branislav Blaškovič <bblaskov> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | 7.2 | CC: | bblaskov, bugproxy, fkrska, fsumsal, hannsj_uhl, lnykryn, mkolaja, mrdest, msekleta, snagar, systemd-maint-list, tlavigne | |
Target Milestone: | rc | Keywords: | Regression, ZStream | |
Target Release: | 7.3 | |||
Hardware: | s390x | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | systemd-219-30.el7 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1375603 1381123 1381885 (view as bug list) | Environment: | ||
Last Closed: | 2016-11-04 00:56:12 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: | 1230910, 1375603, 1381123, 1381885 |
Description
Milos Vyletel
2016-08-25 12:16:56 UTC
I guess we could make this udev rule conditional and skip it on z/VM systems. Can you please provide output of systemd-detect-virt from this machine? sure [root@ibm-z-03 ~]# systemd-detect-virt zvm I modified udev rule as follows, SUBSYSTEM=="memory", ACTION=="add", PROGRAM="/usr/bin/systemd-detect-virt", RESULT!="zvm", ATTR{state}=="offline", ATTR{state}="online" This rule was confirmed to work as expected by Milos. Michal, turns out this is not only z/VM problem as IBM reports. This is what we were told "Rereading the Bugzilla, I found that the problem description seems to be limited to z/VM environment. Actually the problem occurs even in native LPAR." I've asked for systemd-virt-detect output to see if we can simply tweak the rule to this additional platform. Milos fix merged to upstream staging branch -> https://github.com/lnykryn/systemd-rhel/commit/ad9ec899fe24c4b74841a30f9233cee3bd7a3287 https://github.com/lnykryn/systemd-rhel/commit/195083a33b4204d513787e7f4b6c63f19a0fe1c7 -> post 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://rhn.redhat.com/errata/RHBA-2016-2216.html |