Moving pool from ubuntu to trueNAS

iotapi322

Cadet
Joined
Jun 7, 2021
Messages
1
Hi,
Not sure what the issue is, but I have a fully functional raidz1 ( yes i know) under ubuntu. Works fine, I can export and import it no problem. When I try to move it to a new trueNAS install I'm told that it is corrupt ( but it's not because when I move the disks back to ubuntu it's fine).


Code:
he configuration database and will be reset on reboot.

root@truenas[~]# zpool import
   pool: chia-pool
     id: 6906257399446280742
  state: FAULTED
status: The pool metadata is corrupted.
action: The pool cannot be imported due to damaged devices or data.
   see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-72
config:

        chia-pool                                       FAULTED  corrupted data
          raidz1-0                                      ONLINE
            gptid/c3290635-1c03-c840-a343-b460925d1e24  ONLINE
            gptid/357d2508-5984-ec42-92db-7de20d75d14a  ONLINE
            gptid/bbfa9a82-f99b-7e4f-9825-b5391cff4085  ONLINE
            gptid/9f956eb0-f7ba-a94a-807c-3



I normally do everything in ubuntu but I wanted to try out trueNAS just to see how I liked it...
Any advice would be greatly appreciated.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Is it a copy/paste issue or is your last disk offline? We can't see the status of it.

What version of ZFS are you running on Ubuntu? (apt list --installed | grep zfs)
 
Top