[pve-devel] [PATCH storage 2/3] krbd: remove 'exclusive-lock' from blacklist, kernel-4.13
Alwin Antreich
a.antreich at proxmox.com
Wed Feb 28 18:50:01 CET 2018
Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
---
PVE/Storage/RBDPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm
index 804dded..ef9fc4a 100644
--- a/PVE/Storage/RBDPlugin.pm
+++ b/PVE/Storage/RBDPlugin.pm
@@ -109,7 +109,7 @@ my $krdb_feature_disable = sub {
my ($major, undef, undef, undef) = ceph_version();
return 1 if $major < 10;
- my $krbd_feature_blacklist = ['deep-flatten', 'fast-diff', 'object-map', 'exclusive-lock'];
+ my $krbd_feature_blacklist = ['deep-flatten', 'fast-diff', 'object-map'];
my (undef, undef, undef, undef, $features) = rbd_volume_info($scfg, $storeid, $name);
my $active_features = { map { $_ => 1 } PVE::Tools::split_list($features)};
--
2.11.0
More information about the pve-devel
mailing list