Closed tobiasstein closed 9 years ago
Looks similar to #15 ... Apparently this can also happen if one of the files which are subjected to the clone() syscall are marked as nodatacow (lsattr shows C). I think bedup should then skip these files from deduplication instead of erroring out... Could this be fixed, @g2p ?
You could try:
strace -e openat bedup dedup |& grep -v AT_FDCWD
to see which files are creating the problem, and then run lsattr to prove my theory.
For me this happens on many machines since I have /tmp as nodatacow to make file deletion there a bit faster.
bedup crashes with: