Thats only the vm disks, you are still missing the configs containg all the information. They are normally stored under /etc/pve/qemu/
But you can create a new vm and attach the disks. Add the zpool first under "Datacenter -> Storage -> Add -> ZFS"
How do i attach the disk? Sorry for my noob question
First add your pool so proxmox knows about it "Datacenter -> Storage -> Add -> ZFS"
Then create a new VM, edit the vm "VM -> Hardware" remove the created disk during setup and add the old disk from your pool.
Yes i was able to add the disk but my question was how do u readd my vm disk? I only can create a new one?
The disk should be listed as "unused disk" in "vm -> hardware -> add"
Otherwise you can always edit the vm config manually "/etc/pve/qemu/vmid.conf" and just add it there.
Ohw i just noticed the VM ids of the disks are not the same as the VM ids , could this interfere?
dunno might create problems when you create a new vm with the existing drive id.
i would rename the vdev for consistency anyway "zfs rename ZFS_HDD/vm-xxx-disk-x ZFS_HDD/vm-xxx-disk-x"