You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rightfully returns an error, but nevertheless apparently the file in a branch is created with the default owner/group, which effectively changes the file in the mounted filesystem.
Some debugging thoughts can be found here: #78
That may also happen in other places. It would also be interesting if there is a race condition.
One solution (that I think would require a bigger refactoring) is to first build the file for the write branch in a tmp directory and then rename it to the final destination instead of changing it "in place".
The text was updated successfully, but these errors were encountered:
I had the problem, that this line:
unionfs-fuse/src/fuse_ops.c
Line 85 in 24b46b6
rightfully returns an error, but nevertheless apparently the file in a branch is created with the default owner/group, which effectively changes the file in the mounted filesystem.
Some debugging thoughts can be found here: #78
That may also happen in other places. It would also be interesting if there is a race condition.
One solution (that I think would require a bigger refactoring) is to first build the file for the write branch in a tmp directory and then
rename
it to the final destination instead of changing it "in place".The text was updated successfully, but these errors were encountered: