[SOLVED] I can not backup.

mehmethanifi

Renowned Member
Dec 15, 2016
61
5
73
40
I want to get a backup. But I am getting the following error.What could be the reason.

INFO: starting new backup job: vzdump 100 --mode snapshot --node server1 --remove 0 --storage local --compress lzo
INFO: Starting Backup of VM 100 (qemu)
INFO: status = running
INFO: update VM 100: -lock backup
INFO: VM Name: DB
INFO: include disk 'ide0' 'local-lvm:vm-100-disk-1'
ERROR: Backup of VM 100 failed - storage 'local-lvm' does not exists
INFO: Backup job finished with errors
TASK ERROR: job errors

/etc/pve/storage.cfg settings is below.

dir: local
path /var/lib/vz
content images, iso,vztmpl,backup,rootdir
maxfiles 0




lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images

Thanks.
 
maxfiles in backup storage should be more than 0. You can fix it via storage definition.
 
I made maxfiles 9. But the result did not change.


Task viewer: Backup

OutputStatus

Stop
INFO: starting new backup job: vzdump 100 --compress lzo --mode snapshot --node server1 --remove 0 --storage local
INFO: Starting Backup of VM 100 (qemu)
INFO: status = running
INFO: update VM 100: -lock backup
INFO: VM Name: DB
INFO: include disk 'ide0' 'local-lvm:vm-100-disk-1'
ERROR: Backup of VM 100 failed - storage 'local-lvm' does not exists
INFO: Backup job finished with errors
TASK ERROR: job errors

cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content images, iso,vztmpl,backup,rootdir
maxfiles 9
 
sorry.
cat /etc/pve/qemu-server/100.conf
agent: 1
bootdisk: ide0
cores: 6
hotplug: disk,network,usb,cpu
ide0: local-lvm:vm-100-disk-1,size=300G
ide2: none,media=cdrom
memory: 14880
name: DB
net0: rtl8139=6E:61:8E:B7:6F:13,bridge=vmbr0
net1: e1000=02:C7:11:89:81:F3,bridge=vmbr0
numa: 0
onboot: 1
ostype: win8
parent: dbkuruldu
scsihw: virtio-scsi-pci
smbios1: uuid=fc119a03-1ca7-48c4-9177-7098aa83f0eb
sockets: 1

[TemizKurulum]
#G%C3%BCncellemeler yap%C4%B1ld%C4%B1
bootdisk: ide0
cores: 6
ide0: local-lvm:vm-100-disk-1,size=300G
ide2: local:iso/SQL_Svr_Standard_Edtn_2012w_SP3_64Bit.ISO,media=cdrom,size=39191 14K
machine: pc-i440fx-2.6
memory: 14880
name: DB
net0: rtl8139=6E:61:8E:B7:6F:13,bridge=vmbr0
numa: 0
onboot: 1
ostype: win8
scsihw: virtio-scsi-pci
smbios1: uuid=fc119a03-1ca7-48c4-9177-7098aa83f0eb
snaptime: 1482914903
sockets: 1
vmstate: local-lvm:vm-100-state-TemizKurulum

[dbkuruldu]
#db kurulumu yapildi
bootdisk: ide0
cores: 6
ide0: local-lvm:vm-100-disk-1,size=300G
ide2: none,media=cdrom
machine: pc-i440fx-2.6
memory: 14880
name: DB
net0: rtl8139=6E:61:8E:B7:6F:13,bridge=vmbr0
numa: 0
onboot: 1
ostype: win8
parent: TemizKurulum
scsihw: virtio-scsi-pci
smbios1: uuid=fc119a03-1ca7-48c4-9177-7098aa83f0eb
snaptime: 1482929441
sockets: 1
vmstate: local-lvm:vm-100-state-dbkuruldu
root@server1:~#
 
Thank you for your attention. I will continue to investigate the subject. I restarted the server. I hope it opens :)