Skip to content
Snippets Groups Projects
  1. Aug 18, 2008
  2. Aug 15, 2008
  3. Aug 13, 2008
    • Guido Trotter's avatar
      Add KVM hypervisor code · eb58f9b1
      Guido Trotter authored
      ht_kvm.py contains the code for ganeti to work under kvm.
      This patch also modifies Makefile.am to ship that file, and
      lib/hypervisor/__init__.py to import it, and add kvm to the
      hypervisors map.
      
      Reviewed-by: imsnah
      eb58f9b1
    • Guido Trotter's avatar
      Add --with-kvm-path configure option · 7e2c5b9e
      Guido Trotter authored
      This allows to configure a different path to the kvm binary. By default
      /usr/bin/kvm is used, which is the one found in debian and ubuntu.
      
      Reviewed-by: imsnah
      7e2c5b9e
  4. Aug 08, 2008
  5. Aug 04, 2008
  6. 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
  7. Jul 28, 2008
    • Michael Hanselmann's avatar
      Move ganeti-rapi core code to daemon · 3cd62121
      Michael Hanselmann authored
      All other daemons have their main code in themselves and not in a module.
      This patch does the same to ganeti-rapi by moving the code from
      lib/rapi/RESTHTTPServer.py to daemons/ganeti-rapi.
      
      Reviewed-by: iustinp
      3cd62121
  8. Jul 24, 2008
  9. Jul 22, 2008
  10. Jul 15, 2008
    • Oleksiy Mishchenko's avatar
      Migrate RAPI QA to trunk. · a47f574c
      Oleksiy Mishchenko authored
      Reviewed-by: imsnah
      a47f574c
    • Iustin Pop's avatar
      Add apidoc makefile target · d128fdb6
      Iustin Pop authored
      The patch adds the apidoc target and the epydoc config file for it. Note
      that this is for epydoc 3.0 and that it will put the docs into
      ./doc/api/.
      
      The patch also adds a new .gitignore rule for the auto-generated rapi
      fragment.
      
      Reviewed-by: imsnah
      d128fdb6
  11. Jul 11, 2008
  12. Jul 04, 2008
  13. Jun 23, 2008
  14. Jun 19, 2008
  15. May 05, 2008
  16. Apr 28, 2008
    • Michael Hanselmann's avatar
      Split hypervisor.py into several files · 65a6f9b7
      Michael Hanselmann authored
      Before it was a huge file with more than 700 lines. No code changes were
      made except for changing imports and class names where needed. In the
      future, we could even think about only importing the hypervisors we
      actually need. The patch finished QA scripts and distcheck successfully.
      
      Reviewed-by: iustinp
      65a6f9b7
  17. Jan 18, 2008
    • Iustin Pop's avatar
      Fix the make dist rule · b6f2e47f
      Iustin Pop authored
      In revision 459 I added a bug in the make dist rule in the sense that
      the archive will include *all* of test/data directory, including the
      .svn directory if it exists.
      
      This patch fixes that problem and adds a distcheck hook that tests for
      such errors in the future (files/directories matching the .svn and .git
      patterns).
      
      It also fixes a typo in the NEWS file.
      
      Reviewed-by: imsnah
      b6f2e47f
  18. Nov 26, 2007
  19. Nov 14, 2007
  20. Oct 10, 2007
  21. Oct 08, 2007
    • Michael Hanselmann's avatar
      Fix “make distcheck”. · 9ff7e35c
      Michael Hanselmann authored
      - Move symlink to “ganeti” to top dir
      - Add ganeti.config_unittest.py to tests to be run
      - Make sure everything is built before tests are run
      
      Reviewed-by: iustinp
      
      9ff7e35c
  22. Oct 04, 2007
  23. Sep 12, 2007
  24. Sep 04, 2007
  25. Sep 03, 2007
  26. Aug 30, 2007
    • Iustin Pop's avatar
      More updates to the installation tutorial. · 727830bf
      Iustin Pop authored
      Changes:
        - add note about installing the cron job
        - add an example cron job file and modify top-level Makefile.am to put
          it into the archive
        - modify the tutorial with information about setting a reasonable
          number of minors for DRBD
        - add note about installing on 32-bit the xen libc
      
      Reviewed-by: imsnah
      727830bf
  27. Aug 16, 2007
    • Iustin Pop's avatar
      Some small fixes. · 8925faaa
      Iustin Pop authored
      It fixes the main Makefile.am to create $localstatedir/{lib,log}/ganeti.
      It fixes the testing Makefile.am after the rename fake_config.py ->
      mocks.py.  It strips the output of "ip link show" to have a nicer output
      if the master netdev does not exist.
      8925faaa
  28. Jul 19, 2007
  29. Jul 18, 2007
  30. Jul 16, 2007
Loading