Hallo,
ich habe bei einem Host vor einer Woche zusätzliche HDDs (als Archiv) eingebaut und die in einer LXC (Turnkey-File Server) als Mountpoint hinzugefürt.
Hat auch soweit geklappt und man kann auch in den Mountpoint, vom Windows-Klient aus schreiben und Dateien ablegen.
Seither ist allerdings das Backup fehlerhaft.
Die neue (Hardware-RAID1) Fesplatte wird in einem Unterordner der bereits bestehenden Ordnerstruktur (mp1) gemountet (als mp0).
Wurde so von der GUI gemanaged.
rootfs ('/')
mp0 ('/mnt/daten/Projekte/Archiv_Projekte') !!! neue HDD !!!
mp1 ('/mnt/daten') !!! vorhandene SSD !!!
Hier bin ich mit Proxmox auf der Version 6.4-13. Der Plan ist zum Jahreswechsel auch auf die 7er upzudaten.
Sollten die Mountpoints nicht eher MP0 bestehende SSD und MP1 neue HDD sein?
Wenn ja, wie mache ich das ohne Daten zu verlieren?
danke für eure Hilfe.
SG
ich habe bei einem Host vor einer Woche zusätzliche HDDs (als Archiv) eingebaut und die in einer LXC (Turnkey-File Server) als Mountpoint hinzugefürt.
Hat auch soweit geklappt und man kann auch in den Mountpoint, vom Windows-Klient aus schreiben und Dateien ablegen.
Seither ist allerdings das Backup fehlerhaft.
Die neue (Hardware-RAID1) Fesplatte wird in einem Unterordner der bereits bestehenden Ordnerstruktur (mp1) gemountet (als mp0).
Wurde so von der GUI gemanaged.
rootfs ('/')
mp0 ('/mnt/daten/Projekte/Archiv_Projekte') !!! neue HDD !!!
mp1 ('/mnt/daten') !!! vorhandene SSD !!!
Code:
INFO: starting new backup job: vzdump 201 --quiet 1 --mailto aazt@backup-loesung.com --storage usb-sdb1 --mode snapshot --mailnotification always --compress zstd
INFO: Starting Backup of VM 201 (lxc)
INFO: Backup started at 2021-11-27 00:15:02
INFO: status = running
INFO: CT Name: FILES
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('/mnt/daten/Projekte/Archiv_Projekte') in backup
INFO: including mount point mp1 ('/mnt/daten') in backup
INFO: found old vzdump snapshot (force removal)
Logical volume "snap_vm-201-disk-0_vzdump" successfully removed
Logical volume "snap_vm-201-disk-0_vzdump" successfully removed
Logical volume "snap_vm-201-disk-1_vzdump" successfully removed
Logical volume "snap_vm-201-disk-1_vzdump" successfully removed
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: suspend vm to make snapshot
INFO: create storage snapshot 'vzdump'
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Logical volume "snap_vm-201-disk-0_vzdump" created.
WARNING: Sum of all thin volume sizes (1.76 TiB) exceeds the size of thin pool pve/data and the size of whole volume group (<1.75 TiB).
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Logical volume "snap_vm-201-disk-0_vzdump" created.
WARNING: Sum of all thin volume sizes (<11.01 TiB) exceeds the size of thin pool Archiv/Archiv and the size of whole volume group (<5.46 TiB).
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Logical volume "snap_vm-201-disk-1_vzdump" created.
WARNING: Sum of all thin volume sizes (3.37 TiB) exceeds the size of thin pool pve/data and the size of whole volume group (<1.75 TiB).
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.
Logical volume "snap_vm-201-disk-1_vzdump" created.
WARNING: Sum of all thin volume sizes (<11.02 TiB) exceeds the size of thin pool Archiv/Archiv and the size of whole volume group (<5.46 TiB).
umount: /mnt/vzsnap0/mnt/daten/Projekte/Archiv_Projekte: no mount point specified.
command 'umount -l -d /mnt/vzsnap0/mnt/daten/Projekte/Archiv_Projekte' failed: exit code 32
INFO: resume vm
INFO: guest is online again after 1 seconds
ERROR: Backup of VM 201 failed - failed to create path: /mnt/vzsnap0/mnt/daten/Projekte: No such file or directory
INFO: Failed at 2021-11-27 00:15:05
INFO: Backup job finished with errors
TASK ERROR: job errors
Hier bin ich mit Proxmox auf der Version 6.4-13. Der Plan ist zum Jahreswechsel auch auf die 7er upzudaten.
Sollten die Mountpoints nicht eher MP0 bestehende SSD und MP1 neue HDD sein?
Wenn ja, wie mache ich das ohne Daten zu verlieren?
danke für eure Hilfe.
SG