From We can make a disk a PV by `pvcreate`, if and only if the disk has only one partition?
You can't make the whole disk a PV if there is at least one partition on it (because pvcreate won't let you).
When considering disks and partitions as concepts in operating systems, is it correct that a disk without being partitioned is a partition by itself?
If no, what is the difference between a disk without being partitioned and a disk with only one partition?
Can pvcreate
mark a disk with only one partition as a PV?