]> git.proxmox.com Git - pve-manager.git/blobdiff - PVE/CLI/pveceph.pm
pveceph: drop special for octopus and pacific, unsupported in 8.x
[pve-manager.git] / PVE / CLI / pveceph.pm
index e24f5fcaf8b7d803bf1411b115c85368a3abcaf4..3eeabf8abfaafdaecec72c585d8f377f67619e58 100755 (executable)
@@ -171,18 +171,13 @@ __PACKAGE__->register_method ({
        my @ceph_packages = qw(
            ceph
            ceph-common
-           ceph-mds
            ceph-fuse
+           ceph-mds
+           ceph-volume
            gdisk
            nvme-cli
        );
 
-       # got split out with quincy and is required by PVE tooling, conditionally exclude it for older
-       # FIXME: remove condition with PVE 8.0, i.e., once we only support quincy+ new installations
-       if ($cephver ne 'octopus' and $cephver ne 'pacific') {
-           push @ceph_packages, 'ceph-volume';
-       }
-
        print "start installation\n";
 
        # this flag helps to determine when apt is actually done installing (vs. partial extracing)