-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug-0.2.5-renew] Restore fails #54
Comments
@lephisto do you have any idea? |
I am wondering why VM ID's are mixed up here:
Have you changed the ID for that Vm maybe? thanks, |
Hello, in the first case, yes, I recovered the backup from VM 104 and named it 114. In the second case, no, I restored VM 114 and named it 114. |
But the restore in the second case was OK, so it was just the issue that reporting was not ok? |
I double checked everything now for proper restore functionality. I can't reproduce your issue. I might write something into the docs, that if VM's have been renumbered one should start with a clean set of snapshots.. |
Hi, I actually don't know if the restore in the second case was successful, I didn't checked that after the RBD and division by 0 errors. The second case was a fresh VM, which never was backed up by this tool in the past. It was a fresh backup with the new version. No VMID renumbering. I might give it a new try in the future to further analyze this... |
Hello developpers ;)
We identified that the regex into the the function "restore" do not match correctly the file name.
We do not want to change CEPH pool we've decided to "fork" the code and inclue our file name specification :
|
Hi, Thanks |
@GizMoOfr can you send a PR so I can test it. |
For full information using parameter --debug |
Hi,
Best regards |
Just ran into this too - the issue seems to be ceph pools that have numbers (and/or underscore if they are valid) in them. The second definition isn't even required though and could be removed entirely (or commented out to have the regex visible, but only active once in the code) |
Hi, best regards |
In my case I'm on a newly installed Proxmox 6.2-11 environment where I am testing backups for Ceph. When using 0.2.6 restores fail due to the same error. When I downgrade to 0.2.5 the backup restore is working. root@pve1:~# eve4pve-barc restore --vmid=201 --label='hourly' --path=/mnt/pve/backups |
Hi,
I just tested the new version (0.2.5-renew) on my test Proxmox environment, unfortunately I found some bugs. I might try to fix them myself and make a pull request, but due to the corona situation I'm quite busy now. Just want to report those bugs, so that others might be aware of it. But really nice improvements with fsfreeze, checksum check, etc.!!
I'm not able to run a restore with the new version. This backup/diff was already made with the new version. A restore with the version before (0.2.1) is working without any issue. Output:
Then I tried it with a new VM, which was never backed up by this tool. Those diffs were made manually within just several minutes in a row in comparison to the output above. With the version before, again, no problem. I got this output:
Stay healthy!
Greetings from Germany,
Andy
The text was updated successfully, but these errors were encountered: