When will Ceph 18.2.1 be added to the proxmox repo? I want to wait until the first patch is released before upgrading from Ceph 17 to 18, but it was released weeks ago.
For 18.04 bionic you need to enable a PPA repo. At the moment this is my script working for 20.04 and 18.04:
#!/bin/bash
# proxmox-backup-client version
PKG_VER="1.0.6-1"
# libfuse3-3 repo for bionic
if [[ "$(lsb_release -rs)" == "18.04" ]]; then
add-apt-repository...
After i installed with this method i am not able to run apt dist-upgrade:
root@host:/etc# apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.