Skip to content
Snippets Groups Projects
  • micah's avatar
    9271e58a
    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
    History
    older versions (lenny) of lvm2 have a bug in vgcfgbackup that makes it so when...
    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
sys.in 21.25 KiB