[SOLVED] add storage zfs

Toni Blanch

Member
May 8, 2019
27
0
6
50
Hello,

I had a problem with storage and now I don't see it to be able to create a disk for my vm.

In the zpool it appears to me:

Captura de pantalla 2019-11-11 a las 17.36.30.png


But when I try to add it to vm no:

Captura de pantalla 2019-11-11 a las 17.36.50.png

I have read that I should add it to storage.cfg but I don't know what lines I should add, can you help me?
 
hi,

how did you create the pool? if you create it on the gui it will show up automatically.

but since you already created it, you can just add it to storage.cfg

something like this:
Code:
zfspool: local-zfs
        pool rpool/data
        content rootdir,images
        sparse 1

modify according to your setup
 
glad to be of help