Skip to content
Snippets Groups Projects
  1. Jun 11, 2012
  2. Sep 20, 2011
  3. May 15, 2011
  4. May 05, 2011
  5. Apr 25, 2011
  6. Oct 29, 2010
    • micah's avatar
      older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when... · 5d4e52df
      micah authored
      older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when you specify multiple volume groups to backup, it gives an error, saying you must set the %s template for the name. We are doing that, it just cannot handle it properly.
      
      This change routes around this issue, which has been fixed in later lvm2 releases, by passing only one argument to vgcfgbackup by taking all the volume groups that are found and running them through a for loop
      5d4e52df
  7. Oct 12, 2010
    • micah's avatar
      older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when... · 9271e58a
      micah authored
      older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when you specify multiple volume groups to backup, it gives an error, saying you must set the %s template for the name. We are doing that, it just cannot handle it properly.
      
      This change routes around this issue, which has been fixed in later lvm2 releases, by passing only one argument to vgcfgbackup by taking all the volume groups that are found and running them through a for loop
      9271e58a
  8. Mar 06, 2010
  9. May 23, 2009
    • Matthijs Kooijman's avatar
      Add a vim modeline with indentation settings. · 78884142
      Matthijs Kooijman authored
      The modelines added match the emacs lines already present and also set
      the filetype to sh (just like the emacs lines).
      78884142
    • Matthijs Kooijman's avatar
      Make all indentation consistent. · 4ecaae94
      Matthijs Kooijman authored
      Previously, there were many indentation styles in use: Real tabs, 2, 3
      or 4 spaces, mixing these within the same file, function or even within
      a single line.
      
      This commit changes all bash scripts in the handlers, src and lib dirs
      to use consistent indentation: three spaces are now used everywhere.
      Other files (e.g. Makefiles) are left untouched.
      
      Additionally, this commit removes all trailing whitespace.
      4ecaae94
  10. Jan 22, 2009
  11. Jun 29, 2008
  12. Jun 25, 2008
  13. Jun 24, 2008
  14. Nov 24, 2007
  15. Oct 12, 2007
  16. Mar 04, 2007
  17. Feb 23, 2007
  18. Nov 01, 2006
  19. Oct 28, 2006
  20. Oct 07, 2006
  21. Oct 06, 2006
  22. Oct 04, 2006
Loading