Skip to content
Snippets Groups Projects
  1. Mar 22, 2011
  2. Feb 24, 2011
  3. Jan 18, 2011
  4. Jan 06, 2011
  5. Dec 13, 2010
  6. Dec 01, 2010
  7. Nov 15, 2010
  8. Oct 29, 2010
  9. Oct 27, 2010
  10. Oct 25, 2010
  11. Jul 19, 2010
  12. Jun 17, 2010
  13. Jun 04, 2010
  14. Feb 23, 2010
  15. Nov 13, 2009
  16. Nov 05, 2009
    • Michael Hanselmann's avatar
      Add new “daemon-util” script to start/stop Ganeti daemons · f154a7a3
      Michael Hanselmann authored
      
      Until now, Ganeti started and stopped its own daemons using custom functions.
      To start, the daemon was just executed and then sent the appropriate signals to
      stop it again. Init scripts would have to pay attention to the PID file and
      other things.
      
      With this patch, a new script is added (“daemon-util”, installed in
      $prefix/lib/ganeti/), centralizing the starting and stopping of daemons. The
      provided example init script is adjusted to use this new script. Ganeti's code
      no longer calls its own init script.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      f154a7a3
  17. Nov 04, 2009
  18. Oct 27, 2009
  19. Sep 21, 2009
  20. Sep 18, 2009
  21. Sep 11, 2009
  22. Sep 04, 2009
  23. Aug 28, 2009
  24. Jul 20, 2009
  25. Jul 05, 2009
    • Iustin Pop's avatar
      Remove hn1 and related code · 266aea94
      Iustin Pop authored
      hn1 was deprecated for a while and this patch removes it altogether. The
      support code in Cluster.hs is also removed.
      266aea94
  26. Jun 01, 2009
    • Iustin Pop's avatar
      Initial add of the hspace tool · e10be8f2
      Iustin Pop authored
      This is a tool that checks how many instances (of same size, specified
      by command line arguments) can be added to a cluster while remaining N+1
      compliant.
      e10be8f2
Loading