LVM recipe: determine which physical volume(s) a logical volume is located on
Posted on Thu 19 January 2012 in Sysadmin • Tagged with lvm, recipe
Run the lvs command as follows:
# lvs --segments -o +pe_ranges
The output should be something similar to this:
LV VG Attr #Str Type SSize PE Ranges
data data -wi-ao 1 linear 1.82t /dev/md4:0-476930
data data -wi-ao 1 linear 1.36t /dev/md2:0-357701
homes data -wi-a- 1 …Continue reading