Hi everyone,
I have a LVM vg on top of a softraid 5 consisting of 3 80 GB harddrives.
Currently I have /dev/md0 as my only physical volume, but this will lead
to problems if I am going to expand the raid 5 by adding another 80 GB
harddrive to (as pvresize is not implemented again yet, as I understand).
What is the best practice in this case? To add a partition table on top
of /dev/md0 (but how is it represented in the /dev filesystem) and only
add single partitions as pvs to the vg?
I'm happy for every suggestion :)