Skip to content

Commit

Permalink
Merge pull request #804 from LinuxGit/Louis/add-CPUfreq-note
Browse files Browse the repository at this point in the history
op-guide: refine CPUfreq note
  • Loading branch information
CaitinChen authored Jul 11, 2018
2 parents a89109e + 4c23bd8 commit cad7d48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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

0 comments on commit cad7d48

Please sign in to comment.