I figured it out:
I looped this and it worked, after 3 tries
Somehow Proxmox created /rpool/data/ct-id-something-blabla/rootfs/data in the empty data directory.
I looped this and it worked, after 3 tries
Code:
systemctl restart zfs-mount
journactl <-- -xb something -- see /rpool/data/* is something
#if not mounted yet, take care you could delete container data!
rm -rf /rpool/data/*
Somehow Proxmox created /rpool/data/ct-id-something-blabla/rootfs/data in the empty data directory.