diff --git a/PVE/API2/Ceph.pm b/PVE/API2/Ceph.pm index fc71205e..5a52350f 100644 --- a/PVE/API2/Ceph.pm +++ b/PVE/API2/Ceph.pm @@ -2013,7 +2013,7 @@ __PACKAGE__->register_method({ }, code => sub { my ($param) = @_; - + PVE::CephTools::check_ceph_inited(); my $rpcenv = PVE::RPCEnvironment::get();