there are a few things you should be aware of:
using /dev/nvme* for zpool vdev markers is dangerous, since that nomenclature is POSITIONAL (which means, its specific to the slot you used, not the drive.) use WWNs instead. to do that, simply export your pool like so:
zpool export NVME-ZFS-Pool...