Hi everybody,
we got a backup job which could not finish (disk full). The perlscript stayed pending (shouldn't we have a timeout here?). Furthermore other sheduled jobs got started cueing up with no chance to ever get processed. In my oppinion there should be a mechanism (semaphore or similar) to prevent backup jobs from starting before older ones get processed.
How can we stop the processes which are left over? We get these remaining artefacts:
173978 ? Ds 57:40 task UPIDrox-main-2:0002A79A:34F5E8FA:549933C2:vzdump::root@pam:
305844 ? D 0:00 /usr/bin/perl -w -T /usr/bin/vzdump 530 --quiet 1 --mode snapshot --mailto sfssdfsf.de --compress lzo --storage Backup-NAS-1
432751 ? D 0:00 /usr/bin/perl -w -T /usr/bin/vzdump 530 --quiet 1 --mode snapshot --mailto ghhhh.de --compress lzo --storage Backup-NAS-1
559594 ? D 0:00 /usr/bin/perl -w -T /usr/bin/vzdump 530 --quiet 1 --mode snapshot --mailto sfhrjjj.de --compress lzo --storage Backup-NAS-1
Cant kill them w kill -9
Any advice?
Thanks and regards, Holger
we got a backup job which could not finish (disk full). The perlscript stayed pending (shouldn't we have a timeout here?). Furthermore other sheduled jobs got started cueing up with no chance to ever get processed. In my oppinion there should be a mechanism (semaphore or similar) to prevent backup jobs from starting before older ones get processed.
How can we stop the processes which are left over? We get these remaining artefacts:
173978 ? Ds 57:40 task UPIDrox-main-2:0002A79A:34F5E8FA:549933C2:vzdump::root@pam:
305844 ? D 0:00 /usr/bin/perl -w -T /usr/bin/vzdump 530 --quiet 1 --mode snapshot --mailto sfssdfsf.de --compress lzo --storage Backup-NAS-1
432751 ? D 0:00 /usr/bin/perl -w -T /usr/bin/vzdump 530 --quiet 1 --mode snapshot --mailto ghhhh.de --compress lzo --storage Backup-NAS-1
559594 ? D 0:00 /usr/bin/perl -w -T /usr/bin/vzdump 530 --quiet 1 --mode snapshot --mailto sfhrjjj.de --compress lzo --storage Backup-NAS-1
Cant kill them w kill -9
Any advice?
Thanks and regards, Holger