pool offline, the disks show exported. How to resume to normal

tsf2k2003

Cadet
Joined
Sep 26, 2023
Messages
1
Hi All,

due to unknown reasons my TrueNAS scale pool (DATA2) is offline. the disks are shown as Exported. how can I import the disks to the existing pool (DATA2) again?
this is the shell status and the GUI screen captures:

admin@truenas01[~]$ sudo zpool list

NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
DATA01 1.35T 4.34M 1.35T - - 0% 0% 1.00x ONLINE /mnt
boot-pool 95G 12.0G 83.0G - - 1% 12% 1.00x ONLINE -

admin@truenas01[~]$ sudo zpool import
pool: DATA02
id: 8792002662270138113
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:

DATA02 ONLINE
mirror-0 ONLINE
1fde830a-3d7d-4e3f-8d57-2585f85a41e1 ONLINE
ff2c258b-27da-4aaf-b52b-7be10c39cfcc ONLINE
spares
sdd2
admin@truenas01[~]$
 

Attachments

  • Screenshot 2023-09-27 103807.png
    Screenshot 2023-09-27 103807.png
    693.4 KB · Views: 165
  • Screenshot 2023-09-27 103828.png
    Screenshot 2023-09-27 103828.png
    67.1 KB · Views: 172
  • Screenshot 2023-09-27 103859.png
    Screenshot 2023-09-27 103859.png
    187.2 KB · Views: 180

kooplaah

Dabbler
Joined
Oct 9, 2023
Messages
13
have you tried just running
Code:
zpool import data02
? or doing this through the GUI?
 
Top