Before adding a disk to a volume group in LVM, you must first initialize it as a physical volume using pvcreate. This writes LVM metadata to the disk so LVM can recognize and manage it. Only after this can the disk be added to a volume group with vgextend.