Skip to content
Snippets Groups Projects
  1. Sep 07, 2010
  2. Sep 06, 2010
  3. Sep 03, 2010
  4. Sep 02, 2010
  5. Aug 27, 2010
    • Manuel Franceschini's avatar
      Handle ENOENT case in ssconf.GetPrimaryIPFamily · 7dd999fc
      Manuel Franceschini authored
      
      This patch adds an optional default parameter to SimpleStore._ReadFile. This
      can be used to default the return value of this method in case the ssconf file
      is not present.
      
      In this particular case it is used to return AF_INET in case
      ssconf_primary_ip_familiy is absent. This is the case when upgrading
      from 2.2 -> 2.3. This is intended behaviour as it is suboptimal to copy
      the ssconf file manually to the nodes during an upgrade using
      cfgupgrade.
      
      In the concrete case of an upgrade from 2.2 -> 2.3 cfgupgrade will just
      add the primary_ip_family parameter to the cluster configuration and the
      daemons will start with default family AF_INET. This is perfectly fine,
      since there is no AF_INET6 2.2 clusters. After that, the admin is
      required (as in an major upgrade) to run 'gnt-cluster redist-conf' which
      will write ssconf_primary_ip_family on all nodes.
      
      Signed-off-by: default avatarManuel Franceschini <livewire@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      7dd999fc
    • Michael Hanselmann's avatar
      Show list of pending acquires in “gnt-debug locks” · c31825f7
      Michael Hanselmann authored
      
      This is accomplished by keeping a list of waiting threads instead
      of just their number inside the lock-internal condition. A few
      other tweaks to the output format are also made.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      c31825f7
  6. Aug 25, 2010
  7. Aug 24, 2010
  8. Aug 23, 2010
  9. Aug 20, 2010
  10. Aug 19, 2010
  11. Aug 18, 2010
Loading