Signed-off-by: Alwin Antreich <[email protected]>
---
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
_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel