I ran pvmove to migrate extents from an old LVM disk to a new one but I forgot to create the partition structure on the new disk first:
pvmove /dev/sdb1 /dev/sdc
Everything seems to be fine, but I'm wondering if I should move it off the new disk again, create the partition structure, then back on? It seems like the only caveat to not doing this is that someone else might look at the disk & realize there's no partition structure on it & format it. I'm the only one who manages them at all at this point.
Also, is there a way to do this that doesn't involve more pvmoves?