Hi Guys,
I've Proxmox 6.1, cluster (3 nodes) and shared storage for the vms, this are LVM volumes and finally NAS server for backup. The problem is about backup vm's, some virtual machines says "Backup Job Failed because VM is not running" and the process is cancelled and the machine is ends off .
About system information:
Storage setting
Storage size
Searched the logs but not have error.
Thanks.
I've Proxmox 6.1, cluster (3 nodes) and shared storage for the vms, this are LVM volumes and finally NAS server for backup. The problem is about backup vm's, some virtual machines says "Backup Job Failed because VM is not running" and the process is cancelled and the machine is ends off .
Code:
NFO: status: 16% (5504040960/34359738368), sparse 4% (1574989824), duration 50, read/write 148/148 MB/s
INFO: status: 17% (5962530816/34359738368), sparse 4% (1576054784), duration 53, read/write 152/152 MB/s
INFO: status: 18% (6382288896/34359738368), sparse 4% (1576587264), duration 56, read/write 139/139 MB/s
INFO: status: 19% (6839271424/34359738368), sparse 4% (1576738816), duration 59, read/write 152/152 MB/s
INFO: status: 21% (7260078080/34359738368), sparse 4% (1577033728), duration 62, read/write 140/140 MB/s
ERROR: VM 4214 not running
INFO: aborting backup job
ERROR: VM 4214 not running
ERROR: Backup of VM 4214 failed - VM 4214 not running
INFO: Failed at 2021-02-10 11:01:27
INFO: Backup job finished with errors
TASK ERROR: job errors
About system information:
Code:
root@proxmox01:~# pveversion
pve-manager/6.1-7/13e58d5e (running kernel: 5.3.18-2-pve)
root@proxmox01:~# lvdisplay |grep 4214
LV Path /dev/LUN_SAS/vm-4214-disk-0
LV Name vm-4214-disk-0
root@proxmox01:~# lvs |grep 4214
vm-4214-disk-0 LUN_SAS -wi------- 32.00g
root@proxmox01:~#
Storage setting
Code:
nfs: BACKUP
export /BACKUP
path /mnt/pve/BACKUP
server 10.10.6.232
content backup
maxfiles 2
Storage size
Code:
root@proxmox01:~# df -h |grep BAC
10.10.6.232:/BACKUP 22T 2.0T 20T 9% /mnt/pve/BACKUP
root@proxmox01:~#
Searched the logs but not have error.
Thanks.