升级PVE7到最新版本并设置国内源

Posted 伟成

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了升级PVE7到最新版本并设置国内源相关的知识,希望对你有一定的参考价值。

该操作涉及到系统管理,建议在确保自身能力和安全性的情况下进行:

升级PVE7到最新版本并设置国内源:

  1. 删除企业源:
sudo rm -rf /etc/apt/sources.list.d/pve-enterprise.list
  1. 添加PVE官方GPG key:
sudo wget http://mirrors.ustc.edu.cn/proxmox/debian/proxmox-ve-release-6.x.gpg -O /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg
  1. 添加PVE官方源:
sudo sh -c \'echo "deb http://mirrors.ustc.edu.cn/proxmox/debian/pve bullseye pve-no-subscription" >/etc/apt/sources.list.d/pve-install-repo.list\'
  1. 添加Debian官方源并设置为国内源:
sudo sh -c \'echo "deb https://mirrors.aliyun.com/debian/ bullseye main non-free contrib
deb-src https://mirrors.aliyun.com/debian/ bullseye main non-free contrib
deb https://mirrors.aliyun.com/debian-security/ bullseye-security main
deb-src https://mirrors.aliyun.com/debian-security/ bullseye-security main
deb https://mirrors.aliyun.com/debian/ bullseye-updates main non-free contrib
deb-src https://mirrors.aliyun.com/debian/ bullseye-updates main non-free contrib
deb https://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib
deb-src https://mirrors.aliyun.com/debian/ bullseye-backports main non-free contrib" > /etc/apt/sources.list\'
  1. 设置Ceph源为国内源:
sudo sh -c \'echo "deb http://mirrors.ustc.edu.cn/proxmox/debian/ceph-nautilus bullseye main" > /etc/apt/sources.list.d/ceph.list\'
  1. 更新软件源并升级系统:
sudo apt update && sudo apt dist-upgrade

给PVE集群配置Ceph存储并更换国内源,并删除订阅弹窗

参考技术A

官方英文视频教程参考官网这个网址:
https://www.proxmox.com/en/training/video-tutorials/item/install-ceph-server-on-proxmox-ve

默认是订阅版,如果不做修改,在使用pveceph init进行ceph初始化安装的时候会将整个环境破坏,切记!【 PVE版本6.1

删除订阅通知弹窗
通过SSH连接到Proxmox机器或通过PVE Web界面使用控制台,输入以下命令,然后清除浏览器缓存:

安装ntp,ceph集群对时间同步的要求很高。需要安装ntp服务: apt-get install ntp -y 安装完成之后会自动启动并同步debian的时间服务器,注意,是联网的情况下,如果不连接外网,需要设定内网的ntp服务。

提示我ceph没有安装。【后来发现是国内网络问题反复安装几次后成功了】
我们手动安装一下luminous版本试一下,通过SSH登陆服务器:

在pve2和pve3上面登录web界面创建mon:

将sdb磁盘加入到OSD,对pve2和pve3做同样的操作,完成后如下:

Pool的名称是Ceph-vm,根据自己需要取,size=2表示正常的副本数,min size=1表示最少的数据副本数,pg_num=128表示逻辑存储单元数未128,具体设置的策略请参考ceph相关文档。

ID可以自定义。

以上是关于升级PVE7到最新版本并设置国内源的主要内容,如果未能解决你的问题,请参考以下文章

搬运 | pip更换国内镜像源

PIP安装更换国内镜像源

搬运 | pip更换国内镜像源

linuxmint无法用国内源升级到19.3版,是怎么回事?

清华pypip 国内源

国内源升级tensorflow2和tensorflow probability