apt-get dist-upgrade attempts to remove proxmox-ve!

Lucian Lazar

Well-Known Member
Apr 23, 2018
31
6
48
42
Romania
ecoit.ro
Hi there,
I am using latest version of proxmox-ve in a clustered 4 nodes environment with ceph.
Today, attempting to update i had this dangerous problem:

Code:
apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  libpve-guest-common-perl libpve-storage-perl proxmox-ve pve-container pve-ha-manager pve-manager qemu-server
The following packages will be upgraded:
  ceph ceph-base ceph-common ceph-mgr ceph-mon ceph-osd libcephfs2 libcurl3 libcurl3-gnutls librados2 libradosstriper1 librbd1 librgw2 python-cephfs
  python-rados python-rbd python-rgw
17 upgraded, 0 newly installed, 7 to remove and 0 not upgraded.

Why is this happening? What should i do to prevent this behavior and be able to continue with updates?
Thank you
 
what is your pveversion -v ? and your configured repositories?
 
These are the versions:

Code:
$ pveversion -v
proxmox-ve: 5.2-2 (running kernel: 4.15.17-1-pve)
pve-manager: 5.2-1 (running version: 5.2-1/0fcd7879)
pve-kernel-4.15: 5.2-1
pve-kernel-4.15.17-1-pve: 4.15.17-9
ceph: 12.2.7-pve1
corosync: 2.4.2-pve5
criu: 2.11.1-1~bpo90
glusterfs-client: 3.8.8-1
ksm-control-daemon: 1.2-2
libjs-extjs: 6.0.1-2
libpve-access-control: 5.0-8
libpve-apiclient-perl: 2.0-4
libpve-common-perl: 5.0-31
libpve-guest-common-perl: 2.0-16
libpve-http-server-perl: 2.0-8
libpve-storage-perl: 5.0-23
libqb0: 1.0.1-1
lvm2: 2.02.168-pve6
lxc-pve: 3.0.0-3
lxcfs: 3.0.0-1
novnc-pve: 0.6-4
proxmox-widget-toolkit: 1.0-18
pve-cluster: 5.0-27
pve-container: 2.0-23
pve-docs: 5.2-3
pve-firewall: 3.0-8
pve-firmware: 2.0-4
pve-ha-manager: 2.0-5
pve-i18n: 1.0-5
pve-libspice-server1: 0.12.8-3
pve-qemu-kvm: 2.11.1-5
pve-xtermjs: 1.0-5
qemu-server: 5.0-26
smartmontools: 6.5+svn4324-1
spiceterm: 3.0-5
vncterm: 1.5-3
zfsutils-linux: 0.7.8-pve1~bpo9



And these are the repositories:

deb http://download.proxmox.com/debian/ceph-luminous stretch main
#deb https://enterprise.proxmox.com/debian/pve stretch pve-enterprise (this is commented as we do not have an active license yet.)
deb http://ftp.it.debian.org/debian stretch main contrib
deb http://ftp.it.debian.org/debian stretch-updates main contrib
deb http://security.debian.org stretch/updates main contrib

Thank you