mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 12:56:48 +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
|
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') {
|
if ($cephver ne 'octopus' and $cephver ne 'pacific') {
|
||||||
push @ceph_packages, 'ceph-volume';
|
push @ceph_packages, 'ceph-volume';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user