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
ipfs add on azure filestore results in interrupted system call #7720
Comments
|
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
|
Do you have any way for folks to reproduce this issue? Is it unique to Azure, or happening in other environments as well? It looks like the issue is reading the file from the filesystem, not related to go-ipfs itself or its internal datastore, but if there's reproducible this is much easier to investigate. |
|
It's easily reproduced on azure. I can give you some credentials to a file
store if that would help.
…On Fri, Nov 6, 2020, 10:42 AM Adin Schmahmann ***@***.***> wrote:
Do you have any way for folks to reproduce this issue? Is it unique to
Azure, or happening in other environments as well?
It looks like the issue is reading the file from the filesystem, not
related to go-ipfs itself or its internal datastore, but if there's
reproducible this is much easier to investigate.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7720 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJS2V4ZSHJKC27NP5WFJ7GTSOQ7RFANCNFSM4SJMOXKQ>
.
|
|
Yes I am coming up with this problem too My way to create this is deploy IPFS as docker and use AZURE file store to add space to the / |
lizelive commentedOct 8, 2020
Version information:
go-ipfs version: 0.7.0
Repo version: 10
System version: amd64/linux
Golang version: go1.14.4
Description:
ipfs add -r -Q -p /mnt/dataset/Error: read /mnt/dataset/sample.jpg: interrupted system callI mounted some more drives and am copying the files and that seems to be working but I am wondering what i am doing well. I would prefer in the future not to need to do that as these are pretty big datasets and the extra copy stage takes several hours.
The text was updated successfully, but these errors were encountered: