Questions tagged [seaweedfs]

23 questions
2
votes
1 answer

How to run seaweedFS as a daemon?

Started and tested a multi-server seaweedFS setup as below which is working great: ./weed server -dir=/VolA,/VolB -s3 -s3.config=weed.json -s3.port=9001 -master.defaultReplication="010" -master.peers=ip1:9333,ip2:9333,ip3:9333 -ip=ip1…
Geert-Jan
  • 18,623
  • 16
  • 75
  • 137
2
votes
1 answer

Seaweedfs: TTL options for S3 and/or volume

I'm really interested in TTL feature for files found in Seaweedfs. The only missing part in my understanding is interaction with S3 and on the volume level. Currently my app is using S3 libraries to interact with the storage. It writes a lot of…
nightcat
  • 43
  • 4
2
votes
1 answer

Add volume to SeaweedFS docker-compose file

I just working with SeaweedFS for a few days and I want to create multiple master and volume and filer in docker-compose so I just do that this way: version: '2' services: master_1: image: chrislusf/seaweedfs ports: - 9333:9333 …
MasOOd.KamYab
  • 944
  • 11
  • 25
2
votes
1 answer

SeaweedFS k8s 100 hdd

Looking at seaweedfs, want to replace minio. Main reason - seaweedfs can easily be enlarged with any amount of nodes/disks. But have several questions close to my infrastructure. Now I have 2 nodes with 100 hdds each (HPE CL5800), they were included…
krakazyabra
  • 31
  • 1
  • 4
1
vote
0 answers

Access SeaweedFS volume server dashboard running in kubernetes cluster

I have deployed SeaweedFS stack into on-promises k8s cluster. The deployed instances are 1 master server, 1 volume server, 1 filer and S3 API gateway. I defined k8s Deployment and Service on my own and I was able to make the stack running in the…
Won Kim
  • 31
  • 2
1
vote
0 answers

SeaweedFS - Added new volume server but not able to add new files

I've one master(x.x.x.61), one volume(x.x.x.63) and one filer + s3API (x.x.x.62) setup on 3 separate machines. I added a new volume server (x.x.x.64) because I've max out the storage space on the first volume server. But I'm still not able to add…
chrizonline
  • 4,779
  • 17
  • 62
  • 102
1
vote
0 answers

Read / Write large amounts of files daily

We receive around 10 million images per day ranging in size from 3kb to 200kb. At peak times it is around 400 images per second. It is an average of around 30kb per image. At the moment all these images come into a single server with a 1TB NVMe SSD…
Mudders
  • 127
  • 2
  • 12
1
vote
1 answer

Seaweedfs volume management

I have 2 questions concerning a Seaweedfs cluster we have running. The leader is started with the following command: /usr/local/bin/weed server -ip=192.168.13.154 -ip.bind=192.168.13.154…
brpauwels
  • 13
  • 5
1
vote
1 answer

SeaweedFS How to set readTimeout argument?

I have read through the seaweedfs wiki and found that there is an argument that could be helpful in my case of handling large files over unpredictable network connections this argument is -readTimeout= as described in the wiki optimization page…
1
vote
1 answer

SeaweedFS EC and cold data

During testing seaweedfs, questions began to appear. Can you explain me, what is hot, warm and cold data in seaweedfs logic? And second question about erasurecoding: does it work only with warm data? Cannot I use it for hot or cold? If I don't have…
krakazyabra
  • 31
  • 1
  • 4
1
vote
1 answer

How to achievd HA of seaweedfs volume server?

I have two volume server in the same rack. And my replication is 001, if one of the volume server has down, Since the replication is 001, So the upload function will not be available. How to ensure high availability of volume server? If I have fix…
Esc
  • 521
  • 13
  • 30
1
vote
1 answer

Unknown SeaweedFs Filer API response format

I've installed the last SeaweedFS version (version 30GB 1.72 linux amd64) using docker-compose, I'm running master, volume and filer servers. All the system seems to work OK, I can upload and download files, however the API response when I query on…
Roberto
  • 8,586
  • 3
  • 42
  • 53
0
votes
0 answers

Unable to start a One Master Server and One Volume Server: port 19333:connection refused

I tried to build a simple one master server and one volume server according to the "Quick Start with Single Binary" section in official README.md, but failed on port 19333 connection refused. Environment I tried both on a local VMWare machine and an…
Lyudmila Sun
  • 11
  • 1
  • 2
0
votes
0 answers

seaweedfs config for new mounted volume with same existed bucket?

I have config a seaweedfs cluster with 1 master, 1 volumn (SSD disk), 1 filer and 1 s3 server (1cluster - 4 server). But now my volumn server is nearly full of disk, so I have add a 2nd volumn server(HHD disk) and mounted it to master by following…
voxter
  • 853
  • 2
  • 14
  • 30
0
votes
1 answer

What is the purpose of port 19333 for SeaweedFS?

I have this error: I0929 12:58:57.623373 volume_grpc_client_to_master.go:43 checkWithMaster 172.20.16.35:19333: get master 172.20.16.35:19333 configuration: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while…
René Heuven
  • 197
  • 16
1
2