Release Notes

Table Of Contents
1. gsettings set org.gnome.settings-daemon.plugins.power button-power
shutdown
gsettings set org.gnome.settings-daemon.plugins.power power-button-
action 'interactive'
2. dconf update
使用以下步骤更改默认行为:
1. 使用具有以下内容的 /etc/dconf/db/local.d/01-power 创建一个文件:
[org/gnome/settings-daemon/plugins/power]
button-sleep='nothing'
button-suspend='nothing'
button-hibernate='nothing'
button-power='shutdown'
2. 使用具有以下内容的 /etc/dconf/db/local.d/locks/01-power 创建一个文件:
/org/gnome/settings-daemon/plugins/power/button-sleep
/org/gnome/settings-daemon/plugins/power/button-suspend
/org/gnome/settings-daemon/plugins/power/button-hibernate
/org/gnome/settings-daemon/plugins/power/button-power
3. 运行以下命令:dconf update
4. 在系统范围内的设置生效之前,用户必须注销并再次登录。
: 当系统锁定时,上述解决方法可能不起作用。GNOME 可防止在系统锁定时意外关机。作为安全预防措施,GNOME 禁止任
何与电源相关的操作,例如从任何系统管理界面(iDRAC 等)或通过按下电源按钮关机,除非用户处于活动状态并且已登录操
作系统。
: 上述步骤不适用于 RHEL 7.4RHEL 7.4 的解决方法是安装 acpid 软件包,并将 /etc/acpi/actions/power.sh 内容替换
为为以下内容:
#!/bin/sh
PATH=/usr/sbin:/usr/bin
shutdown -h now
使用基于 QLogic QL41000 qedi 的驱动程序在 iSCSI 磁盘
上安装时安装程序引发异常
说明: 对于具有基于 QLogic QL41000 qedi 的驱动程序的系统,在使用 qedi 传输在 iSCSI 磁盘上安装 RHEL 7.4
间,安装程序显示异常消息。
适用于: Red Hat Enterprise Linux 7.4
原因:
RHEL 7.4 上不能使用基于 qedi 的驱动程序卸载功能从 iSCSI 引导,因为 qedi 驱动程序中缺少以下补丁程序
RHEL-7.4 没有针对卡的启用支持):
qed: Inform qedi the number of possible CQs
qed: Correct order of wwnn and wwpn
qed: Share additional information with qedf
qed: Support NVM-image reading API
qedi: Add support for offload iSCSI Boot
解决方法: 目前无法解决这一问题。
已知问题 27