Skip to content
Snippets Groups Projects
  1. Jun 22, 2011
  2. Apr 20, 2011
  3. Jan 12, 2011
  4. Jan 05, 2011
  5. Nov 12, 2010
  6. Nov 04, 2010
  7. Aug 17, 2010
  8. Jul 01, 2010
  9. May 18, 2010
    • Michael Hanselmann's avatar
      Add tool to move instances between clusters · 6bf273d5
      Michael Hanselmann authored
      
      This is a first version of the instance move tool and it supports moving
      1..N instances from one cluster to another. When moving a single instance,
      the instance can be renamed, allowing for moves within the same cluster
      (not really useful in practice, but good for testing). Documentation is
      updated to describe this new tool and its usage.
      
      The “move-instance” tool uses the workerpool to support parallel moves of
      instances. Supporting them was simple as threads were required anyway due
      to the synchronous RAPI client.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      6bf273d5
  10. Feb 12, 2010
  11. Nov 27, 2009
  12. Nov 13, 2009
  13. Oct 28, 2009
    • Iustin Pop's avatar
      Documentation updates · c71a1a3d
      Iustin Pop authored
      
      Our admin guide was very very trivial. This patch updates it to contain
      advice on when to use which commands, removes the instance
      administration part from the installation guide (moved to the admin
      guide), and adds a walkthrough document that should be useable as a
      starting point for new admins.
      
      The patch also adds emacs variables to the documents, and rewraps some
      which were not already at 72 chars.
      
      The doc updates also show backwards-compatible commands for Ganeti 2.0,
      as we don't have a good up-to-date 2.0 document and people might refer
      to this set of documentation even when running that.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      c71a1a3d
  14. Oct 27, 2009
  15. Sep 24, 2009
  16. Sep 21, 2009
  17. Sep 18, 2009
  18. Sep 15, 2009
  19. Sep 04, 2009
  20. May 12, 2009
    • Iustin Pop's avatar
      Move the glossary to a separate file · e2078d28
      Iustin Pop authored
      
      Currently we have an insignificant glossary at the end of the design-2.0
      document. This patch moves it to a separate file with the goal that it
      will grow and all files can refer to it.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      e2078d28
    • Iustin Pop's avatar
      Switch the documentation to sphinx · d17e74b4
      Iustin Pop authored
      This big patch converts the documentation build system to sphinx
      (http://sphinx.pocoo.org/
      
      ). Since that uses reStructuredText sources
      too, there is no change (yet) in the documents themselves, just in the
      build system.
      
      As before, the docs are pre built by the maintainer, and the end-user
      doesn't need sphinx or other rst tools to build the docs. Note that we
      are not distributing PDFs, so building that will require the tools.
      
      The docs will be stored under doc/html and the build system also need an
      extra directory doc/build. These are considered (by automake)
      maintainer-related objects and are removed at maintainer-clean time.
      
      The patch also fixes some small issues: add a docpng variable, add
      doc/api (also generated by maintainer) in maintainer-clean-local, etc.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      d17e74b4
Loading