reflink icon indicating copy to clipboard operation
reflink copied to clipboard

ReFS parallel (multithreaded) clones of single source file can fail

Open erikmav opened this issue 2 years ago • 2 comments

See https://github.com/microsoft/CopyOnWrite/issues/3 where creating clones can return success but the file is all zeroes (i.e. region clone did not actually take effect). PR in which I added serialization based on source path to make things fully stable: https://github.com/microsoft/CopyOnWrite/pull/6

I don't have a solution for this. Working on filing an issue with Windows team but any fix would be a long time coming.

erikmav avatar Sep 07 '22 21:09 erikmav

Also see cross-process mutex implementation in https://github.com/microsoft/CopyOnWrite/pull/9

erikmav avatar Sep 15 '22 01:09 erikmav

Tracking and more details on the bug in https://github.com/microsoft/CopyOnWrite/issues/12

erikmav avatar Sep 15 '22 22:09 erikmav