Skip to content
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

fuse mount - metadata stale for brief period after upload #373

Open
tobiasgrosser opened this issue Aug 6, 2016 · 3 comments
Open

fuse mount - metadata stale for brief period after upload #373

tobiasgrosser opened this issue Aug 6, 2016 · 3 comments
Labels

Comments

@tobiasgrosser
Copy link

When running the following command, I get an unexpected output:

cp ~/File100BMbyte  . && ls -l File100MByte
-rwxrwxr-x 1 grosser grosser 0 Aug  6 08:37 File100MByte

The filesize is not updated even thought the copy completed. Only if I put a 'sleep 5' between the copy and the ls, the filesize is printed reliably.

This is a problem, as 'btrbk' uses the filesize to check if the backup creation succeeded. When backing up to acd_cli this check always fails, which means backing up with btrbk is not possible
without hacking a 'sleep 5' into btrbk.

@ThomasWaldmann
Copy link

Hmm, the fuse process should know the right file metadata, so it should never return inconsistent data.

@tobiasgrosser
Copy link
Author

That's what I believe. Add this is apparently not the case, it seems to
be some kind of bug. Did you try to reproduce this behavior?

On Wed, Aug 10, 2016, at 12:32 PM, TW wrote:

Hmm, the fuse process should know the right file metadata, so it should
never return inconsistent data.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#373 (comment)

@ThomasWaldmann
Copy link

I was just processing an issue report from a borgbackup user (see https://github.com/borgbackup/borg ) - looking here for similar issues with acd_cli fuse consistency. I do not personally use acd_cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants