mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-09 20:33:23 +00:00
remove qmp socket file on vm_stop_cleanup
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
4723c1749c
commit
eb26097ef4
@ -2899,7 +2899,7 @@ sub vm_stop_cleanup {
|
|||||||
PVE::Storage::deactivate_volumes($storecfg, $vollist);
|
PVE::Storage::deactivate_volumes($storecfg, $vollist);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach my $ext (qw(mon pid vnc)) {
|
foreach my $ext (qw(mon qmp pid vnc)) {
|
||||||
unlink "/var/run/qemu-server/${vmid}.$ext";
|
unlink "/var/run/qemu-server/${vmid}.$ext";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user