From b4f173b2cc58b74f0bbd3b9b231ead44d5327fb6 Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Mon, 26 Jun 2023 19:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PVE=20=E5=88=B6=E4=BD=9C?= =?UTF-8?q?=E8=99=9A=E6=8B=9F=E6=9C=BA=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.PVE系统调整.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/03.PVE系统调整.md b/03.PVE系统调整.md index f7bc8b3..dcf1db3 100644 --- a/03.PVE系统调整.md +++ b/03.PVE系统调整.md @@ -36,12 +36,12 @@ timedatectl set-timezone Asia/Shanghai ## 检查系统时间 date -R +``` +参考输出 -## 参考输出 - +``` Sun, 25 Jun 2023 12:12:12 +0800 - ``` Debian 系统常用 `systemd-timesyncd.service` 来同步时间,而 PVE 系统使用 `chrony.service` 来同步时间。 @@ -81,14 +81,11 @@ chronyc sources -V 如果输出以下类似内容,则表示系统 NTP 服务器设置正确。 -```bash -## NTP 服务示例输出 - +``` MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^+ 106.55.184.199 2 6 17 11 +752us[ +273us] +/- 40ms ^* 203.107.6.88 2 6 17 11 -1868us[-2348us] +/- 17ms - ``` ## 2. CPU 调度器