Skip to content
Snippets Groups Projects
  1. Feb 26, 2010
  2. Feb 25, 2010
  3. Feb 18, 2010
    • Iustin Pop's avatar
      Fix ssh host key checking with no-key-check · e66d9f1a
      Iustin Pop authored
      
      In case we add a node with “--no-ssh-key-check”, this should override
      any default yes/ask values in the system-wide (or user) ssh key check.
      
      Currently this only works in batch mode, whereas in non-batch we only
      override a 'no'. The patch fixes SshRunner such that in non-batch mode
      we enforce the value of StrictHostKeyChecking in all cases.
      
      Bug found and initial investigation by Theo Van Dinter.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      e66d9f1a
  4. Feb 10, 2010
  5. Feb 08, 2010
  6. Feb 03, 2010
  7. Feb 01, 2010
  8. Jan 29, 2010
  9. Jan 28, 2010
  10. Jan 22, 2010
  11. Jan 20, 2010
  12. Jan 14, 2010
  13. Jan 13, 2010
  14. Jan 11, 2010
  15. Jan 05, 2010
    • Iustin Pop's avatar
      Introduce a Luxi call for GetTags · 7699c3af
      Iustin Pop authored
      
      This changes from submitting jobs to get the tags (in cli scripts) to
      queries, which (since the tags query is a cheap one) should be much
      faster.
      
      The tags queries are already done without locks (in the generic query
      paths for instances/nodes/cluster), so this shouldn't break tags query
      via gnt-* list-tags.
      
      On a small cluster, the runtime of gnt-cluster/gnt-instance list tags
      more than halves; on a big cluster (with many MCs) I expect it to be
      more than 5 times faster. The speed of the tags get is not the main
      gain, it is eliminating a job when a simple query is enough.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      7699c3af
    • Iustin Pop's avatar
      LURenameCluster: run post hook on all nodes · 47a72f18
      Iustin Pop authored
      
      Since the cluster name might be used for various purposes on nodes, we
      should let all nodes "know" about a cluster rename by running the post
      hook on all nodes. This will make cluster rename slightly
      slower/costlier, but it is not/shouldn't be an operation that is run
      very often.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarOlivier Tharan <olive@google.com>
      47a72f18
  16. Jan 04, 2010
Loading