[linux-lvm] Adding PVs to a group

Ross Boylan ross at biostat.ucsf.edu
Mon Apr 21 00:22:10 UTC 2008


On Sun, 2008-04-20 at 12:42 -0400, Charles Marcus wrote:
> vgextend vg2 /dev/sdb2, then
> 
> lvextend -L+100G /dev/vg2/var, then
> 
> resize_reiserfs -f /dev/vg2/var
> 
In your first example you umount'd before resizing.  In this example you
don't.  reiser doesn't require taking the volume offline before
resizing, so I don't think you need umount in any case.
Ross




More information about the linux-lvm mailing list