Production Checklist: LeoFS¶
What version should we use?¶
Use the latest stable one.
With the version <= 1.3.0, LeoFS had a serious issue that may cause data-lost,
so that use at least >= 1.3.1.
Or in case you need to keep running LeoFS with older one for some reason,
make sure that large_object.reading_chunked_obj_len
<= large_object.chunked_obj_len
in leo_gateway.conf.
This setting prevent LeoFS from suffering Issue#531 (The last part of a large object can be broken with reading_chunked_obj_len > chunked_obj_len in leo_gateway.conf).
- See Also: