Missing Pool

zimm

New Member
Jun 29, 2025
1
0
1
Did a fresh install of PVE 8.4.0 yesterday to a newly added drive with PVE 8.4.1 installed to another drive on the same system. Updated the new install to 8.4.1 and proceeded to try to wipe the disk running the previous install. Wiping the disk failed with message that there was a hold on the drive. From the CLI I manually deleted each of the partitions after which I was able to wipe the drive.

So, I don't know if anything above has to do with the problem I'm seeing now. Now, I cannot see my primary pool, Jupiter. On my prior Proxmox installation I passed through the HBA controller to a VM running TrueNAS Scale. I had no problem finding and importing the pool into TrueNAS. With the new install, I cannot see the pool in Proxmox or the VM running TrueNAS Scale. Commands "zpool list" and "df" don' t show the pool. "lsblk" shows the drives in the pool sdb through sdk. I exported the pool via TrueNAS GUI before switching to the new install/VM.

Not sure what I did, but I cannot find the pool. Any ideas?

Code:
root@truenas[/var/empty]# zpool list
NAME        SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
boot-pool    31G  2.76G  28.2G        -         -     1%     8%  1.00x    ONLINE  -
root@truenas[/var/empty]# df
Filesystem                                                 1K-blocks    Used Available Use% Mounted on
udev                                                         7825496       0   7825496   0% /dev
tmpfs                                                        1599648    3164   1596484   1% /run
boot-pool/ROOT/25.04.1                                      28771456  178048  28593408   1% /
boot-pool/ROOT/25.04.1/audit                                28593664     256  28593408   1% /audit
boot-pool/ROOT/25.04.1/conf                                 28600704    7296  28593408   1% /conf
boot-pool/ROOT/25.04.1/data                                 28593792     384  28593408   1% /data
boot-pool/ROOT/25.04.1/etc                                  28599808    6400  28593408   1% /etc
boot-pool/ROOT/25.04.1/home                                 28593536     128  28593408   1% /home
boot-pool/ROOT/25.04.1/mnt                                  28593536     128  28593408   1% /mnt
boot-pool/ROOT/25.04.1/opt                                  28593536     128  28593408   1% /opt
boot-pool/ROOT/25.04.1/root                                 28593664     256  28593408   1% /root
boot-pool/ROOT/25.04.1/usr                                  31244288 2650880  28593408   9% /usr
boot-pool/ROOT/25.04.1/var                                  28598144    4736  28593408   1% /var
boot-pool/ROOT/25.04.1/var/ca-certificates                  28593536     128  28593408   1% /var/local/ca-certificates
boot-pool/ROOT/25.04.1/var/lib                              28620800   27392  28593408   1% /var/lib
boot-pool/ROOT/25.04.1/var/lib/incus                        28593536     128  28593408   1% /var/lib/incus
boot-pool/ROOT/25.04.1/var/log                              28594560    1152  28593408   1% /var/log
boot-pool/ROOT/25.04.1/var/log/journal                      28595584    2176  28593408   1% /var/log/journal
tmpfs                                                        7998232     240   7997992   1% /dev/shm
tmpfs                                                         102400       0    102400   0% /run/lock
tmpfs                                                        7998232       0   7998232   0% /tmp
boot-pool/grub                                              28602112    8704  28593408   1% /boot/grub
boot-pool/.system                                           28593536     128  28593408   1% /var/db/system
boot-pool/.system/cores                                      1048576     128   1048448   1% /var/db/system/cores
boot-pool/.system/nfs                                       28593536     128  28593408   1% /var/db/system/nfs
boot-pool/.system/samba4                                    28593664     256  28593408   1% /var/db/system/samba4
boot-pool/.system/configs-ae32c386e13840b2bf9c0083275e7941  28593664     256  28593408   1% /var/db/system/configs-ae32c386e13840b2bf9c0083275e7941
boot-pool/.system/netdata-ae32c386e13840b2bf9c0083275e7941  28597760    4352  28593408   1% /var/db/system/netdata
tmpfs                                                        1599644       0   1599644   0% /run/user/1000
root@truenas[/var/empty]# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sda      8:0    0   32G  0 disk
├─sda1   8:1    0    1M  0 part
├─sda2   8:2    0  512M  0 part
└─sda3   8:3    0 31.5G  0 part
sdb      8:16   0  9.1T  0 disk
└─sdb1   8:17   0  9.1T  0 part
sdc      8:32   0 10.9T  0 disk
└─sdc1   8:33   0 10.9T  0 part
sdd      8:48   0 10.9T  0 disk
└─sdd1   8:49   0 10.9T  0 part
sde      8:64   0  9.1T  0 disk
└─sde1   8:65   0  9.1T  0 part
sdf      8:80   0 10.9T  0 disk
└─sdf1   8:81   0 10.9T  0 part
sdg      8:96   0  9.1T  0 disk
└─sdg1   8:97   0  9.1T  0 part
sdh      8:112  0 10.9T  0 disk
└─sdh1   8:113  0 10.9T  0 part
sdi      8:128  0  9.1T  0 disk
└─sdi1   8:129  0  9.1T  0 part
sdj      8:144  0  9.1T  0 disk
└─sdj1   8:145  0  9.1T  0 part
sdk      8:160  0  9.1T  0 disk
└─sdk1   8:161  0  9.1T  0 part
sr0     11:0    1  1.8G  0 rom
root@truenas[/var/empty]#
 
Last edited: