Packages refuse to update - python-ceph-argparse and python-cephfs

victorhooi

Well-Known Member
Apr 3, 2018
255
20
58
38
I have a 3-node Promox (6.2) cluster running Ceph (Octopus) as well.

For some reason - I have two packages that refuse to update.

Proxmox (and apt) tell me there are updated versions - but every time I run an Upgrade (either via the Proxmox UI) or using apt dist-upgrade, those two refuse to upgrade:

Screen Shot 2020-09-08 at 9.06.39 am.png

and
Code:
System not fully up to date (found 2 new packages)
Any ideas what's going on?
 
Sure, here is the output:
Code:
# apt update
Ign:1 https://apt.datadoghq.com stable InRelease
Hit:2 https://apt.datadoghq.com stable Release
Hit:4 http://ftp.au.debian.org/debian buster InRelease
Hit:5 http://ftp.au.debian.org/debian buster-updates InRelease
Hit:6 http://security.debian.org buster/updates InRelease
Hit:7 http://download.proxmox.com/debian/ceph-octopus buster InRelease
Hit:8 http://download.proxmox.com/debian/ceph-nautilus buster InRelease
Hit:9 http://download.proxmox.com/debian/pve buster InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
I also ran:
Code:
# apt list --upgradable
Listing... Done
python-cephfs/stable 14.2.11-pve1 amd64 [upgradable from: 12.2.11+dfsg1-2.1+b1]
N: There are 10 additional versions. Please use the '-a' switch to see them.
 
I can confirm this fixed the issue - I just assumed that apt would automatically pick the most recent package, I didn't realise that having both would cause some kind of weird issue.