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 09, 2010
  6. Feb 08, 2010
  7. Feb 03, 2010
  8. Feb 01, 2010
  9. Jan 29, 2010
  10. Jan 28, 2010
  11. Jan 22, 2010
  12. Jan 20, 2010
  13. Jan 19, 2010
    • Michael Hanselmann's avatar
      daemon-util: Fix quoting issue · 03956d39
      Michael Hanselmann authored
      
      This patch fixes a quoting issue in daemon-util:
      
      $ EXTRA_MASTERD_ARGS=--no-voting /etc/init.d/ganeti restart
      […]
      * ganeti-masterd...
      /…/ganeti/daemon-util: line 65: local: `--no-voting': not a valid identifier
      
      The reason was that the generated variables were not quoted properly and
      the troublesome line expanded to
      “local args=$MASTERD_ARGS $EXTRA_MASTERD_ARGS” instead of the correct
      “local args="$MASTERD_ARGS $EXTRA_MASTERD_ARGS"”.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      03956d39
  14. Jan 15, 2010
  15. Jan 14, 2010
  16. Jan 13, 2010
Loading