ustclug / discussions

Issue Tracker for USTC LUG
47 stars 4 forks source link

proxmox LXC模板文件缺失 #423

Closed ExplodingDragon closed 1 year ago

ExplodingDragon commented 1 year ago

问题描述 / Bug description

镜像数量不一致

图片 图片

ExplodingDragon commented 1 year ago

curl 测试了下官方源和隔壁 TUNA ,确实是缺少了镜像 http://mirrors.ustc.edu.cn/proxmox/images/system/ https://mirrors.tuna.tsinghua.edu.cn/proxmox/images/system/

taoky commented 1 year ago

日志显示同步时其他的 images 上游全部返回 503:

2023/05/24 05:17:49 DEBUG : images/system/alpine-3.14-default_20210623_amd64.aplinfo: skipping because of error: failed to stat: HTTP Error 503: 503 Service Temporarily Unavailable
2023/05/24 05:17:49 DEBUG : images/system/alpine-3.14-default_20210623_amd64.tar.xz: skipping because of error: failed to stat: HTTP Error 503: 503 Service Temporarily Unavailable
2023/05/24 05:17:49 DEBUG : images/system/alpine-3.15-default_20211202_amd64.aplinfo: skipping because of error: failed to stat: HTTP Error 503: 503 Service Temporarily Unavailable
2023/05/24 05:17:49 DEBUG : images/system/alpine-3.15-default_20211202_amd64.tar.xz: skipping because of error: failed to stat: HTTP Error 503: 503 Service Temporarily Unavailable
2023/05/24 05:17:49 DEBUG : images/system/alpine-3.16-default_20220622_amd64.aplinfo: skipping because of error: failed to stat: HTTP Error 503: 503 Service Temporarily Unavailable
2023/05/24 05:17:49 DEBUG : images/system/alpine-3.16-default_20220622_amd64.tar.xz: skipping because of error: failed to stat: HTTP Error 503: 503 Service Temporarily Unavailable
2023/05/24 05:17:49 DEBUG : images/system/alpine-3.17-default_20221129_amd64.aplinfo: skipping because of error: failed to stat: HTTP Error 503: 503 Service Temporarily Unavailable
2023/05/24 05:17:49 DEBUG : images/system/alpine-3.17-default_20221129_amd64.tar.xz: skipping because of error: failed to stat: HTTP Error 503: 503 Service Temporarily Unavailable
taoky commented 1 year ago

更换了本地 /etc/hosts 里面 download.proxmox.com 的 IP,现在在重新同步。

之前这么设置的原因是发现 CDN 不同节点的文件列表有时候不完整,多次导致已有的文件被删除。

taoky commented 1 year ago

发现现在 proxmox 的新 CDN 支持 IPv6,同步速度快了很多。

目前同步已完成,感谢反馈问题。

taoky commented 1 year ago

这个问题又出现了,在 #387 讨论。