Skip to content
Snippets Groups Projects
  1. Feb 11, 2013
  2. Feb 08, 2013
  3. Feb 07, 2013
  4. Feb 06, 2013
  5. Feb 05, 2013
  6. Feb 04, 2013
  7. Feb 02, 2013
  8. Feb 01, 2013
    • Michael Hanselmann's avatar
      Merge branch 'devel-2.7' · 35e18c38
      Michael Hanselmann authored
      
      * devel-2.7: (24 commits)
        Fix typo in ganeti-noded man page
        QA: Run instance tests with different cluster configurations
        QA: Run cluster-verify after instance tests
        QA: Refactored launching of the various instance tests
        QA: Use lists of nodes as argument to instance tests
        QA: Instance tests check the configuration before running
        QA: Added functions to allocate/free N nodes at once
        QA: Added exclusive_storage to qa_config
        QA: Better initialization of a global dictionary
        QA: Added disk template to config
        QA cleanup: Removed instance-disk-failure test
        QA fix: TestInstanceExportWithRemove() updates configuration
        QA: Cluster-verify reports shared PVs with exclusive storage
        QA: Added constants for LVM volumes
        QA: Templates incompatible with exclusive storage reported
        QA: Uniformity check for exclusive_storage in cluster-verify
        QA: Test for basic features of exclusive storage
        QA: Added function to read cluster configuration fields
        QA: Added function to check cluster-verify result
        Document better gnt-network
        ...
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      35e18c38
    • Faidon Liambotis's avatar
      LXC: adapt hv for newer lxc userspace tools · 2e5a6203
      Faidon Liambotis authored
      
      Currently hv_lxc depends on the behavior and output of older LXC tools,
      which have since changed, making it unable to function in current
      distributions (e.g. Debian wheezy).
      
      Adapt the tools and expectation for the output and make it into a
      working state again, at least for LXC 0.8.0.
      
      LXC tools seem to be split into two categories: the actual, binary lxc
      tools, plus a set of shell scripts to provide a higher-level interface.
      Ganeti doesn't need the latter and the shell scripts make some
      assumptions (like /var/lib/lxc) so remove the only reference to such a
      shell script (lxc-ls).
      
      While at it, remove a few comments about "current (Spring 2010)
      distributions" that do not apply anymore.
      
      This is a backwards-incompatible change, meaning it won't work on
      systems with older LXC userspace. However, hv_lxc is experimental anyway
      and there's virtually no documentation about it in the tree.
      
      Signed-off-by: default avatarFaidon Liambotis <paravoid@debian.org>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      2e5a6203
    • Michele Tartara's avatar
      Fix typo in ganeti-noded man page · e500d25f
      Michele Tartara authored
      
      Add a missing "in".
      
      Signed-off-by: default avatarMichele Tartara <mtartara@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      e500d25f
    • Bernardo Dal Seno's avatar
      QA: Run instance tests with different cluster configurations · deadfa13
      Bernardo Dal Seno authored
      
      Instance tests are run with or without the exclusive-storage flag set. More
      configurations can be added easily.
      
      Signed-off-by: default avatarBernardo Dal Seno <bdalseno@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      deadfa13
Loading