ipfs / go-ipfs-http-client

[archived] Legacy Kubo RPC client, use kubo/client/rpc instead.
MIT License
109 stars 41 forks source link

Error while uploading file on IPFS #183

Closed tkb2501 closed 1 year ago

tkb2501 commented 1 year ago

Hi team,

I have setup a private IPFS cluster based network for decentralized files storage, and I'm using IPFS-Cluster-http client for adding files into the network. I have a setup of 3 cluster nodes and correspondingly 1 IPFS node against each of the Cluster node.

Now while adding multiple files using the /add API I'm getting the output of the stream data with multiple CIDs, but while I'm searching for those CIDs in my cluster node using:

ipfs-cluster-ctl pin ls | grep "[CID]"

I'm not able to fetch the details corresponding to passed CID, but while fetching the file using get API call by passing the given CID I'm able to retrieve the file.

And, while I'm trying to pin the CID manually by using:

ipfs-cluster-ctl pin add [CID]

then I'm getting this error:

/data/ipfs/datastore/368613.log: no space left on device

Can someone please help me with the issue?

lidel commented 1 year ago

For support questions like this, please use https://discuss.ipfs.tech/c/help/13