Skip to content
Snippets Groups Projects
  1. Mar 28, 2013
  2. Mar 27, 2013
  3. Mar 26, 2013
  4. Mar 21, 2013
  5. Mar 15, 2013
  6. Mar 12, 2013
  7. Mar 05, 2013
  8. Feb 28, 2013
  9. Feb 26, 2013
  10. Feb 22, 2013
  11. Feb 21, 2013
  12. Feb 20, 2013
  13. Feb 19, 2013
  14. Feb 18, 2013
    • Michele Tartara's avatar
      Update monitoring agent report format · 3301805f
      Michele Tartara authored
      
      This commit expands the monitoring agent design document improving the
      description of the general report file format.
      
      There can be two kinds of data collectors (performance and status collectors).
      
      Every collector can now be part of a category of collectors (such as
      storage, instance, daemon, hypervisor, etc.) that defines a minimum basic
      structure that has to be common to all the collectors part of the same class.
      
      Also, such basic structure is defined for all the currently envisioned class
      of collectors.
      
      Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      3301805f
  15. Feb 15, 2013
  16. Feb 12, 2013
  17. Feb 11, 2013
  18. Feb 08, 2013
  19. Feb 06, 2013
  20. Jan 31, 2013
  21. Jan 15, 2013
    • Michael Hanselmann's avatar
      Option to include man pages in documentation · 41806ef4
      Michael Hanselmann authored
      
      Before this patch, HTML versions of man pages (man/*.rst) were already
      built. However, since they are separate from the normal documentation,
      their content is not indexed for Sphinx' search functionality.
      Additionally it would simply be nice to have everything in one place.
      
      To this end a new configure-time option is added to enable the inclusion
      of man pages into the documentation. A dedicated option is necessary to
      still be able to provide a static documentation build in the tarball
      (not including man pages) as man pages contain build-specific paths and
      values. The documentation with man pages is written to the directory
      “doc/man-html”.
      
      A future patch will extend Sphinx to link occurences of “:manpage:`…`”
      to these man pages.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      41806ef4
    • Dato Simó's avatar
      design-autorepair.rst: separate list of jobs with plus sign · 6d675203
      Dato Simó authored
      
      Commas are not valid characters in tags, hence they can't be use to
      separate the different job IDs; plus signs (+) are available, and not too
      bad.
      
      Signed-off-by: default avatarDato Simó <dato@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      6d675203
  22. Jan 14, 2013
    • Dato Simó's avatar
      design-autorepair.rst: clarify tag precedence and conflict · b1eb71c7
      Dato Simó authored
      
      This commit clarifies one particular point of the auto-repair workflow:
      what to do when multiple, conflicting administrator-set tags exist in an
      object; and how tags at different levels (cluster, node group and instance)
      interact.
      
      For conflict within an object, we choose to always let the most restrictive
      tag win (i.e. the least destructive repair, and the longest suspension
      time). For tags at different levels, we follow a simple "nearest tag wins"
      rule.
      
      Signed-off-by: default avatarDato Simó <dato@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      b1eb71c7
Loading