Skip to content
Snippets Groups Projects
  1. Oct 06, 2008
    • Iustin Pop's avatar
      Increase the number of threads to 25 · 1daae384
      Iustin Pop authored
      Since our locks are not gathered nicely, we can have jobs that are
      actually blocking on locks (parallel burnin shows this), so at least we
      need to increase the number of threads above the usual number of jobs we
      could have in a such a case.
      
      Reviewed-by: imsnah
      1daae384
    • Alexander Schreiber's avatar
      Minor cleanups & typo fixes. · 74bc10e8
      Alexander Schreiber authored
      Reviewed-by: iustinp
      
      74bc10e8
    • Iustin Pop's avatar
      Fix SshRunner breakage from the changed API · 6b0469d2
      Iustin Pop authored
      More places actually use the SshRunner than just the gnt-cluster
      commands.
      
      Reviewed-by: ultrotter
      6b0469d2
    • Iustin Pop's avatar
      Change SshRunner usage · 56bece1f
      Iustin Pop authored
      Currently the SshRunner uses a SimpleConfigReader instance, however this
      is not best. We change it to use the cluster name directly (and its
      constructor now takes this as parameter, instead of SCR), and its
      callers are change to pass the name directly.
      
      As a consequence, we can now remove the initialization of SCR in
      gnt-cluster (copyfile and command), and instead we query the master for
      the cluster name).
      
      Reviewed-by: imsnah
      56bece1f
    • Michael Hanselmann's avatar
      Update document describing cluster security · 4fbe765c
      Michael Hanselmann authored
      It may need further updates, but here's a start.
      
      Reviewed-by: ultrotter
      4fbe765c
  2. Oct 05, 2008
  3. Oct 03, 2008
  4. Oct 02, 2008
  5. Oct 01, 2008
  6. Sep 30, 2008
Loading