Skip to content
Snippets Groups Projects
  1. Oct 30, 2012
  2. Oct 10, 2012
  3. Oct 01, 2012
  4. Jul 27, 2012
  5. Jun 20, 2012
  6. Jun 18, 2012
  7. May 31, 2012
  8. May 30, 2012
  9. May 24, 2012
  10. May 23, 2012
  11. May 09, 2012
  12. May 07, 2012
  13. Apr 26, 2012
  14. Mar 28, 2012
    • Michael Hanselmann's avatar
      ganeti.initd: Add “status” action · 8e2ed2e8
      Michael Hanselmann authored
      
      Eric Rostetter sent a patch adding a “status” action, but unfortunately
      his code was apparently specific to Red Hat. I hope this implementation
      is more distribution-agnostic; after all “status_of_proc” is part of
      LSB. Example output:
      
      $ /etc/init.d/ganeti status
      ganeti-noded is not running ... failed!
      ganeti-masterd is running.
      ganeti-rapi is running.
      ganeti-confd is running.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      8e2ed2e8
    • Dimitris Aragiorgis's avatar
      Update IP pool management design doc · 2ac41278
      Dimitris Aragiorgis authored
      
      Update IP pool managenent design doc to be consistent
      with the implementation.
      
       * Add new NIC parameter: 'network'
         Can be None for backwards compatibility.
       * Introduce the term 'netparams'
         The NIC inherits netparams (mode, link) as its nicparams
         if assinged to a network. Netparams are defined during
         network connection to a nodegroup.
       * Introduce the term 'Conflicting IPs'
         Ensure IPs uniqueness inside nodegroups.
       * Update 'Hooks' section.
       * Update 'Hook variables' section
       * Update 'Userland interface' to reflect the implementation
      
      Signed-off-by: default avatarDimitris Aragiorgis <dimara@grnet.gr>
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      2ac41278
  15. Mar 27, 2012
  16. Mar 26, 2012
  17. Mar 15, 2012
  18. Feb 27, 2012
  19. Feb 21, 2012
  20. Feb 10, 2012
  21. Jan 27, 2012
  22. Jan 26, 2012
  23. Jan 18, 2012
  24. Jan 16, 2012
  25. Jan 04, 2012
  26. Dec 22, 2011
  27. Dec 12, 2011
  28. Dec 09, 2011
  29. Dec 08, 2011
    • Bernardo Dal Seno's avatar
      manpages: Fix small errors in documentation · 1cdc9dbb
      Bernardo Dal Seno authored
      
      Mostly typos, except for the output of "gnt-instance migrate" in an
      example, which has been updated to the current version
      
      Signed-off-by: default avatarBernardo Dal Seno <bdalseno@google.com>
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      1cdc9dbb
    • Iustin Pop's avatar
      Cleanup hlint errors · 3603605a
      Iustin Pop authored
      
      First, we update the recommended hlint version to what I used to get a
      clean output (1.8.15). Most of the changes are:
      
      - remove unneeded parentheses
      - some simplifications (intercalate " " → unwords, maybe … id →
        fromMaybe, etc.)
      - removal of some duplicate code (in previous patches)
      
      There are still some warnings which I didn't clean out but plain
      ignored:
      
      - 'Eta reduce' in some specific files, because the type inference
        specialises the function on the first call, and annotating the type
        properly would be too verbose
      - use of 'first', 'comparing', and 'on', since these don't seem to be
        widely or consistently used (outside ganeti/htools, I mean)
      - use of Control.Exception.catch, as we only care about I/O errors; at
        one point yes, we will need to transition to this new API
      - 'Reduce duplication', since hlint warns even for 3 duplicate lines,
        and abstracting that away seems overkill to me
      
      After this patch, make hlint is clean and doesn't exit with an error
      anymore; we could enable it automatically on 'make lint' if hlint is
      detected (future patch).
      
      Note that we explicitly skip the THH.hs file from checking because it
      seems that hlint doesn't parse correctly for now the splice notation.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarAgata Murawska <agatamurawska@google.com>
      3603605a
  30. Dec 07, 2011
Loading