Hi,
I wanted to follow the proxmox update guide: https://pve.proxmox.com/wiki/Upgrade_from_4.x_to_5.0
Because I use ceph I started with: https://pve.proxmox.com/wiki/Ceph_Jewel_to_Luminous
When I execute "apt-get update && apt-get dist-upgrade", there are no ceph updates or packages downloaded...
Any ideas where could be the issue?
I wanted to follow the proxmox update guide: https://pve.proxmox.com/wiki/Upgrade_from_4.x_to_5.0
Because I use ceph I started with: https://pve.proxmox.com/wiki/Ceph_Jewel_to_Luminous
When I execute "apt-get update && apt-get dist-upgrade", there are no ceph updates or packages downloaded...
Code:
root@ceph1:/etc/apt/sources.list.d# cat ceph.list
deb http://download.ceph.com/debian-luminous/ jessie main
root@ceph1:/etc/apt/sources.list.d# apt-get update && apt-get dist-upgrade
Ign http://ftp.at.debian.org jessie InRelease
Hit http://ftp.at.debian.org jessie Release.gpg
Hit http://ftp.at.debian.org jessie Release
Hit http://ftp.at.debian.org jessie/main amd64 Packages
Hit http://download.proxmox.com jessie InRelease
Hit http://security.debian.org jessie/updates InRelease
Hit http://ftp.at.debian.org jessie/contrib amd64 Packages
Hit http://ftp.at.debian.org jessie/contrib Translation-en
Hit http://ftp.at.debian.org jessie/main Translation-en
Hit http://download.proxmox.com jessie/pve-no-subscription amd64 Packages
Hit http://download.ceph.com jessie InRelease
Hit http://security.debian.org jessie/updates/main amd64 Packages
Hit http://security.debian.org jessie/updates/contrib amd64 Packages
Ign http://download.proxmox.com jessie/pve-no-subscription Translation-en_US
Ign http://download.proxmox.com jessie/pve-no-subscription Translation-en
Hit http://security.debian.org jessie/updates/contrib Translation-en
Hit http://security.debian.org jessie/updates/main Translation-en
Get:1 http://download.ceph.com jessie/main amd64 Packages [534 B]
Ign http://download.ceph.com jessie/main Translation-en_US
Ign http://download.ceph.com jessie/main Translation-en
Fetched 534 B in 1s (271 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ceph1:/etc/apt/sources.list.d# ceph-mon --version
ceph version 10.2.10 (5dc1e4c05cb68dbf62ae6fce3f0700e4654fdbbe)
root@ceph1:/etc/apt/sources.list.d#
Any ideas where could be the issue?