5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-31 01:48:06 +03:00

d/control: bump ceph dependency to 12.2

A newer than the Luminous version is shipped with buster, and our
ceph repos are on Nautilus (14.2) in PVE 6.

Allows to drop a check for really old ceph versions (< 10, so
Infernalis and older).

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-04-25 11:27:30 +02:00
parent 81c5c736ca
commit d4c31eff96
2 changed files with 1 additions and 4 deletions

View File

@ -77,9 +77,6 @@ my $librados_connect = sub {
my $krbd_feature_update = sub {
my ($scfg, $storeid, $name) = @_;
my ($versionparts) = PVE::CephConfig::ceph_version();
return 1 if $versionparts->[0] < 10;
my (@disable, @enable);
my ($kmajor, $kminor) = PVE::ProcFSTools::kernel_version();

2
debian/control vendored
View File

@ -22,7 +22,7 @@ Breaks: libpve-guest-common-perl (<< 3.0-7),
pve-container (<< 3.1-2),
pve-manager (<< 5.2-12),
qemu-server (<< 6.1-14),
Depends: ceph-common,
Depends: ceph-common (>= 12.2~),
ceph-fuse,
cifs-utils,
cstream,