Skip to content
Snippets Groups Projects
  1. Dec 19, 2012
  2. Dec 03, 2012
  3. Nov 28, 2012
  4. Nov 27, 2012
  5. Nov 20, 2012
  6. Oct 04, 2012
  7. Sep 18, 2012
  8. Jun 08, 2012
  9. Nov 04, 2011
  10. Oct 05, 2011
  11. Aug 17, 2011
  12. Jul 25, 2011
  13. Mar 01, 2011
    • Apollon Oikonomopoulos's avatar
      Core shared file storage support · 4b97f902
      Apollon Oikonomopoulos authored
      
      This patch introduces core file storage support, consisting of the following:
      
      A configure-time switch for enabling/disabling shared file storage
      support and controlling the shared file storage location:
      --with-shared-file-storage-dir=.  Shared file storage configuration is then
      available as _autoconf.ENABLE_SHARED_FILE_STORAGE and
      _autoconf.SHARED_FILE_STORAGE_DIR and there is a cluster-wide ssconf
      key named "shared_file_storage_dir" for changing the file location.
      
      A new disk template named "sharedfile" (DT_SHARED_FILE), using
      ganeti.bdev.FileStorage.
      
      Auxiliary functions in lib/config.py to handle shared file storage.
      
      Signed-off-by: default avatarApollon Oikonomopoulos <apollon@noc.grnet.gr>
      [iustin@google.com: small style fixes]
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      4b97f902
  14. Sep 14, 2010
  15. 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
  16. Aug 19, 2010
  17. Aug 18, 2010
  18. Jul 09, 2010
  19. Jun 01, 2010
  20. Apr 28, 2010
  21. Apr 19, 2010
  22. Apr 16, 2010
  23. Apr 08, 2010
  24. Mar 23, 2010
  25. Mar 18, 2010
  26. Mar 08, 2010
  27. Nov 03, 2009
  28. Oct 26, 2009
  29. Oct 12, 2009
  30. Sep 30, 2009
  31. Sep 22, 2009
  32. Sep 16, 2009
Loading