-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Qubes backup restoration error reporting does not give any details #6035
Comments
Just tried to reproduce this with a smaller (<1GB) VM and could not. |
It has been known for a long time that large VMs are problematic for |
a couple questions: |
In my experience, problems occur when I try to back up a large VM with compression when the data is not amenable to compression (e.g., already compressed or encrypted). In such cases, turning off compression ( |
@marmarta I definitely had very little disk space left. The backup was of an AppVM, and the destination was set to an external drive attached to sys-usb. I also had compression enabled, and a lot of the VM's data was photos or compressed backups - so not particularly amenable to compression. |
ok, so it seems it's a genuine problem of missing disk space (for compression tmp files etc.) - and also a bug in error reporting. Will push a fix in a couple minutes :) |
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
fixes QubesOS/qubes-issues#6035 (cherry picked from commit 53d17d6)
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Qubes OS version:
R4.0
Affected component(s) or functionality:
qubes-backup-restore
GUISteps to reproduce the behavior:
Expected or desired behavior:
The restore functionality tells me exactly what type of error occurred, at what point in the process.
Actual behavior:
The application simply shows "Finished, with errors" in red. It doesn't give any details as to what the error might have been, even on stdout.
General notes:
I'm consistently seeing these errors on a large, freshly-created backup of a single, ~350GB VM. Obviously there is some underlying bug that's causing corrupt backups to be created, which I would like to report, but I have no idea where to even start looking for this bug because the restore functionality doesn't tell me what the error was.
I put a btrfs filesystem on the drive I'm writing to specifically so I could rule out silent corruption due to the drive, and I was indeed able to successfully rule this out with a clean btrfs scrub. So the data that the restore functionality processes is definitely the data that Qubes backup produced.
I have consulted the following relevant documentation:
https://www.qubes-os.org/doc/backup-restore/
I am aware of the following related, non-duplicate issues:
#5393
#3498
#3216
The text was updated successfully, but these errors were encountered: