pvestatd
.# Check that the service is running
systemctl status pvestatd.service
# Check the log for errors
journalctl -eu pvestatd
你好,
此问题通常与收集有关节点本身的信息的守护程序(称为pvestatd
)有关。
要检查它是否健康,请运行以下命令:
Bash:# 检查服务是否正在运行 systemctl 状态 pvestatd.service # 检查日志是否有错误 Journalctl -eu pvestatd[/代码] 两者都应该以 root 身份运行以获得完整的输出。 [/QUOTE] [ATTACH type="full"]59847[/ATTACH][ATTACH type="full"]59848[/ATTACH]
This problem has been bothering me for a long time, thank you for helping me.Hi,
this issue is often related to the daemon that collects information about the node itself, calledpvestatd
.
To check if it's healthy, please run the following commands:
Both should be run as root to get the full output.Bash:# Check that the service is running systemctl status pvestatd.service # Check the log for errors journalctl -eu pvestatd
Yes The problem still existsCould you restart the vms 101 and 2076 and see if the issue persists?
/etc/pve/qemu-server/<id>.conf
)pveversion -v
i'am try to solving problem'sHi,
this issue is often related to the daemon that collects information about the node itself, calledpvestatd
.
To check if it's healthy, please run the following commands:
Both should be run as root to get the full output.Bash:# Check that the service is running systemctl status pvestatd.service # Check the log for errors journalctl -eu pvestatd