Skip to content
Snippets Groups Projects
  1. Feb 28, 2011
  2. Feb 21, 2011
  3. Feb 04, 2011
  4. Jan 14, 2011
  5. 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
  6. Dec 20, 2010
  7. Dec 01, 2010
  8. Nov 19, 2010
  9. Nov 15, 2010
  10. Nov 10, 2010
  11. Nov 02, 2010
  12. Oct 26, 2010
  13. Oct 22, 2010
  14. Oct 19, 2010
  15. Oct 14, 2010
  16. Oct 08, 2010
  17. Oct 07, 2010
  18. Oct 04, 2010
  19. Sep 22, 2010
  20. Sep 02, 2010
  21. Aug 24, 2010
  22. Aug 23, 2010
  23. Jul 30, 2010
  24. Jul 20, 2010
  25. Jul 16, 2010
  26. Jul 09, 2010
  27. Jul 05, 2010
  28. Jul 01, 2010
  29. Jun 18, 2010
  30. Jun 17, 2010
  31. Jun 04, 2010
  32. Jun 03, 2010
  33. May 07, 2010
  34. Mar 12, 2010
  35. Mar 08, 2010
    • Iustin Pop's avatar
      Implement disabling of file-based storage · cb7c0198
      Iustin Pop authored
      
      Rationale: the file-based storage backend can add/remove files under a
      certain directory. However, the master node is also controlling the
      setting of the file-based root directory, so basically it means we can't
      prevent arbitrary modifications by the master of the node's filesystem.
      
      In order to mitigate this for setups where the file-based storage is not
      used, we introduce a new setting at ./configure time, that controls the
      enable/disable of file-based storage. Since this is not modifiable by
      the master (over RPC), it is now possible in this case to prevent
      unintended modifications of the node's filesystem from the master.
      
      The new setting is used in bdev.py to not expose the file-based storage
      at all, and in cmdlib.py to prevent attempts at creation of such
      instances.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      cb7c0198
Loading