lizardfs v3.12.0-rc1 Release Notes

Release Date: 2017-11-28 // over 6 years ago
  • Dear Users,

    ๐Ÿš€ 3.12.0-rc (release candidate) is officially out!

    Featuring:

    • C API
    • ๐Ÿ”Œ nfs-ganesha plugin
    • RichACL - a new POSIX + NFSv4 compatible ACL standard
    • ๐Ÿ‘ OSX ACL support through osxfuse
    • ACL in-memory deduplication
    • 0๏ธโƒฃ client readahead enabled by default
    • ๐Ÿ”’ file lock fixes
    • ๐Ÿ‘ AVX2 support for erasure code goals
    • ๐Ÿ›  MinGW compilation fixes
    • more flexible chunkserver options
    • ๐Ÿ›  many fixes

    Detailed info:

    • C API *

    LizardFS 3.12 comes with liblizardfs-client library and C language API header.
    ๐Ÿ— It's now possible to build programs/plugins with direct support for LizardFS operations,
    ๐Ÿ‘€ no FUSE needed. For reference, see:
    src/mount/client/lizardfs_c_api.h
    src/data/liblizardfs-client-example.c

    For those building LizardFS from source, pass a -DENABLE_CLIENT_LIB=YES flag to cmake
    ๐Ÿ— in order to make sure you're building client library as well.

    • ๐Ÿ”Œ nfs-ganesha plugin *

    ๐Ÿ”Œ Our official plugin for Ganesha NFS server is included as well. This plugin enables
    a LizardFS FSAL (File System Abstraction Layer) to Ganesha, which is then used
    ๐Ÿ”Œ to access LizardFS clusters directly. Our new plugin is pNFS and NFSv4.1 friendly.

    For those building LizardFS from source, pass a -DENABLE_NFS_GANESHA=YES flag to cmake in order to make sure you're building client library as well.

    RichACL *
    ๐Ÿ‘ In order to extend POSIX access control list implementation we introduced RichACL support.
    Backward compatibility with POSIX ACLs is guaranteed. Additionally, it's possible to use NFSv4-style ACL tools (nfs4_getfacl/nfs4_setfacl) and RichACL tools (getrichacl/setrichacl) to manage more complicated access control rules.

    OSX ACL *
    ๐Ÿ’ป Setting/getting ACLs is also possible on OSX via both command line chmod/ls -e interface and desktop.

    ๐Ÿ”’ File lock fixes *
    ๐Ÿ”’ Global file locking mechanism is now fully fixed and passes all NFS lock tests from connectathon suite.

    AVX2 *
    Erasure code goal computing routines now take full advantage of AVX2 processor extensions.

    MinGW *
    ๐Ÿ†“ LizardFS is now bug-free again for MinGW cross-compiling.

    Chunkserver options *
    ๐Ÿ”ง Replication limits are now fully configurable in chunkserver config.
    โœ… Also, chunk test (a.k.a. scrubbing) has 1 millisecond precision now instead of previous 1 second, which allows users to turn on more aggressive scrubbing with simple chunkserver reload.

    Cheers,
    LizardFS Team