The following packages have been kept back: trying to update to 2.8
davlaw
35 Posts
July 13, 2021, 12:09 pmQuote from davlaw on July 13, 2021, 12:09 pmI 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
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
admin
2,930 Posts
July 13, 2021, 12:35 pmQuote from admin on July 13, 2021, 12:35 pmdid you run apt install petasan after the apt upgrade command ?
did you run apt install petasan after the apt upgrade command ?
davlaw
35 Posts
July 13, 2021, 12:41 pmQuote from davlaw on July 13, 2021, 12:41 pmThought 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 🙂
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 🙂
admin
2,930 Posts
July 13, 2021, 1:04 pmQuote from admin on July 13, 2021, 1:04 pmapt 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
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
davlaw
35 Posts
July 13, 2021, 1:10 pmQuote from davlaw on July 13, 2021, 1:10 pmThanks, updated..
Thanks, updated..
The following packages have been kept back: trying to update to 2.8
davlaw
35 Posts
Quote from davlaw on July 13, 2021, 12:09 pmI 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
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
admin
2,930 Posts
Quote from admin on July 13, 2021, 12:35 pmdid you run apt install petasan after the apt upgrade command ?
did you run apt install petasan after the apt upgrade command ?
davlaw
35 Posts
Quote from davlaw on July 13, 2021, 12:41 pmThought 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 🙂
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 🙂
admin
2,930 Posts
Quote from admin on July 13, 2021, 1:04 pmapt 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
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
davlaw
35 Posts
Quote from davlaw on July 13, 2021, 1:10 pmThanks, updated..
Thanks, updated..