Skip to content
  1. May 10, 2018
    • Tommaso Tocci's avatar
      Add support for basic directories calls · 33865a14
      Tommaso Tocci authored
      Support for the following calls has been added:
       - opendir
       - readdir
       - closedir
      
      The readdir call use the new RPC get_dirents that ask to all the
      nodes (broadcast) about all the existing first-level entries
      of a specific directory.
      33865a14
    • Tommaso Tocci's avatar
      DB ops: get directory entries · 4645fd16
      Tommaso Tocci authored
      exposes a new  DB function that allows to retrieve all the
      first-level entries of a specific directory.
      4645fd16
    • Tommaso Tocci's avatar
      Daemon: root directory must be relative · 28db5904
      Tommaso Tocci authored
      Now that we use only relative path on daemon side,
      also the initial creation of the root directory should be
      use a relative path.
      28db5904
  2. May 09, 2018
  3. May 08, 2018
    • Tommaso Tocci's avatar
      Multiple logs handling · df0aee7e
      Tommaso Tocci authored
      During daemon setup, multiple spdloggers are configured.
      
      Using spdlog::get("<LOGNAME>") is possible to retrieve those and use
      them in other part of the code.
      df0aee7e
    • Tommaso Tocci's avatar
      Client send relative paths · 8a5d3de0
      Tommaso Tocci authored
      Paths are now made relative to the mountdir at client side.
      
      The new relativize_path fucntion in the PreloadContext is used to check
      if a path is relative to the pseudo-mount directory and to make it
      relative
      8a5d3de0
  4. May 02, 2018
  5. Apr 29, 2018
    • Tommaso Tocci's avatar
      Refactor daemon handler for stat · 4077fcf1
      Tommaso Tocci authored
      The rpc stat handler was the only one calling directly a db function,
      bypassing the intermediate adafs_ops interface.
      
      A new function on the adafs_ops interface has been added to be used by
      the rpc stat handler.
      4077fcf1
  6. Apr 27, 2018
  7. Apr 12, 2018
  8. Apr 09, 2018
  9. Apr 08, 2018
    • Tommaso Tocci's avatar
      cli: look for --help flag first · 89ecb7b2
      Tommaso Tocci authored
      Since the introduction of required parameters wasn't possible to show
      the help message.
      In fact the --help flag was checked after all other parameters.
      89ecb7b2
  10. Apr 02, 2018
    • Marc Vef's avatar
      Daemon now creates a pid file with pid and mountdir info for clients · fe7e5ee3
      Marc Vef authored
      Previously, clients would look for the daemon by name which was not robust.
      If the daemon was started with valgrind for example, clients would not find
      the daemon.
      
      Similar to other applications a daemon now creates a pid file with
      information about its pid and its started mountdir.
      
      Proper errorhandling on server and client side was added.
      
      Multiple daemons per node are explicitly not allowed for now!
      fe7e5ee3
  11. Mar 24, 2018
  12. Mar 23, 2018
  13. Mar 20, 2018