[pve-devel] applied-series: [PATCH v2 container 01/10] LXC: drop unused imported locking functions

Fabian Grünbichler f.gruenbichler at proxmox.com
Tue May 5 11:47:12 CEST 2020


with breaks/versioned-depends ;)

On May 5, 2020 10:27 am, Fabian Ebner wrote:
> From: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> 
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> Tested-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
> 
> Changes from v1:
>     * Add patch for container create_vm issue
>     * Add patch for snapshot_rollback issue
>     * Dropped the two already applied patches for qemu-server
> 
>  src/PVE/LXC.pm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
> index efbd1d9..4eb1a14 100644
> --- a/src/PVE/LXC.pm
> +++ b/src/PVE/LXC.pm
> @@ -20,8 +20,8 @@ use PVE::SafeSyslog;
>  use PVE::INotify;
>  use PVE::JSONSchema qw(get_standard_option);
>  use PVE::Tools qw(
> -    dir_glob_foreach file_get_contents file_set_contents lock_file
> -    lock_file_full AT_FDCWD O_PATH $IPV4RE $IPV6RE
> +    dir_glob_foreach file_get_contents file_set_contents
> +    AT_FDCWD O_PATH $IPV4RE $IPV6RE
>  );
>  use PVE::CpuSet;
>  use PVE::Network;
> -- 
> 2.20.1
> 
> 




More information about the pve-devel mailing list