jbarrigafk
jbarrigafk
We use lizardfs to store millions of small files, through our web service we must have them available to our customers. Our first cluster in lizardfs tried to have URAFT...
Hello, thanks for answering My cluster at this time uses 61 GB memory RAM. mfsmaster1-sv = 94 GB, SSD for DATA_PATH mfsmaster2-sv = 256 GB, SSD for DATA_PATH mfsmaster3-sv =...
yesterday I tried these commands that I saw in another old post ``` trap -- '' SIGPROF ; trap -- '' SIGVTALRM mfsmaster -c /etc/mfs/mfsmaster.cfg -o ha-cluster-managed -o initial-personality="shadow" start...
In a testing environment, do the following: master1 - systemctl start lizardfs-uraft (primary) master2 - systemctl start lizardfs-uraft (slave) master3 - systemctl start lizardfs-uraft (slave) ``` [root@master2 ~]# ps aux...
my master cpu usage is always 100% when lizardfs-uraft starts, i think PROF signal appears by a long cpu usage. How can i handle cpu usage then? I change default...
yum install cplimit cpulimit -p PID -l 75 I limited the use of cpu to 75% for the mfsmaster process and even after about 20 minutes, it died by ```...
> > However, I do not correctly load the metadata.mfs file, the logs are the following: > > ``` > > May 13 17:42:53 mfsmaster3-sv mfsmaster[23769]: error reading metadata (edge)...
we decided to remove the uraft function and only work with master / shadow, even so, only one of the metadata servers is the one that starts correctly, the other...
an apology for a delayed answer. I tried to play the segfault in another test environment using the same metadata.mfs of my productive masters. No segfault appears in the test...
@kaitoan2000 At this time I could not give this problem time due to the workload I have, but I was reading and I think that some value should be increased...