Hi,
I have three zfs pools on my PVE server:
As you can see in this screenshot the
My problem might be that (please confirm) I didn´t add the pool to PVE, especially in the wiki ZFS: Tips and Tricks they recommend to use:
And my question which sounds dumb but I haven´t found the answer with my research:: what is the storage id?
I tried with UUID
Thank you.
I have three zfs pools on my PVE server:
Code:
~# zpool status
pool: fast
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
fast ONLINE 0 0 0
ata-Samsung_SSD_860_EVO_M.2_500GB_S5GCNJ0N601716W ONLINE 0 0 0
errors: No known data errors
pool: rpool
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ata-KINGSTON_SA400S37240G_50026B77826471A2-part3 ONLINE 0 0 0
ata-KINGSTON_SA400S37240G_50026B778258B54F-part3 ONLINE 0 0 0
nvme-eui.0025385581b474d2-part3 ONLINE 0 0 0
errors: No known data errors
pool: slow
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
slow ONLINE 0 0 0
sdd ONLINE 0 0 0
rpool
was created at the installation.fast
was created in the GUI but I couldn´t create slow
in the GUI as the disk was not appearing so I created with zpool create -f -o ashift=12 compression=lz4 slow /dev/sdd
.As you can see in this screenshot the
slow
pool appear in the list of ZFS pool but not in the list on the left, and if I want to add it to VM it doesn´t appear in the list.My problem might be that (please confirm) I didn´t add the pool to PVE, especially in the wiki ZFS: Tips and Tricks they recommend to use:
Code:
pvesm add zfspool <storage-ID> -pool <pool-name>
And my question which sounds dumb but I haven´t found the answer with my research:: what is the storage id?
I tried with UUID
pvesm add zfspool 15788445795718037614 -pool slow
and the location pvesm add zfspool /dev/sdd -pool slow
but none work.Thank you.