cvs commit: LVM2/tools lvcreate.c lvresize.c toollib.c toollib.h vgreduce.c vgsplit.c

Alasdair Kergon <[email protected]> Thu, 24 Apr 2003 17:23:25 -0500
Newsgroups gmane.linux.lvm.cvs
Message-ID <[email protected]>
akergon     2003/04/24 17:23:25 CDT

  Modified files:
    tools                lvcreate.c lvresize.c toollib.c toollib.h 
                         vgreduce.c vgsplit.c 
  Log:
  o Metadata area struct change.
  o Support physical extent restrictions on PV lists for allocations
      e.g. lvcreate -l 200 vg1 /dev/sda1:100-199:300-399
  
  Revision  Changes    Path
  1.66      +17 -15    LVM2/tools/lvcreate.c
  1.40      +10 -3     LVM2/tools/lvresize.c
  1.47      +165 -3    LVM2/tools/toollib.c
  1.28      +2 -0      LVM2/tools/toollib.h
  1.28      +7 -2      LVM2/tools/vgreduce.c
  1.6       +8 -2      LVM2/tools/vgsplit.c