Questions tagged [moosefs]

MooseFS: a distributed file system

MooseFS is fault tolerant network distributed file system for POSIX compliant OSes. It spreads data over several physical servers which are visible to the user as one resource. It has open source and proprietary versions.

9 questions
2
votes
1 answer

how to manually empty moosefs trash folder to save space

I found that moosefs trash take too much of my disk space. according to moosefs documentation, it will keep it for a while in case user want it back. But How to clean it up manually to save space?
scott huang
  • 1,868
  • 2
  • 16
  • 31
2
votes
2 answers

SyntaxError: invalid syntax in mfs.cgi

I run MooseFS CGI Server based on Python in my RedHat server, and I get an weird syntax error: Traceback (most recent call last): File "/usr/sbin/mfscgiserv", line 300, in run_cgi execfile(self.file_name) File "/usr/share/mfscgi/mfs.cgi",…
1
vote
1 answer

Searching a cluster filesystem (file storage) that is up-to-date and runs on both FreeBSD and Linux well

I have a FreeBSD 12.1-RELEASE server and a CentOS 7 server. Both run on amd64. I would like to set up a cluster file system, that runs on both platforms well. It should have CentOS 7 packages and FreeBSD packages. The solutions should be open-source…
Ronny Forberger
  • 157
  • 1
  • 14
0
votes
1 answer

moosefs - I have a few lingering files in the "sustained" folder (mounted -o mfsmeta), how do I clean up?

I've been cleaning up my mfs installation and found a few files showing up as "sustained" on the mfscgi list (I have disconnected a server that has these chunks), but also they show up in the mfsmeta filesystem, under "sustained". How can I clean…
Kuba Tyszko
  • 348
  • 1
  • 8
0
votes
1 answer

chunk_xxx.mfs more and more ,How to setting biggest number?

In mfshdd.cfg file I setting path is /data/mfs Using MFS for several year,I found the /data/mfs more and more biger.I don't know How to setting mfsXXX.cfg to auto delete ?Anyone know please help me
user5777248
0
votes
1 answer

How to recover master from a backup on moosefs-ce.2.0

My mfs version is moosefs-ce-2.0, it is installed on debian6 which is ext3 filesystem. There are a master and a metalogger and some chunkserver, when my master is down. How to recover master from metalogger? The documentation moosefs.org provided is…
0
votes
3 answers

High Availability Of MooseFS Master

I have a setup where we are running 1 Master and 3 chunk servers . In case one of my chunk servers goes down My set up is working fine .I want the same functionality with my Master server too .How can I do that ? My exact need is : I am going to…
Sandeep Das
  • 920
  • 7
  • 21
0
votes
1 answer

moosefs chunkserver breakdown, how to repaire?

My setup is is like this: 1 master server 4 chunk server Now one of the chunk server is break down, and the data can not recovered. Can I repair all the data from master server? How to do it?
truease.com
  • 1,123
  • 2
  • 15
  • 29
-2
votes
2 answers

How to improve read/write speed when using distributed file system?

If I browse the Distributed File System (DFS) shared folder I can create a file and watch it replicate almost immediately across to the other office DFS share. Accessing the shares is pretty instant even across the broadband links. I would like to…
5377037
  • 9,493
  • 12
  • 43
  • 73