Hello to all,
for yesterday January 9 a backup job is stuck and I cannot stop it or even kill it.
The backup job contains 3 containers and 1 VM. The job started at 03:00:04.
In the back office when I go to 'Task viewer : Backup Job' when I press the button 'Stop' nothing happens.
In the console when I check the vzdump process
I get the process ID :
and when I try to kill this process
nothing happens, the process is still there.
I cannot see anything special in /var/log/syslog around the time the job was launched :
What is the best option, trying not to shutdown the whole node and/or lxc ?
I use proxmox ve 7.3-4 updated/upgraded
Many thanks in advance for your help ;-)
for yesterday January 9 a backup job is stuck and I cannot stop it or even kill it.
The backup job contains 3 containers and 1 VM. The job started at 03:00:04.
In the back office when I go to 'Task viewer : Backup Job' when I press the button 'Stop' nothing happens.
In the console when I check the vzdump process
Bash:
# ps awxf | grep vzdump
I get the process ID :
Bash:
2444287 ? Ds 0:00 task UPID:server_name:00254BFF:06D36C31:63BB7524:vzdump::root@pam:
and when I try to kill this process
Bash:
# kill -9 2444287
nothing happens, the process is still there.
I cannot see anything special in /var/log/syslog around the time the job was launched :
Bash:
# cat syslog | grep 'Jan 9 03:'
What is the best option, trying not to shutdown the whole node and/or lxc ?
I use proxmox ve 7.3-4 updated/upgraded
Many thanks in advance for your help ;-)