mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 03:16:12 +00:00
pveceph install: clarify comment for conditional ceph-volume inclusion
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3409fbeaff
commit
b23305d5ad
@ -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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user