My question is, what if a server I were going to administer had their own partitions, such as one for /usr, /var, /home, /tmp and root - How would I handle them after utilizing LVM?:
Lets say I create physical volumes out of each of them, then create logical volumes, mount the PV's and copy their contents to the LV's, what would I do with the old physical volumes left over? It just seems odd to leave sda2,3,4,5 separate partitions if they are not actually going to be utilized separately, just utilized globally by LVM.
Is it normal to leave them be (seems a bit messy)? Should I use pvmove and delete them, and make the whole disk one physical partition? How would this normally be handled?