1. Apr 04, 2024
    • Marc Vef's avatar
      Proxy build and working · 5dfe4b9c
      Marc Vef authored
      5dfe4b9c
    • Marc Vef's avatar
      Hermes update · d3230334
      Marc Vef authored
      d3230334
    • Marc Vef's avatar
      Proxy added (old version) · 929181a4
      Marc Vef authored
      Hermes update
      
      Integrate proxy into existing code base
      
      small fixes
      
      Missed adding some code
      
      gkfs script updates, io500 config and mogon2 config update
      
      gkfs run script proxy support
      
      gkfs proxy runner bugfix
      
      proxy client verbosity decrease
      
      include missing
      
      proxy create bug fix
      
      Support lgetxattr()
      
      remove proxy from script start and modify config.hpp
      
      Adding get_chunk_stat proxy to client
      
      Adding get_chunk_stat proxy to proxy
      
      Adding get_chunk_stat proxy to daemon
      
      Adding get_chunk_stat public id to client
      
      Add warning when proxy is enabled but code is not run
      
      Some Proxy log info
      
      Adding get_dirents_single proxy to client
      
      Adding get_dirents_single proxy to proxy
      
      Adding get_dirents_single proxy to daemon
      
      Adding get_dirents_single proxy public id to client
      
      getdirents extended proxy bugfix
      929181a4
  2. Feb 19, 2024
  3. Feb 15, 2024
  4. Feb 14, 2024
  5. Feb 06, 2024
  6. Jan 31, 2024
  7. Dec 20, 2023
  8. Nov 28, 2023
  9. Nov 23, 2023
  10. Oct 17, 2023
  11. Oct 16, 2023
  12. Oct 02, 2023
    • Alberto Miranda's avatar
      Merge branch 'rnou/268-remove-parallax-testing' into 'master' · 91d69338
      Alberto Miranda authored
      Resolve "Remove Parallax Testing"
      
      This MR updates testing for the new docker CI environment:
      - Removes Parallax Testing to make faster tests (we will activate again if needed, or changes are applied)
      - Adds cstdint for uint types (gcc 10..)
      - Updates python sh library/package to a newer version. This solves and produces some changes.
      - Solved a bug in sfind
      
      Closes #268
      
      Closes #268
      
      See merge request !169
      91d69338
  13. Sep 29, 2023
  14. Sep 28, 2023
  15. Sep 27, 2023
  16. Sep 22, 2023
  17. Jun 20, 2023
    • Marc Vef's avatar
      Merge branch 'marc/58-support-spack-and-others' into 'master' · 2730a9ce
      Marc Vef authored
      Resolve "Support Spack and others"
      
      ### Usage information
      
      Download Spack and setup environment:
      ```bash
      git clone -c feature.manyFiles=true https://github.com/spack/spack.git
      . spack/share/spack/setup-env.sh
      ```
      Add GekkoFS Spack repository to Spack:
      ```bash
      spack repo add gekkofs/scripts/spack
      ```
      Check that Spack can find GekkoFS:
      ```
      spack info gekkofs
      ```
      Install GekkoFS (and run optional tests). Check `spack info gekkofs` for available option and versions:
      ```bash
      spack install gekkofs
      # for installing tests dependencies and running tests
      spack install -v --test=root gekkofs +tests
      ```
      Load GekkoFS into environment:
      ```
      spack load gekkofs
      ```
      If you want to use the latest developer branch of GekkoFS:
      ```
      spack install gekkofs@latest
      ```
      The default is using version 0.9.1 the last stable release.
      
      ### TODO
      
      - [x] Base Spack functionality, versions, and configuration support
      - [x] Documentation
      - [x] Advanced functionality, more detailed configuration support, e.g., Parallax and Prometheus
      - [x] More easy way to get path to client library
      - [x] Add GekkoFS client wrapper for `LD_PRELOAD`
      - [ ] Add final version to main Spack repository if possible. (Not possible right now as it not clear how 3rd party libraries should be treated.
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      Closes #58
      
      Closes #58
      
      See merge request !137
      v0.9.2_rc1
      2730a9ce
    • Marc Vef's avatar
      Fix Sphinx syntax · 3f59f7ad
      Marc Vef authored
      3f59f7ad
    • Marc Vef's avatar
      Added README FAQ · 8321783b
      Marc Vef authored
      8321783b
    • Marc Vef's avatar
    • Marc Vef's avatar
      Finalizing Spack support and documentation · c58da6a6
      Marc Vef authored
      c58da6a6
    • Ramon Nou's avatar
      Rename support option · dfa057c2
      Ramon Nou authored and Marc Vef's avatar Marc Vef committed
      dfa057c2
    • Ramon Nou's avatar
      Add Parallax spack · fda0bf30
      Ramon Nou authored and Marc Vef's avatar Marc Vef committed
      fda0bf30
    • Ramon Nou's avatar
      Add prometheus package · 43149fc0
      Ramon Nou authored and Marc Vef's avatar Marc Vef committed
      43149fc0