List all physical volumes
Show the volume group that uses a specific physical volume
sudo pvscan --cache --listvg /dev/sdXShow logical volumes that use a specific physical volume
sudo pvscan --cache --listlvs /dev/sdXDisplay detailed information in JSON format
sudo pvscan --reportformat json