mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-17 20:40:50 +00:00
QMP client: increase default timeout for drive-mirror to 10 minutes
like for other block operations. Reported in the community forum: https://forum.proxmox.com/threads/141238/ Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
d1a7abd07c
commit
b0d1a00a24
@ -121,6 +121,7 @@ sub cmd {
|
||||
$cmd->{execute} eq 'savevm-start' ||
|
||||
$cmd->{execute} eq 'savevm-end' ||
|
||||
$cmd->{execute} eq 'query-backup' ||
|
||||
$cmd->{execute} eq 'drive-mirror' ||
|
||||
$cmd->{execute} eq 'query-block-jobs' ||
|
||||
$cmd->{execute} eq 'block-job-cancel' ||
|
||||
$cmd->{execute} eq 'block-job-complete' ||
|
||||
|
Loading…
Reference in New Issue
Block a user