Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op-guide: refine CPUfreq note #804

Merged
merged 1 commit into from
Jul 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion op-guide/ansible-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ analyzing CPU 0:
available cpufreq governors: performance powersave
```

本例中系统支持设置 `performance` 和 `powersave` 模式。如果返回 “Not Available”,表示当前系统不支持,跳过该步骤即可。
本例中系统支持设置 `performance` 和 `powersave` 模式。如果返回 “Not Available”,表示当前系统不支持配置 CPUfreq,跳过该步骤即可。

```
# cpupower frequency-info --governors
Expand Down
8 changes: 7 additions & 1 deletion op-guide/offline-ansible-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,13 @@ category: deployment

## 在部署目标机器上安装 NTP 服务

如果你的部署目标机器时间、时区设置一致,已开启 NTP 服务且在正常同步时间,此步骤可忽略,可参考[如何检测 NTP 服务是否正常](#如何检测-ntp-服务是否正常)。
> 如果你的部署目标机器时间、时区设置一致,已开启 NTP 服务且在正常同步时间,此步骤可忽略,可参考[如何检测 NTP 服务是否正常](ansible-deployment.md#如何检测-ntp-服务是否正常)。

参考[在部署目标机器上安装 NTP 服务](ansible-deployment.md#在部署目标机器上安装-ntp-服务)即可。

## 在部署目标机器上配置 CPUfreq 调节器模式

参考[在部署目标机器上配置 CPUfreq 调节器模式](ansible-deployment.md#在部署目标机器上配置-cpufreq-调节器模式)即可。

## 在部署目标机器上添加数据盘 ext4 文件系统挂载参数

Expand Down