[pbs-devel] applied: [PATCH proxmox-backup 1/2] file-restore: fix deprecated qemu parameters

Wolfgang Bumiller w.bumiller at proxmox.com
Fri Nov 4 13:29:19 CET 2022


applied this one, thanks

On Mon, Oct 31, 2022 at 12:39:52PM +0100, Dominik Csapak wrote:
> server and nowait are deprecated, so we should use the longform:
> server=on and wait=off
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  proxmox-file-restore/src/qemu_helper.rs | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/proxmox-file-restore/src/qemu_helper.rs b/proxmox-file-restore/src/qemu_helper.rs
> index fffa3bd9..d6f4c5a9 100644
> --- a/proxmox-file-restore/src/qemu_helper.rs
> +++ b/proxmox-file-restore/src/qemu_helper.rs
> @@ -264,7 +264,7 @@ pub async fn start_vm(
>              let debug_args = [
>                  "-chardev",
>                  &format!(
> -                    "socket,id=debugser,path=/run/proxmox-backup/file-restore-serial-{}.sock,server,nowait",
> +                    "socket,id=debugser,path=/run/proxmox-backup/file-restore-serial-{}.sock,server=on,wait=off",
>                      cid
>                  ),
>                  "-serial",
> -- 
> 2.30.2





More information about the pbs-devel mailing list