pve-qemu-kvm version conflict

Oer2001

Member
Jul 12, 2011
43
0
6
Hi,

I successfully updated from proxmox 4.4 to version 5.1.
All is up and running. One thing a mention is, that pve-qemu-kvm is still version 2.9.0-5~pve4.
There is a new version 2.9.1-2 in repo, but its impossible to update to this new version because of dependency conflicts:
Code:
apt install pve-qemu-kvm
pve-qemu-kvm : Depends: libsnappy1v5 but it is not going to be installed
Code:
apt install libsnappy1v5
The following packages will be REMOVED:
  ceph-base ceph-common ceph-mds ceph-osd libleveldb1 libsnappy1 proxmox-ve pve-container pve-ha-manager pve-manager pve-qemu-kvm qemu-server
  spiceterm
Is it a know problem?

Regards,
Erik
 
Yes, I upgraded ceph Jewel to Luminous in Proxmox 4.4 using the ceph.com repository.
Than I upgraded from proxmox 4.4 to 5. I deleted the ceph.com repository and added the proxmox one.
 
please post the content of /etc/apt/sources.list and all files in /etc/apt/sources.list.d
 
/etc/apt/sources.list:
Code:
deb http://ftp.debian.org/debian stretch main contrib

# security updates
deb http://security.debian.org/ stretch/updates main contrib

deb http://hwraid.le-vert.net/debian stretch main

# deb http://ftp.ch.debian.org/debian testing main non-free contrib
/etc/apt/sources.list.d
Code:
linux.dell.com.sources.list 
pve-enterprise.list
 
you are missing our ceph repository, please run
"pveceph install" on all nodes, followed by "apt update" and "apt full-upgrade"