CephFS

  • Proxmox第12章 如何建立Proxmox VE的叢集及 CephFS 系統

    第12章 如何建立Proxmox VE的叢集及 CephFS 系統

    1.安裝好三台Proxmox VE 並有 2 個Port的網卡 2.修改PVE及CephFS的來源及更新系統 # 修改 Debian 源 sed -i ‘s| /etc/apt/sources.list sed -i ‘s| /etc/apt/sources.list # 修改 PVE 源 sed -i ‘s|enterprise.proxmox.com|mirrors.ustc.edu.cn/proxmox|g’ /etc/apt/sources.list.d/pve-enterprise.list # 修改 Ceph 源 sed -i ‘s|enterprise.proxmox.com|mirrors.ustc.edu.cn/proxmox|g’ /etc/apt/sources.list.d/ceph.list # 修改 PVE 和 Ceph 为非订阅源 sed -i ‘s|enterprise|no-subscription|g’ /etc/apt/sources.list.d/{pve-enterprise,ceph}.list 修改完成后,执行一次更新: apt update && apt full-upgrade -y 去除未訂閱提示 sed -i.bak “s/data.status.toLowerCase() !== ‘active’/false/g” /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js systemctl restart…

    Read More »
Back to top button