Skip to content
Snippets Groups Projects
  1. Jan 10, 2011
  2. Jan 07, 2011
  3. Jan 06, 2011
  4. Jan 05, 2011
  5. Jan 04, 2011
  6. Dec 30, 2010
    • Michael Hanselmann's avatar
      Initial import of listrunner · da7e44ee
      Michael Hanselmann authored
      
      This tool was used and worked on internally for quite a long time. We
      decided to include it in Ganeti.
      
      Known issues:
      - Code doesn't match rest of Ganeti (e.g. using “print” all over the
        place, hardcoded calls to sys.exit deep in functions)
      - Code duplication from Ganeti library (e.g. PingByTcp/netutils.TcpPing,
        GetHosts/utils.ReadFile)
      - Using ssh-agent doesn't work with more than one worker (Paramiko keeps
        the socket open and the file descriptor is used from different
        workers)
        - No clear separation between parent and child process in code
      - Uses getopt instead of optparse
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      da7e44ee
  7. Dec 21, 2010
    • Iustin Pop's avatar
      Allow customisation of the disk index separator · 3536c792
      Iustin Pop authored
      
      As per issue 124, some Xen versions (or packaging) don't deal nicely
      with the colon being part of a disk name. Therefore we add a
      configure-time option for customising this.
      
      Note: setting the separator to interesting values like / is not
      handled by the code. This being a configure-time option (e.g. to be
      set by distribution packagers), we assume the person building the code
      knows what they are doing.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      3536c792
  8. Dec 20, 2010
  9. Dec 10, 2010
    • Miguel Di Ciurcio Filho's avatar
      Script to gracefully power off KVM instances · 5d9e167a
      Miguel Di Ciurcio Filho authored
      
      When a node is running KVM instances and that node is rebooted or
      shutdown, the gnt-noded daemon is finished and leaves the KVM instances
      running. Latter on in the shutdown process, all remaining processes
      receive SIGTERM as usual, meaning that the KVM instances are all
      terminated, without running a proper shutdown procedure inside the
      guests.
      
      When using Xen, the xendomains script will take care of gracefully
      powering down the instances, but for KVM there is nothing like that.
      
      This patch adds an script that sends the "system_powerdown" command to
      all running instances, and it could be useful for people using KVM.
      
      This patch is a response for issue #126
      
      Signed-off-by: default avatarMiguel Di Ciurcio Filho <miguel.filho@gmail.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      5d9e167a
  10. Dec 01, 2010
  11. Nov 29, 2010
  12. Nov 27, 2010
  13. Nov 25, 2010
  14. Nov 24, 2010
  15. Nov 15, 2010
  16. Nov 12, 2010
  17. Nov 10, 2010
  18. Nov 09, 2010
  19. Nov 04, 2010
  20. Nov 03, 2010
  21. Oct 29, 2010
Loading