]> git.proxmox.com Git - pve-manager.git/commitdiff
pveceph: warn on (soon) EOL octopus
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jun 2022 14:52:54 +0000 (16:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jun 2022 14:52:54 +0000 (16:52 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/CLI/pveceph.pm

index b7ccd59720d12290995cfe93584c2af5665e4fe6..96b7a315569e2801933cb1f81976bb5718d7fcaa 100755 (executable)
@@ -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";