Skip to content
Snippets Groups Projects
  1. Feb 10, 2010
  2. Feb 01, 2010
  3. Nov 06, 2009
  4. Oct 22, 2009
  5. Sep 24, 2009
    • Guido Trotter's avatar
      document the nic link meaning in routed mode · 8063787e
      Guido Trotter authored
      
      Currently this feature is hypervisor specific, but under kvm we use it
      by default (aka: if the user hasn't specified another network script
      which overrides our auto-generated one) to specify the routing table.
      This was already hinted as a possibility in the manpages, but never
      explicitely stated as a reality, so we update gnt-cluster(8) to actually
      say this, and gnt-{backup,instance}(8) to point to gnt-cluster(8) for
      more information.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      8063787e
  6. Aug 26, 2009
  7. Aug 04, 2009
  8. Jul 29, 2009
  9. Jul 16, 2009
    • Guido Trotter's avatar
      Get rid of the default_hypervisor slot · 066f465d
      Guido Trotter authored
      
      Currently we have both a default_hypervisor and an enabled_hypervisors
      list. The former is only settable at cluster init time, while the latter
      can be changed with cluster modify.
      
      This becomes cumbersome in a few ways: at cluster init time for example
      if we pass in a list of enabled hypervisors which doesn't include the
      "default" xen-pvm one, we're also forced to pass a default hypervisor,
      or an error will be reported. It is also currently possible to disable
      the default hypervisor in cluster-modify (with unknown results).
      
      In order to avoid this we get rid of this field altogether, and define
      the "first" enabled hypervisor as the default one. This allows ease of
      changing which one is the default, and at the same time maintains
      coherency.
      
      At configuration upgrade we make sure that the old default is first in
      the list, so that 2.0 cluster defaults are preserved.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      066f465d
  10. Jul 08, 2009
  11. Jun 17, 2009
  12. Jun 16, 2009
  13. Jun 11, 2009
  14. Mar 05, 2009
    • Guido Trotter's avatar
      Update gnt-cluster(8) for be/hyp parameter syntax · 555918b3
      Guido Trotter authored
      Now it displays:
      
      --hypervisor-parameters hypervisor:hv-param=value [ ,hv-param=value ... ]
      --backend-parameters be-param=value [ ,be-param=value ... ]
      
      Sorry for the super-long lines :( Is there a better way to insert spaces
      without pushing them to the resulting man page?
      
      Reviewed-by: iustinp
      555918b3
  15. Feb 12, 2009
  16. Oct 23, 2008
  17. Oct 20, 2008
  18. Oct 08, 2008
  19. Aug 29, 2008
  20. May 15, 2008
  21. Apr 10, 2008
  22. Mar 31, 2008
    • Iustin Pop's avatar
      Change the 'gnt-cluster command' execution order · 5f83e263
      Iustin Pop authored
      This patch makes the command execute last on the master (if the master
      is selected). The order for the other nodes is unchanged.
      
      The patch also updates the man page with some explanations and an
      example.
      
      Reviewed-by: imsnah
      5f83e263
  23. Feb 28, 2008
    • Guido Trotter's avatar
      Fix the gnt-cluster init man page · f3b100e1
      Guido Trotter authored
      Some options were missing in the gnt-cluster init man page.  This patch adds
      them, removes an empty line, and clarifies a bit more some requirements.
      
      Reviewed-by: schreiberal
      f3b100e1
  24. Dec 21, 2007
  25. Dec 12, 2007
  26. Nov 10, 2007
    • Iustin Pop's avatar
      Improve the man pages · f69dab6d
      Iustin Pop authored
      This patch does some small fixes to the man pages and adds descriptions
      for a few missing options.
      
      Reviewed-by: ultrotter
      f69dab6d
  27. Nov 03, 2007
    • Iustin Pop's avatar
      Implement tag searching · 73415719
      Iustin Pop authored
      This patch adds a search command for locating tags on all objects of the
      cluster using a regex pattern.
      
      Reviewed-by: aat
      73415719
  28. Oct 08, 2007
  29. Sep 18, 2007
    • Iustin Pop's avatar
      Implement cluster rename operation · 07bd8a51
      Iustin Pop authored
      This patch adds a new OpCode (and corresponding LU) that implements the
      cluster rename functionality.
      
      This is done by shutting down the master role, making the needed sstore
      modifications and distributing the changed files to all nodes, and then
      re-enabling the master role.
      
      The modification to the man page of gnt-cluster also moves the section
      on gnt-cluster destroy in order to correct alphabetical ordering.
      
      Reviewed-by: imsnah
      07bd8a51
  30. Jul 23, 2007
  31. Jul 16, 2007
Loading