]> git.proxmox.com Git - pve-manager.git/commitdiff
api/ceph: import file_set_contents
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Nov 2018 15:17:04 +0000 (16:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Nov 2018 15:17:13 +0000 (16:17 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Ceph.pm

index 9807e74f95ee0125a7fa2601565fcb7ccde59387..d74bd016397afeb9493249baeb31e78cece777a9 100644 (file)
@@ -13,7 +13,7 @@ use PVE::JSONSchema qw(get_standard_option);
 use PVE::RADOS;
 use PVE::RESTHandler;
 use PVE::RPCEnvironment;
-use PVE::Tools qw(run_command);
+use PVE::Tools qw(run_command file_set_contents);
 
 use base qw(PVE::RESTHandler);