Sorry, I think there is/was something confusing. We want to have the
following scenario:
- we had an hardware raid5 with three disks (so we get the size from two
of them)
- from the view of the kernel there is one big SCSI disk
- on that disk I install lvm (for snapshots) and ext3
- ...
- we are working (heavily ;-) on that disks
- ...
- Because we are running out of disk space, I plug in a new disk
and add them to the existing raid5. So it will have now four disks.
This adding is done by the hardware.
- Now the disk size of the "one big disk" is changed to the new
"netto" size of the raid5.
Is it possible to handle that with lvm and when the answer is "yes", in
which way? One point was a command named "pvresize" but I didn't find it
in my distribution (SuSE 8.0) and I find nothing about that in the HOWTO.