proxmox 4.0 killing my VM when the backup process

flowbergit

Renowned Member
Jun 3, 2015
38
0
71
Code:
[COLOR=#000000][FONT=tahoma]NFO: starting new backup job: vzdump 105 108 109 --mailnotification always --mode snapshot --mailto ................ --quiet 1 --storage BACKUP_P5 --compress lzo[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: Starting Backup of VM 105 (qemu)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status = running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: update VM 105: -lock backup[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: backup mode: snapshot[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: ionice priority: 7[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: skip unused drive 'MACIERZ:105/vm-105-disk-2.qcow2' (not included into backup)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: skip unused drive 'MACIERZ:105/vm-105-disk-3.qcow2' (not included into backup)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: skip unused drive 'MACIERZ:105/vm-105-disk-4.qcow2' (not included into backup)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: creating archive '/mnt/pve/BACKUP_P5/dump/vzdump-qemu-105-2015_10_31-21_00_02.vma.lzo'[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: started backup task '7f1a0181-be5e-4ab5-aa3b-1d8ddc085b9b'[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 0% (376307712/693637218304), sparse 0% (1810432), duration 3, 125/124 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]ERROR: VM 105 not running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: aborting backup job[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]ERROR: VM 105 not running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]ERROR: Backup of VM 105 failed - VM 105 not running[/FONT][/COLOR]

Code:
[COLOR=#000000][FONT=tahoma]Oct 31 21:00:01 dellr320dolny CRON[12553]: pam_unix(cron:session): session opened for user root by (uid=0)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:00:01 dellr320dolny CRON[12554]: (root) CMD (vzdump 105 108 109 --mailnotification always --quiet 1 --mailto admini@awf.wroc.pl --storage BACKUP_P5 --mode snapshot --compress lzo)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:00:02 dellr320dolny vzdump[12555]: <root@pam> starting task UPID:dellr320dolny:0000310D:0141435E:56351DC2:vzdump::root@pam:[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:00:02 dellr320dolny vzdump[12557]: INFO: starting new backup job: vzdump 105 108 109 --mailnotification always --mode snapshot --mailto admini@awf.wroc.pl --quiet 1 --storage BACKUP_P5 --compress lzo[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:00:02 dellr320dolny vzdump[12557]: INFO: Starting Backup of VM 105 (qemu)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:00:02 dellr320dolny qm[12560]: <root@pam> update VM 105: -lock backup[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:01:02 dellr320dolny kernel: vmbr1v543: port 2(tap105i0) entered disabled state[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:01:02 dellr320dolny kernel: vmbr1v543: port 2(tap105i0) entered disabled state[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:01:03 dellr320dolny vzdump[12557]: VM 105 qmp command failed - VM 105 not running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:01:03 dellr320dolny vzdump[12557]: VM 105 qmp command failed - VM 105 not running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:01:03 dellr320dolny vzdump[12557]: ERROR: Backup of VM 105 failed - VM 105 not running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:01:04 dellr320dolny vzdump[12557]: INFO: Starting Backup of VM 108 (qemu)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]Oct 31 21:01:04 dellr320dolny qm[12673]: <root@pam> update VM 108: -lock backup
[/FONT][/COLOR]
Why ?? It's my production enviroment and it's kill vm with windows 2003 server... with sql server and more...
 
Last edited:
Hello woser,

In order to localize the problem, check:

Is backup storage BACKUP_P5 reliably accessible? If you use a network storage for backup try it with a local one instead.

Does it work using "suspend" or "stop" mode?

You use currently probably qcow2-format - did you try it with raw?

Kind regards

Mr.Holmes
 
Problem is easy for me to reproduce, BACKUP_P5 is still online, it always crash when I try to do a snapshot machine with windows 2003 server standard, I use 4 disk with ide configuration and qcow2, problem exist anytime when I use a machine and cache for disk is not set... , after set a cache I can do a backup without a problem, the same situation is vm disk on the NFS storage and the same when is only one at the local storage...
 
With enabled cache it's working almost a week but today crash again, other machine backup without problem...


Code:
[COLOR=#000000][FONT=tahoma]INFO: starting new backup job: vzdump 105 108 109 --mode snapshot --compress lzo --mailnotification always --quiet 1 --storage BACKUP_P5 --mailto admini@awf.wroc.pl[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: Starting Backup of VM 105 (qemu)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status = running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: update VM 105: -lock backup[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: backup mode: snapshot[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: ionice priority: 7[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: creating archive '/mnt/pve/BACKUP_P5/dump/vzdump-qemu-105-2015_11_05-21_00_02.vma.lzo'[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: started backup task 'd2eff399-bd38-4645-a38c-c679adfb7c3b'[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 0% (497942528/693637218304), sparse 0% (4358144), duration 3, 165/164 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 1% (7070613504/693637218304), sparse 0% (113393664), duration 99, 68/67 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 2% (14178582528/693637218304), sparse 0% (1797754880), duration 217, 60/45 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 3% (20818558976/693637218304), sparse 0% (2392727552), duration 325, 61/55 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]ERROR: VM 105 not running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: aborting backup job[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]ERROR: VM 105 not running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]ERROR: Backup of VM 105 failed - VM 105 not running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: Starting Backup of VM 108 (qemu)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status = running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: update VM 108: -lock backup[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: backup mode: snapshot[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: ionice priority: 7[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: creating archive '/mnt/pve/BACKUP_P5/dump/vzdump-qemu-108-2015_11_05-21_07_41.vma.lzo'[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: started backup task 'da0023a5-a011-4e85-8dae-50529be0a171'[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 0% (315490304/236223201280), sparse 0% (25133056), duration 3, 105/96 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 1% (2410872832/236223201280), sparse 0% (111104000), duration 22, 110/105 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 2% (4761845760/236223201280), sparse 0% (123879424), duration 79, 41/41 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 3% (7148535808/236223201280), sparse 0% (132300800), duration 118, 61/60 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 4% (9530966016/236223201280), sparse 0% (138575872), duration 169, 46/46 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 5% (11840389120/236223201280), sparse 0% (138698752), duration 222, 43/43 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 6% (14207418368/236223201280), sparse 0% (143089664), duration 244, 107/107 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 7% (16559833088/236223201280), sparse 0% (152432640), duration 296, 45/45 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 8% (18985582592/236223201280), sparse 0% (157155328), duration 353, 42/42 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 9% (21297037312/236223201280), sparse 0% (157392896), duration 385, 72/72 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 10% (23671209984/236223201280), sparse 0% (162988032), duration 425, 59/59 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 11% (26026770432/236223201280), sparse 0% (163229696), duration 446, 112/112 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 12% (28359983104/236223201280), sparse 0% (163229696), duration 493, 49/49 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 13% (30792220672/236223201280), sparse 0% (164614144), duration 532, 62/62 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 14% (33117831168/236223201280), sparse 0% (166440960), duration 553, 110/110 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 15% (35435577344/236223201280), sparse 0% (170811392), duration 607, 42/42 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 16% (37820825600/236223201280), sparse 0% (171249664), duration 629, 108/108 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 17% (40219312128/236223201280), sparse 0% (171249664), duration 684, 43/43 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 18% (42595254272/236223201280), sparse 0% (171352064), duration 757, 32/32 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 19% (44924207104/236223201280), sparse 0% (171872256), duration 784, 86/86 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 20% (47304146944/236223201280), sparse 0% (217649152), duration 830, 51/50 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 21% (49627004928/236223201280), sparse 0% (251244544), duration 874, 52/52 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 22% (51997376512/236223201280), sparse 0% (284319744), duration 947, 32/32 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 23% (54418210816/236223201280), sparse 0% (318115840), duration 979, 75/74 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 24% (56772460544/236223201280), sparse 0% (351473664), duration 1043, 36/36 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 25% (59058880512/236223201280), sparse 0% (382189568), duration 1064, 108/107 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 26% (61515956224/236223201280), sparse 0% (414355456), duration 1118, 45/44 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 27% (63814041600/236223201280), sparse 0% (446832640), duration 1163, 51/50 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 28% (66203549696/236223201280), sparse 0% (480247808), duration 1203, 59/58 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 29% (68591616000/236223201280), sparse 0% (523567104), duration 1235, 74/73 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 30% (70877970432/236223201280), sparse 0% (579604480), duration 1260, 91/89 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 31% (73259417600/236223201280), sparse 0% (613220352), duration 1339, 30/29 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 32% (75617796096/236223201280), sparse 0% (646680576), duration 1387, 49/48 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 33% (78066286592/236223201280), sparse 0% (680103936), duration 1415, 87/86 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 34% (80337043456/236223201280), sparse 0% (713531392), duration 1443, 81/79 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 35% (82777931776/236223201280), sparse 0% (746090496), duration 1484, 59/58 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 36% (85106360320/236223201280), sparse 0% (779513856), duration 1505, 110/109 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 37% (87406018560/236223201280), sparse 0% (816181248), duration 1530, 91/90 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 38% (89781698560/236223201280), sparse 0% (849793024), duration 1560, 79/78 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 39% (92133523456/236223201280), sparse 0% (882364416), duration 1588, 83/82 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 40% (94536794112/236223201280), sparse 0% (948342784), duration 1610, 109/106 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 41% (96888487936/236223201280), sparse 0% (981798912), duration 1643, 71/70 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 42% (99244638208/236223201280), sparse 0% (1015222272), duration 1672, 81/80 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 43% (101663899648/236223201280), sparse 0% (1053085696), duration 1728, 43/42 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 44% (103945797632/236223201280), sparse 0% (1086509056), duration 1755, 84/83 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 45% (106306863104/236223201280), sparse 0% (1119932416), duration 1776, 112/110 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 46% (108766560256/236223201280), sparse 0% (1153355776), duration 1799, 106/105 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 47% (111101083648/236223201280), sparse 0% (1185890304), duration 1824, 93/92 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 48% (113424465920/236223201280), sparse 0% (1219313664), duration 1897, 31/31 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 49% (115861028864/236223201280), sparse 0% (1285271552), duration 1924, 90/87 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 50% (118121562112/236223201280), sparse 0% (1317625856), duration 2011, 25/25 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 51% (120580276224/236223201280), sparse 0% (1351049216), duration 2033, 111/110 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 52% (122900578304/236223201280), sparse 0% (1384472576), duration 2089, 41/40 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 53% (125292642304/236223201280), sparse 0% (1416982528), duration 2114, 95/94 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 54% (127655346176/236223201280), sparse 0% (1450405888), duration 2139, 94/93 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 55% (130030567424/236223201280), sparse 0% (1471889408), duration 2164, 95/94 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 56% (132351918080/236223201280), sparse 0% (1505312768), duration 2193, 80/78 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 57% (134753878016/236223201280), sparse 0% (1538736128), duration 2215, 109/107 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 58% (137116647424/236223201280), sparse 0% (1572159488), duration 2242, 87/86 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 59% (139446714368/236223201280), sparse 0% (1605582848), duration 2292, 46/45 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 60% (141760528384/236223201280), sparse 0% (1672654848), duration 2315, 100/97 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 61% (144131227648/236223201280), sparse 0% (1706078208), duration 2340, 94/93 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 62% (146470207488/236223201280), sparse 0% (1737674752), duration 2364, 97/96 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 63% (148871905280/236223201280), sparse 0% (1769930752), duration 2386, 109/107 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 64% (151210688512/236223201280), sparse 0% (1802350592), duration 2465, 29/29 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 65% (153563693056/236223201280), sparse 0% (1835773952), duration 2487, 106/105 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 66% (155908440064/236223201280), sparse 0% (1869144064), duration 2514, 86/85 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 67% (158303518720/236223201280), sparse 0% (1903374336), duration 2556, 57/56 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 68% (160645054464/236223201280), sparse 0% (1937305600), duration 2614, 40/39 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 69% (163028664320/236223201280), sparse 0% (1971040256), duration 2650, 66/65 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 70% (165463261184/236223201280), sparse 0% (2037886976), duration 2680, 81/78 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 71% (167745814528/236223201280), sparse 0% (2071310336), duration 2701, 108/107 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 72% (170103537664/236223201280), sparse 0% (2104737792), duration 2729, 84/83 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 73% (172499206144/236223201280), sparse 0% (2138161152), duration 2756, 88/87 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 74% (174878556160/236223201280), sparse 0% (2171633664), duration 2820, 37/36 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 75% (177252335616/236223201280), sparse 0% (2205057024), duration 2872, 45/45 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 76% (179583844352/236223201280), sparse 0% (2238480384), duration 2912, 58/57 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 77% (181983903744/236223201280), sparse 0% (2272669696), duration 2936, 100/98 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 78% (184320393216/236223201280), sparse 0% (2307014656), duration 2999, 37/36 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 79% (186637221888/236223201280), sparse 0% (2340438016), duration 3031, 72/71 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 80% (189050912768/236223201280), sparse 1% (2408808448), duration 3057, 92/90 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 81% (191385632768/236223201280), sparse 1% (2442235904), duration 3096, 59/59 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 82% (193779138560/236223201280), sparse 1% (2475659264), duration 3122, 92/90 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 83% (196088758272/236223201280), sparse 1% (2509082624), duration 3146, 96/94 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 84% (198464045056/236223201280), sparse 1% (2542505984), duration 3167, 113/111 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 85% (200892547072/236223201280), sparse 1% (2575937536), duration 3192, 97/95 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 86% (203203674112/236223201280), sparse 1% (2609360896), duration 3218, 88/87 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 87% (205584728064/236223201280), sparse 1% (2642792448), duration 3239, 113/111 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 88% (207911911424/236223201280), sparse 1% (2676355072), duration 3279, 58/57 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 89% (210283855872/236223201280), sparse 1% (2710052864), duration 3310, 76/75 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 90% (212659470336/236223201280), sparse 1% (2777018368), duration 3382, 32/32 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 91% (215034888192/236223201280), sparse 1% (2810396672), duration 3411, 81/80 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 92% (217387433984/236223201280), sparse 1% (2844065792), duration 3484, 32/31 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 93% (219740897280/236223201280), sparse 1% (2877714432), duration 3506, 106/105 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 94% (222115397632/236223201280), sparse 1% (2911961088), duration 3583, 30/30 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 95% (224431439872/236223201280), sparse 1% (2945523712), duration 3638, 42/41 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 96% (226782543872/236223201280), sparse 1% (2979016704), duration 3687, 47/47 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 97% (229209407488/236223201280), sparse 1% (3012636672), duration 3709, 110/108 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 98% (231531872256/236223201280), sparse 1% (3046625280), duration 3780, 32/32 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 99% (233932455936/236223201280), sparse 1% (3085180928), duration 3818, 63/62 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status: 100% (236223201280/236223201280), sparse 1% (3118260224), duration 3876, 39/38 MB/s[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: transferred 236223 MB in 3876 seconds (60 MB/s)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: archive file size: 74.73GB[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: delete old backup '/mnt/pve/BACKUP_P5/dump/vzdump-qemu-108-2015_10_30-03_15_02.vma.lzo'[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: Finished Backup of VM 108 (01:05:04)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: Starting Backup of VM 109 (qemu)[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: status = running[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]INFO: Backup job finished with errors[/FONT][/COLOR]
[COLOR=#000000][FONT=tahoma]TASK ERROR: job errors[/FONT][/COLOR]
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!