fix memory offline rules in 40-openEuler.rules
This commit is contained in:
parent
9d0d5a8811
commit
e1ffa0481d
@ -20,7 +20,7 @@
|
||||
Name: systemd
|
||||
Url: https://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 246
|
||||
Release: 9
|
||||
Release: 10
|
||||
License: MIT and LGPLv2+ and GPLv2+
|
||||
Summary: System and Service Manager
|
||||
|
||||
@ -1483,6 +1483,12 @@ fi
|
||||
%exclude /usr/share/man/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 18 2020 overweight <hexiaowen@huawei.com> - 246-10
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC: fix 40-openEuler.rules for memory offline
|
||||
|
||||
* Wed Dec 16 2020 shenyangyang <shenyangyang4@huawei.com> - 246-9
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
@ -4,7 +4,8 @@
|
||||
SUBSYSTEM=="cpu", ACTION=="add", TEST=="online", ATTR{online}=="0", ATTR{online}="1"
|
||||
|
||||
# Memory hotadd request
|
||||
SUBSYSTEM!="memory", ACTION!="add", GOTO="memory_hotplug_end"
|
||||
SUBSYSTEM!="memory", GOTO="memory_hotplug_end"
|
||||
ACTION!="add", GOTO="memory_hotplug_end"
|
||||
PROGRAM="/bin/uname -p", RESULT=="s390*", GOTO="memory_hotplug_end"
|
||||
|
||||
ENV{.state}="online"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user