LVM cheatsheet - LVM pvdisplay

pvdisplayExample

pvdisplayis used to display physical volume details.It shows the attributes of PVs, like size, physical extent size, space used for the VG descriptor area, etc.

[root@lau_centos7 ~]# pvdisplay 
  --- Physical volume ---
  PV Name               /dev/sda2
  VG Name               centos_centos7
  PV Size               <19.00 GiB / not usable 3.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              4863
  Free PE               0
  Allocated PE          4863
  PV UUID               cqo2fj-rRuL-4wik-JoME-V5Ip-6lym-X6ITK0
   
  "/dev/sdb" is a new physical volume of "20.00 GiB"
  --- NEW Physical volume ---
  PV Name               /dev/sdb
  VG Name               
  PV Size               20.00 GiB
  Allocatable           NO
  PE Size               0   
  Total PE              0
  Free PE               0
  Allocated PE          0
  PV UUID               N3rmnG-eE18-FbvH-ExD3-vn0h-qXMf-GRyd9G

Date: From:www.lautturi.com, cheatsheet