Skip to content
Snippets Groups Projects
  1. Jun 24, 2011
  2. May 24, 2011
  3. May 12, 2011
  4. Mar 30, 2011
  5. Mar 23, 2011
  6. Mar 22, 2011
    • Iustin Pop's avatar
      htools: add option to control the use of RAPI · 50ed57c1
      Iustin Pop authored
      
      RAPI needs the curl module, which is a binding to the libcurl C
      library. This is more complex (can be compiled either against gnutls
      or openssl, etc.) and it's not of much help when the tools are used on
      the cluster itself, we disable it by default.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      50ed57c1
    • Iustin Pop's avatar
      configure.ac: add checks for Haskell compiler/libs · e5bd9de5
      Iustin Pop authored
      This patch adds an enable/disable option for htools (--enable-htools),
      and associated tests for determining whether GHC (the compiler we use
      for htools) and required libraries are present.
      
      The method to do so is not very nice; usually, Haskell programs are
      configured and compiled using cabal (http://www.haskell.org/cabal/
      
      , a
      tool similar to Python's setuptools)), but that doesn't suit itself to
      nice integration with autoconf/automake, so we test for the modules
      presence manually.
      
      In the end, we set a few variables:
      
      - GHC: the path to the ghc compiler
      - HTOOLS_MODULES: command line option for ghc to select the wanted
        'parallel' module
      - HTOOLS_NOCURL: set to -DNO_CURL if we don't want to enable curl (and
        thus RAPI) support in htools
      - HTOOLS: set to 'yes' if we should compile/install the htools
        programs
      - HTOOLS_APIDOC: set to yes if we should build/install the htools
        API documentation
      - WANT_HTOOLS, WANT_HTOOLSAPIDOC: two automake conditionals for later
        use in Makefile.am
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      e5bd9de5
  7. Mar 09, 2011
  8. Mar 07, 2011
  9. 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
  10. Feb 28, 2011
  11. Feb 21, 2011
  12. Feb 04, 2011
  13. Jan 14, 2011
  14. Dec 21, 2010
    • Iustin Pop's avatar
      Allow customisation of the disk index separator · 3536c792
      Iustin Pop authored
      
      As per issue 124, some Xen versions (or packaging) don't deal nicely
      with the colon being part of a disk name. Therefore we add a
      configure-time option for customising this.
      
      Note: setting the separator to interesting values like / is not
      handled by the code. This being a configure-time option (e.g. to be
      set by distribution packagers), we assume the person building the code
      knows what they are doing.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      3536c792
  15. Dec 20, 2010
  16. Dec 01, 2010
  17. Nov 19, 2010
  18. Nov 15, 2010
  19. Nov 10, 2010
  20. Nov 02, 2010
  21. Oct 26, 2010
  22. Oct 22, 2010
  23. Oct 19, 2010
  24. Oct 14, 2010
  25. Oct 08, 2010
  26. Oct 07, 2010
  27. Oct 04, 2010
  28. Sep 22, 2010
  29. Sep 02, 2010
  30. Aug 24, 2010
  31. Aug 23, 2010
  32. Jul 30, 2010
  33. Jul 20, 2010
  34. Jul 16, 2010
  35. Jul 09, 2010
Loading