diff --git a/PVE/API2/Ceph/Pools.pm b/PVE/API2/Ceph/Pools.pm index 939a1f8a..45f0c47c 100644 --- a/PVE/API2/Ceph/Pools.pm +++ b/PVE/API2/Ceph/Pools.pm @@ -26,7 +26,6 @@ my $get_autoscale_status = sub { my $data; foreach my $p (@$autoscale) { - $p->{would_adjust} = "$p->{would_adjust}"; # boolean $data->{$p->{pool_name}} = $p; }