duckflew
duckflew
Published on 2023-05-16 / 122 Visits
0
0

Minio时间问题报错的解决办法

minio 上传下载文件失败

报错信息:(The difference between the request time and the server's time is too large.)

原因

客户端时间与服务端时间相差过大

解决方法

调整服务器上的时区与时间

apt-get install ntpdate
sudo ntpdate -u ntp.ntsc.ac.cn
docker restart mini

Comment