Backup frozen

Dec 28, 2015
3
0
1
45
Hello
To perform a backup I use NFS storage.
Version INFO :
proxmox-ve-2.6.32: 3.3-147 (running kernel: 2.6.32-37-pve)
pve-manager: 3.4-1 (running version: 3.4-1/3f2d890e)
pve-kernel-2.6.32-27-pve: 2.6.32-121
pve-kernel-2.6.32-37-pve: 2.6.32-147
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-2
pve-cluster: 3.0-16
qemu-server: 3.3-20
pve-firmware: 1.1-3
libpve-common-perl: 3.0-24
libpve-access-control: 3.0-16
libpve-storage-perl: 3.0-31
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-12
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1

Today I have a backup that can not be completed:
INFO: status: 99% (408243535872/412316860416), sparse 93% (386627416064), duration 12760, 35/0 MB/s
INFO: status: 100% (412316860416/412316860416), sparse 94% (390700732416), duration 12888, 31/0 MB/s
INFO: transferred 412316 MB in 12888 seconds (31 MB/s)
I checked several things:
1) nfs storage (no problem I can write, list, delete, etc.)
2) network no problem
Then I try to stop the current backup but not:
#vzdump -stop
#stoping failed backup process 738,699

All other backups no longer work because of it
Could you help me
Greating
 
Last edited:
Then i have new results of my investigation ;)

so when i do
# ps aux | grep vzdump
#root 738698 0.0 0.0 204976 38048 ? S Dec23 1:32 /usr/bin/perl -w -T /usr/bin/vzdump

I do a strace on process and i have this result in loop

select(8, [6], NULL, NULL, {1, 0}) = 0 (Timeout)
open("/proc/738699/stat", O_RDONLY) = 10
ioctl(10, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff98f18b60) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
read(10, "738699 (task UPID:proxn) S 73869"..., 8192) = 309
close(10) = 0
select(8, [6], NULL, NULL, {1, 0}) = 0 (Timeout)
open("/proc/738699/stat", O_RDONLY) = 10
ioctl(10, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff98f18b60) = -1 ENOTTY (Inappropriate ioctl for device)
lseek(10, 0, SEEK_CUR) = 0
fstat(10, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
fcntl(10, F_SETFD, FD_CLOEXEC) = 0
read(10, "738699 (task UPID:proxn) S 73869"..., 8192) = 309
close(10) = 0
 
so i kill -9 process but i can't kill this one :

root 738699 0.0 0.0 205860 37368 ? Ds Dec23 0:26 task UPID proxnode01:000B458B:4BF5528E:567B206A:vzdump

I don't want reboot grrrrrrrr :-\