mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-20 14:03:53 +03:00
file-restore: fix deprecated qemu parameters
server and nowait are deprecated, so we should use the longform: server=on and wait=off Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
389f8c134d
commit
3e8ee886a5
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user