- `AGIOS <https://github.com/francielizanon/agios>`_ (commit c26a654 or
newer) to enable the :code:`GekkoFWD` I/O forwarding mode.
- `PARALLAX` There are two different metadata backends in GekkoFS. The default one uses `rocksdb`, however an alternative based on `PARALLAX` from `FORTH`
is available. To enable it, use the `-DGKFS_ENABLE_PARALLAX:BOOL=ON` option, you can also disable `rocksdb` with `-DGKFS_ENABLE_ROCKSDB:BOOL=OFF`.
Once it is enabled, `--dbbackend` option will be functional.
- :code:`PARALLAX` There are two different metadata backends in GekkoFS. The default one uses :code:`rocksdb`, however
an alternative based on :code:`PARALLAX` from :code:`FORTH` is available. To enable it, use the
:code:`-DGKFS_ENABLE_PARALLAX:BOOL=ON` option, you can also disable :code:`rocksdb` with
:code:`-DGKFS_ENABLE_ROCKSDB:BOOL=OFF`. Once it is enabled, :code:`--dbbackend` option will be functional.
.. _step_by_step_installation:
@@ -213,3 +214,83 @@ appropriate subdirectories of :code:`GKFS_INSTALL_PATH`: