Skip to content
Snippets Groups Projects
  1. Dec 27, 2012
  2. Dec 07, 2012
  3. Nov 20, 2012
  4. Nov 08, 2012
  5. Oct 18, 2012
  6. Oct 16, 2012
  7. Sep 27, 2012
  8. Sep 24, 2012
  9. Apr 26, 2012
  10. Feb 01, 2012
  11. Dec 13, 2011
  12. Nov 23, 2011
  13. Oct 18, 2011
  14. Oct 17, 2011
  15. Oct 13, 2011
  16. Oct 12, 2011
    • Iustin Pop's avatar
      Rename filter and filter_ to qfilter · 2e5c33db
      Iustin Pop authored
      
      We currently use 'filter' as the OpCode, QueryRequest and RAPI field
      name for representing a query filter. However, since 'filter' is a
      built-in function, we actually have to use filter_ throughout the code
      in order to not override the built-in function.
      
      This patch simply goes and does a global sed over the code. Due to the
      fact that the RAPI interface already exposed this field, we add
      compatibility code for now which handles both forms.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      2e5c33db
  17. Sep 20, 2011
  18. Sep 16, 2011
  19. Sep 13, 2011
  20. Sep 07, 2011
  21. Jul 21, 2011
  22. Jul 05, 2011
  23. May 30, 2011
    • Michael Hanselmann's avatar
      gnt-node migrate: Use LU-generated jobs · b7a1c816
      Michael Hanselmann authored
      
      Until now LUNodeMigrate used multiple tasklets to evacuate all primary
      instances on a node. In some cases it would acquire all node locks,
      which isn't good on big clusters. With upcoming improvements to the LUs
      for instance failover and migration, switching to separate jobs looks
      like a better option. This patch changes LUNodeMigrate to use
      LU-generated jobs.
      
      While working on this patch, I identified a race condition in
      LUNodeMigrate.ExpandNames. A node's instances were retrieved without a
      lock and no verification was done.
      
      For RAPI, a new feature string is added and can be used to detect
      clusters which support more parameters for node migration. The client
      is updated.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      b7a1c816
  24. Apr 21, 2011
  25. Mar 30, 2011
  26. Mar 18, 2011
  27. Mar 15, 2011
  28. Jan 28, 2011
  29. Jan 27, 2011
  30. Jan 10, 2011
  31. Jan 05, 2011
  32. Dec 08, 2010
Loading