-
Notifications
You must be signed in to change notification settings - Fork 8
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
implement reconstruct #28
Comments
@xiang90 looks like we need to hook up the server to initiate request to other servers for reconstruction right? looks like you've already hook up jerasure, perhaps I can help doing the calls part |
@tnachen Right. Basically we want to pull source files from other cfs nodes to /dev/shm (tmpfs), then reconstruct the target files onto disk. |
@xiang90 can you add me to the org? I can't assign myself this |
@tnachen We start to roll up the wheel again. Are you still working on this one? |
@yichengq hey good to know! I have a WIP patch in my repo that I can try to finish this few days. I forgot about this a bit and did other stuff, I have time to work on this now so I can look at it. |
@tnachen 👍 |
@tnachen How is it going? I could work it with you if you meet problems with it. Or I can continue with your WIP patch too. |
@yichengq sorry got occupied again earlier :( I do have some time but I think it's safer to give it to you if you're more available, or we can even work together. Yes please take over from my WIP patch |
use https://github.com/tsuraan/Jerasure/blob/master/src/jerasure.c#L1453.
The text was updated successfully, but these errors were encountered: