Skip to main content

1. What is this error and how to fix it?

This weird error, similar to the photo below, appeared on my Truenas Scale install after importing some old Truenas Core pools.

Truenas_core_to_scale_bug.jpg

To fix this error, simply navigate to System Settings on the Truenas Dashboard:

Truenas_system_settings_navigate.JPG

And then click on Shell:

TS_Shell_Navigate.JPG

And then enter whoami

If the output is root as shown below, keep going.

whoami_root_TS.JPG

If not, type sudo -i

Next enter zpool status -v

This should output the status of every drive pool you have got on your system.

WARNING: If you execute the following command on Truenas Scale, the pool CANNOT be imported back into Truenas CORE. It will fail, and all your data may be lost. MAKE UP YOUR MIND

To upgrade the ZFS pool, enter zpool upgrade followed by the name of the pool stated here:

pool_name_identify.JPG

So the command here, should look like: zpool upgrade mystoragepool

Do this for every pool and then reboot

After Truenas boots, this error should no longer be there!!