[pve-devel] applied: [PATCH qemu-server 1/3] QemuServer: drop unused imported locking functions
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon May 4 17:58:38 CEST 2020
On 4/27/20 10:24 AM, Fabian Grünbichler wrote:
> lock_file is used by PVE::QemuServer::Memory, but it does properly 'use
> PVE::Tools ...' itself so we can drop them in the main module.
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> PVE/QemuServer.pm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index 37c7320..6c339ca 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -26,7 +26,7 @@ use Time::HiRes qw(gettimeofday);
> use URI::Escape;
> use UUID;
>
> -use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file cfs_lock_file);
> +use PVE::Cluster qw(cfs_register_file cfs_read_file cfs_write_file);
> use PVE::DataCenterConfig;
> use PVE::Exception qw(raise raise_param_exc);
> use PVE::GuestHelpers qw(safe_string_ne safe_num_ne safe_boolean_ne);
> @@ -37,7 +37,7 @@ use PVE::RPCEnvironment;
> use PVE::Storage;
> use PVE::SysFSTools;
> use PVE::Systemd;
> -use PVE::Tools qw(run_command lock_file lock_file_full file_read_firstline file_get_contents dir_glob_foreach get_host_arch $IPV6RE);
> +use PVE::Tools qw(run_command file_read_firstline file_get_contents dir_glob_foreach get_host_arch $IPV6RE);
>
> use PVE::QMPClient;
> use PVE::QemuConfig;
>
applied, thanks!
More information about the pve-devel
mailing list