After creating a disk partition and setting its LVM flag, what makes it an LVM Physical Volume?
Run lvcreate with the partition as a volume group.
lvcreate
Run mkfs.xfs on the partition before LVM sees it.
mkfs.xfs
Mount the raw partition at /data.
/data
Run pvcreate on the partition.
pvcreate