zpooll disappear after reboot

Arturo Melchor

New Member
Apr 17, 2015
1
0
1
Lima, Peru
Hi all,


I install the new 3.4 Proxmox iso and it work fine, I installed whit zfs root (raid0)
So i want to use this new zfs and make a new zpool with another disk, i used the proxmox documentation (https://pve.proxmox.com/wiki/ZFS)

zpool create -f -o ashift=12 <pool-name> <device1> <device2>

it work fine, i have working on it, this work ok:

root@proxmox:/filestorage# zpool list
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
filestorage 1.62T 804K 1.62T 0% 1.00x ONLINE -
rpool 556G 836M 555G 0% 1.00x ONLINE -

but when i reboot my server the zpool disappear, no zpool list, no zpool status and no zfs list, it just gone :

root@proxmox:/filestorage# zpool list
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROO
rpool 556G 836M 555G 0% 1.00x ONLINE -

So I do: "zpool import filestorage" and it come back, but when i reboot the server, zpool disappear again.
Do you have the same problem with this version? I don´t know what is going on, I make the steps "zfs mountinig workaround" in the wiki and still not working.

Thanks a lot for the help.
 
There is an option somewhere in a file in /etc/default which is related to zfs where you need to set an option to auto import/export zpools.
 
ZFS enablen in /etc/default/zfs:


ZFS_MOUNT=yes