Skip to content
Snippets Groups Projects
  1. Oct 16, 2008
  2. Oct 13, 2008
  3. Oct 10, 2008
  4. Oct 08, 2008
  5. Oct 07, 2008
  6. Oct 06, 2008
  7. Sep 30, 2008
  8. Sep 29, 2008
  9. Sep 27, 2008
  10. Sep 24, 2008
    • Iustin Pop's avatar
      Design doc for the master daemon · bb083b25
      Iustin Pop authored
      It's not complete, but I hope it's up to date. It's restructured text,
      but no make rules or such for html output are needed, it's readable
      as-is.
      
      Reviewed-by: imsnah
      bb083b25
  11. Sep 17, 2008
  12. Sep 05, 2008
  13. Aug 29, 2008
  14. Aug 04, 2008
  15. Jul 30, 2008
    • Iustin Pop's avatar
      Rework master startup/shutdown/failover · b1b6ea87
      Iustin Pop authored
      This (big) patch reworks the master startup/shutdown and the fixes the
      master failover.
      
      What does the patch do?
      
      For master start/stop:
        - remove the old ganeti-master script and its associated man page
        - moves the ip start/stop directly into the backend.(Start|Stop)Master
        - adds start/stop of the master/rapi daemon into these functions,
          selectively based on the start/stop arguments
        - makes the master call via rpc StartMaster(start_daemons=False) to
          the local node so that the master IP is started
        - and finally changes the example init.d script to directly start and
          stop all three daemons, since they do the right thing (depending on
          master/not master role)
      
      For master failover:
        - moves the code from LUMasterFailover into bootstrap.MasterFailover,
          since we need to start/stop the master during this operation and
          thus it can't be executed from the master
        - removes the LUMasterFailover and its associated opcode
      
      Notes: ubuntu's /etc/lsb-base-logging.sh is dumb, so the messages 'not
      master' are not seen during startup on non-master nodes.
      
      Reviewed-by: ultrotter
      b1b6ea87
  16. Jul 23, 2008
    • Guido Trotter's avatar
      Use pidfiles in example init script · 5947d6ec
      Guido Trotter authored
      Rather than searching for the ganeti daemons by name we'll use the
      pidfile they create to stop them. This change also adds the --oknodo
      option to start-stop-daemon when stopping ganeti (which means it won't
      give an error if it wasn't started).
      
      Reviewed-by: iustinp
      
      5947d6ec
  17. Jul 22, 2008
  18. Jul 11, 2008
    • Michael Hanselmann's avatar
      Fix rapi documentation · 081242d8
      Michael Hanselmann authored
      As a nice side-effect this also fixes "make distcheck".
      
      The way used to include the generated rapi-resources.sgml file only
      works if it's built in the same directory. That's not the case during
      "make distcheck". The patch changes the sed script used for variables
      to include the file using its absolute path.
      
      Reviewed-by: iustinp
      081242d8
    • Oleksiy Mishchenko's avatar
      Copy the rest of the Restful-API files to trunk · 4cbd4462
      Oleksiy Mishchenko authored
      Reviewed-by: imsnah
      4cbd4462
Loading