diff --git a/PVE/CLI/pveceph.pm b/PVE/CLI/pveceph.pm index 5c21bf7e..afcc67e0 100755 --- a/PVE/CLI/pveceph.pm +++ b/PVE/CLI/pveceph.pm @@ -182,7 +182,8 @@ __PACKAGE__->register_method ({ nvme-cli ); - # when installing versions older than quincy, 'ceph-volume' does not exists. don't include it + # 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'; }