mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-04-29 21:51:52 +00:00
nbd-stop: increase timeout to 25s
This can seemingly need a bit longer than expected, and better than erroring out on migration is to wait a bit longer. Signed-off-by: Alexandre Derumier <aderumier@odiso.com> Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
1dcbfc4661
commit
6cb2338f53
@ -8268,7 +8268,7 @@ sub generate_smbios1_uuid {
|
|||||||
sub nbd_stop {
|
sub nbd_stop {
|
||||||
my ($vmid) = @_;
|
my ($vmid) = @_;
|
||||||
|
|
||||||
mon_cmd($vmid, 'nbd-server-stop');
|
mon_cmd($vmid, 'nbd-server-stop', timeout => 25);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub create_reboot_request {
|
sub create_reboot_request {
|
||||||
|
Loading…
Reference in New Issue
Block a user