]> git.proxmox.com Git - pve-manager.git/commitdiff
pveceph: drop special for octopus and pacific, unsupported in 8.x
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 May 2023 13:17:05 +0000 (15:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 May 2023 13:17:10 +0000 (15:17 +0200)
sort the package list while at it

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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)