Skip to content
Snippets Groups Projects
  1. Jan 13, 2010
  2. Jan 12, 2010
  3. Jan 05, 2010
  4. Jan 04, 2010
  5. Dec 05, 2009
    • Iustin Pop's avatar
      Ship rapi.rst/rapi.html in the dist archive · 77220dd2
      Iustin Pop authored
      
      Patch 4352bf6d changed RAPI docs to RST from the previous SGML format
      (the last file to be converted to RST).
      
      However, it didn't add rapi.rst to the docrst Makefile variable, and as
      such rapi.html was neither build nor shipped in the archive. We fix this
      and we also distribute doc/rapi-resources.gen since otherwise “make
      distcheck” has issues (since this file is built and thus lives in _built
      whereas rapi.rst is shipped and lives in topsrcdir).
      
      Note: yes, this means that no 2.0 release until now had a rapi.html file
      (in the .tar.gz archive).
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      77220dd2
  6. Nov 25, 2009
  7. Nov 13, 2009
  8. Nov 11, 2009
  9. Nov 06, 2009
  10. 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
    • Guido Trotter's avatar
      configure: check for socat and its escape feature · 87c1d0c7
      Guido Trotter authored
      
      Currently we use a static value for the socat path, or we trust the
      user-provided one. With this patch we still trust any user provided
      value, but if none is passed we check for socat on the machine we're
      being configured on. This allows us also to check if we can or cannot
      use the escape= feature in socat.
      
      If the user has forced the path in, he can also pass --with-socat-escape
      in order to force the escape functionality to be used, even if a check
      is not done.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      87c1d0c7
  11. Nov 03, 2009
  12. Oct 28, 2009
  13. Oct 27, 2009
  14. Oct 26, 2009
  15. Oct 22, 2009
  16. Oct 12, 2009
  17. Oct 05, 2009
    • Jun Futagawa's avatar
      Add support for using the bootloader in xen-pvm · 2f2dbb4b
      Jun Futagawa authored
      
      This patch adds three optional parameters:
        - 'use_bootloader', whether use or not the bootloader
        - 'bootloader_path', absolute path to the bootloader
        - 'bootloader_args', extra arguments to the bootloader
      
      Syntax:
        gnt-cluster modify --hypervisor-parameters \
          xen-pvm:bootloader_path=/usr/bin/pygrub,use_bootloader=False
        gnt-instance modify -H use_bootloader=True instance1.example.com
      
      If use_bootloader is True, each domU can boot with its own kernel
      instead of using the dom0 kernel.
      
      Signed-off-by: default avatarJun Futagawa <jfut@integ.jp>
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: ultortter
      2f2dbb4b
  18. Sep 29, 2009
  19. Sep 25, 2009
  20. Sep 24, 2009
  21. Sep 21, 2009
  22. Sep 18, 2009
  23. Sep 16, 2009
  24. Sep 15, 2009
  25. Sep 11, 2009
Loading