after reboot zpool gone?

R0yk3

Member
Apr 28, 2022
21
0
6
Hi,
I did a reboot of my Proxmox server and after booting two of the three zpools are back, but one is missing?

Code:
root@pve:~# zpool list
NAME    SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
data    928G   125G   803G        -         -     9%    13%  1.00x    ONLINE  -
pool2  4.55T   779G  3.79T        -         -     3%    16%  1.00x    ONLINE  -
root@pve:~# zpool import 
pool: pool1
id: 13266797769151223904
state: ONLINE
action: The pool can be imported using its name or numeric identifier.
config:
pool1       ONLINE
mirror-0  ONLINE
sda     ONLINE
sdb     ONLINE
root@pve:~# zpool import pool1
cannot import 'pool1': one or more devices is currently unavailable

This is where my knowledge ends.
How do i activate pool1?
 
Last edited:
I don't know if it is the same.
i solved it using this command
zpool import -fF pool1
trying to minimise the reboots. But i'll keep this post under my favourites so i can check bak.
Thank you.