-
Notifications
You must be signed in to change notification settings - Fork 81
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
Microsoft.Build.CopyOnWrite sometimes errors on build hosts #546
Comments
Thanks for the bug report. Agreed this is a case to fix in the CoW library. I'll get started on a fix ASAP. |
The following SDK package versions have been released to nuget.org with a fix:
Please give them a try. |
Thanks for the quick response, I'll update (but given the rarity it's likely a fix that'll be hard to prove is fixed other than it not occurring) |
Didn't hear back after 3 weeks, closing this as completed. Please reopen if you hit the problem again. |
Hi, I'm not aware of any of our builds having the problem since updating to the fixed version. So very much seems fixed. Thanks |
Hi,
We've added CopyOnWrite to our builds, but every so often our build servers get an exception while trying to initialize the task, which I believe is some kind of volume has been removed/isn't accessible.
I'm not sure if there's an error case that needs better handling so that the code assumes it shouldn't do COW on a volume it can't find. (We may simply disable CoW for our windows build servers, as they're not using ReFS so don't benefit from the nuget anyway).
Thanks,
Chris
The text was updated successfully, but these errors were encountered: