1. Apr 05, 2018
    • Marc Vef's avatar
      Preload: RPC addresses of hosts are now obtained at startup · 815e76eb
      Marc Vef authored
      Previously, host rpc addresses have been looked up lazily when a request
      was done. This is not necessary as all hosts are looked up anyways
      while the file system is running.
      
      Now, all RPC addresses are looked up when the environment is initialized.
      After that, the rpc_address map is only accessed read-only and does not
      require a mutex anymore.
      815e76eb
  2. Apr 03, 2018
  3. 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
  4. Mar 30, 2018
  5. Mar 26, 2018
  6. Mar 25, 2018
  7. Mar 24, 2018
  8. Mar 23, 2018
  9. Mar 22, 2018
  10. Mar 20, 2018
  11. Mar 19, 2018