mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 13:36:37 +00:00
pveceph: warn on (soon) EOL octopus
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
719e95c9a6
commit
ef25743f04
@ -145,6 +145,7 @@ __PACKAGE__->register_method ({
|
|||||||
|
|
||||||
my $repolist;
|
my $repolist;
|
||||||
if ($cephver eq 'octopus') {
|
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";
|
$repolist = "deb http://download.proxmox.com/debian/ceph-octopus bullseye $repo\n";
|
||||||
} elsif ($cephver eq 'pacific') {
|
} elsif ($cephver eq 'pacific') {
|
||||||
$repolist = "deb http://download.proxmox.com/debian/ceph-pacific bullseye $repo\n";
|
$repolist = "deb http://download.proxmox.com/debian/ceph-pacific bullseye $repo\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user