]> git.proxmox.com Git - pve-manager.git/commitdiff
api: ceph mon: add missing perl use statement for Cephconfig
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Jun 2019 14:59:26 +0000 (16:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Jun 2019 14:59:26 +0000 (16:59 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Ceph/MON.pm

index b7f9a8fa696277441cee9b6a90ab4e6288d193ae..d86df30bd9cf37d321958e926496a033ab9aefdc 100644 (file)
@@ -15,6 +15,7 @@ use PVE::RADOS;
 use PVE::RESTHandler;
 use PVE::RPCEnvironment;
 use PVE::Tools qw(run_command file_set_contents);
+use PVE::CephConfig;
 
 use base qw(PVE::RESTHandler);