-
Notifications
You must be signed in to change notification settings - Fork 43
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
mergerfs-balance: Missing disk from stats + fail xattrs causing bail. #101
Comments
You want it to continue on error? Return code 23 means the file wasn't copied correctly. If you want that to be ignored I supposed I could create an error whitelist and option to allow them or not. |
Yeah, other files are copying okay. If that file cannot be balanced I want the destination to be removed if the source still exists and continue onwards. I suspect the |
That's not what the error says. The whole point of erroring is to ensure it can be manually managed because it's not possible to handle it automatically. That error you listed shows two different messages. If it skips errorred files you'll certainly miss them. I guess I could keep track of the error code and print them out at the end. The filename shouldn't impact rsync like that. Have you tried moving it yourself? |
My shell doesn't like the (R) but sha256sum, as well as stat and install work. I stat'd the file and compared sha1sum, they're identical. The container has the same permissions as xfs_fsr, and mergerfs-fsck (and is running as root / privileged). Working on figuring out why rsync is failing (it isn't a link, so that doesn't align). |
The text was updated successfully, but these errors were encountered: