Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

The following packages have been kept back: trying to update to 2.8

I have one node out of 8 that seems to have a problem with updating

following commands in the doc

apt update

export DEBIAN_FRONTEND=noninteractive

apt -o Dpkg::Options::="--force-confdef" upgrade

I end up with, without updating and stops here.  Since the upgrade commands are documented, I a bit afraid to try and force anything and wanted to ask if there was a way to clear this issue without trashing and reinstalling.  While in this condition, it now fences the node and shuts it down, so fencing is disabled to troubleshot the issue.

The following packages have been kept back:
ceph ceph-base ceph-common ceph-mds ceph-mgr ceph-mgr-dashboard ceph-mon ceph-osd ceph-petasan libcephfs2 librados2 libradosstriper1
librbd1 librgw2 petasan petasan-container-images petasan-stats-config python3-ceph-argparse python3-cephfs python3-rados python3-rbd
python3-rgw radosgw rbd-mirror

 

 

did you run apt install petasan after the apt upgrade command ?

Thought I saw it on the list as being part of the update,  seems to be doing something will report back as I noticed all the nodes seem to be giving me same error.

Gut feeling I did not follow the update to the letter 🙂

 

 

 

apt upgrade will not upgrade packages that will install new packages as dependencies, it will make sure no new packages are insalled.

apt install, despite its name, is used to upgrade a package with new dependencies

Thanks,  updated..