I have a pve cluster with 4 nodes. I add some disks in node1 , and create two zfs pool like this
```
root@empmv01:~# zpool status
pool: sp480g
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
sp480g ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sda ONLINE 0 0 0
sdb ONLINE 0 0 0
errors: No known data errors
pool: twoterabyte
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
twoterabyte ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sdd ONLINE 0 0 0
sde ONLINE 0 0 0
errors: No known data errors
root@empmv01:~#
```
But I cant see these 2 pool when I want to add storage in WEB UI
pools not shown in the dropdown menu
so I try to add zfs following https://pve.proxmox.com/wiki/Storage:_ZFS example section
```
root@empmv01:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
sp480g 1.55M 430G 28K /sp480g
sp480g/480g 24K 430G 24K /sp480g/480g
twoterabyte 160K 1.76T 27K /twoterabyte
twoterabyte/2thdd 24K 1.76T 24K /twoterabyte/2thdd
root@empmv01:~#
```
But it`s the same , pool not shown in WEB UI , any suggestion ??
```
root@empmv01:~# zpool status
pool: sp480g
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
sp480g ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sda ONLINE 0 0 0
sdb ONLINE 0 0 0
errors: No known data errors
pool: twoterabyte
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
twoterabyte ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sdd ONLINE 0 0 0
sde ONLINE 0 0 0
errors: No known data errors
root@empmv01:~#
```
But I cant see these 2 pool when I want to add storage in WEB UI
pools not shown in the dropdown menu
so I try to add zfs following https://pve.proxmox.com/wiki/Storage:_ZFS example section
```
root@empmv01:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
sp480g 1.55M 430G 28K /sp480g
sp480g/480g 24K 430G 24K /sp480g/480g
twoterabyte 160K 1.76T 27K /twoterabyte
twoterabyte/2thdd 24K 1.76T 24K /twoterabyte/2thdd
root@empmv01:~#
```
But it`s the same , pool not shown in WEB UI , any suggestion ??