Hi,
Since version 4.0 backing up a running container or a VM was working fine. After the upgrade to 4.1 if the container is running and the backup has the "stop" option (stop the CT, make the backup and restart) it seems not to wait for the running container to stop and when it mounts the container's raw file under /mnt/vzsnap0 it fails with the following error:
INFO: stopping vm
INFO: creating archive '/media/vms/dump/vzdump-lxc-400-2015_12_19-14_08_12.tar.lzo'
mount: wrong fs type, bad option, bad superblock on /dev/loop7,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
umount: /mnt/vzsnap0/: not mounted
command 'umount -l -d /mnt/vzsnap0/' failed: exit code 32
In 2 out of 7 containers running, the backup worked fine but it clearly took much more time to shutdown the running CT with respect the faulty ones (the successful backups took 50-60 seconds between the log message "INFO: stopping vm" and the next message "INFO: creating archive ...", while for the faulty one that time lapse lasted 15-25 seconds).
If the container is switched off manually before doing the backup, it works fine.
Thanks in advance!
Since version 4.0 backing up a running container or a VM was working fine. After the upgrade to 4.1 if the container is running and the backup has the "stop" option (stop the CT, make the backup and restart) it seems not to wait for the running container to stop and when it mounts the container's raw file under /mnt/vzsnap0 it fails with the following error:
INFO: stopping vm
INFO: creating archive '/media/vms/dump/vzdump-lxc-400-2015_12_19-14_08_12.tar.lzo'
mount: wrong fs type, bad option, bad superblock on /dev/loop7,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
umount: /mnt/vzsnap0/: not mounted
command 'umount -l -d /mnt/vzsnap0/' failed: exit code 32
In 2 out of 7 containers running, the backup worked fine but it clearly took much more time to shutdown the running CT with respect the faulty ones (the successful backups took 50-60 seconds between the log message "INFO: stopping vm" and the next message "INFO: creating archive ...", while for the faulty one that time lapse lasted 15-25 seconds).
If the container is switched off manually before doing the backup, it works fine.
Thanks in advance!