onlyjob
onlyjob
Also, just to add to my previous comment, it is important to preserve the original storage class. Under no circumstances data should be allowed to relocate merely if a different...
Biggest implication of this problem is that currently _snapshots are incompatible with storage classes_. If I have snapshotted data and I want to change a storage class on the data...
Just to confirm that altering storage class `2` (e.g. `mfsscadmin /mnt/mfs modify 2 -K M,P -f`) does not pin data as expected. Yesterday I've removed the last snapshot that had...
For now Erasure Coding seems to be a feature of non-free _MooseFS Pro_ v4... :( It would be great to allow users of free _MooseFS_ to have access to that...
@guestisp, please don't mix up _zero price_ and _free_. _Pro_ edition is non-free, i.e. _proprietary_: https://moosefs.com/license-pro/
It is not open source when its sources are not open. :) Where are the sources? "source code" link at moosefs.com points here, where I can not find sources of...
These days LizardFS team is not even fixing bugs any more... :( Dynamics is so bad that they've fixed no more than few issues in the last 12 months. Their...
I can only maintain one system... To me _MooseFS_ is not an option until erasure coding becomes mainstream...
I think it is a strategic mistake of the MooseFS team to withhold erasure coding from the community. Three of the closest competitors (LizardFS, RozoFS, Ceph) - all have erasure...
If I had to implement Erasure Coding for MooseFS, I would have taken [Mojette Transform](https://en.wikipedia.org/wiki/Mojette_Transform) implementation from [RozoFS](https://github.com/rozofs/rozofs) - it is licensed under [compatible license](https://github.com/rozofs/rozofs/blob/master/COPYING) (GPL-2). Mojette Transform is the...