pveceph: warn on (soon) EOL octopus

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-06-21 16:52:54 +02:00
parent 719e95c9a6
commit ef25743f04

View File

@ -145,6 +145,7 @@ __PACKAGE__->register_method ({
my $repolist;
if ($cephver eq 'octopus') {
warn "Ceph Octopus will go EOL after 2022-07\n";
$repolist = "deb http://download.proxmox.com/debian/ceph-octopus bullseye $repo\n";
} elsif ($cephver eq 'pacific') {
$repolist = "deb http://download.proxmox.com/debian/ceph-pacific bullseye $repo\n";