I’m setting up another bare-metal server at OVH, something I’ve done many times before. My process is to boot the machine using their ‘rescue’ image (which is based on Debian 12 and has ZFS support built-in). Using an SSH connection I then go through the process of setting up disk partitions, creating a root pool, installing Debian 13 (with ZFS) into it, etc. Once that is all done I reboot the machine from the hard disks and it’s up and running.
When trying to boot this machine, the initramfs fails to import the root pool, claiming that a feature flag named com.truenas:block_cloning_endian is enabled on the pool and is not supported. Running zpool import -o readonly=on rpool followed by zpool get all rpool shows that feature flag as active (along with two other unsupported flags as inactive).
If I reboot into the rescue system and run the same commands, these unsupported feature flags do not appear.
Has anyone seen anything like this before?