I've been moving things around, and to cut a long story short I have to remove the disks from the gui and reimport them.
I've also removed the pool from the gui.
When reimporting the disks I've specified that they are formatted in zfs. But...
nas4free:~# zpool list
no pools available
If I go adding the pool from the GUI (ZFS, pools) it still doesn't work but at least it can see the pool name under virtual devices.
I'm confused
This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
it will taken offline by the end of march 2021!
I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!
what happened to my pool???
- raulfg3
- Site Admin

- Posts: 4865
- Joined: 22 Jun 2012 22:13
- Location: Madrid (ESPAÑA)
- Contact:
- Status: Offline
Re: what happened to my pool???
1 - use new option "clear and import disk" is more safe that add one to one by hand.
2 - Use new option detect and import ZPool in ZFS status syncrhonize
PD: Do not try to add the pool in the gui (ZFS, pool) adding vdev because you are instruct to ZFS that you want to create a New one ( and you lose your actual ZFS metadata , and can't import it).
PD2: use import when you want to restore an existing pool, use web gui ZFS Pools when you want to destroy info and create a new one zfs pool.
from shell try to do
or
if suggested by first command.
2 - Use new option detect and import ZPool in ZFS status syncrhonize
PD: Do not try to add the pool in the gui (ZFS, pool) adding vdev because you are instruct to ZFS that you want to create a New one ( and you lose your actual ZFS metadata , and can't import it).
PD2: use import when you want to restore an existing pool, use web gui ZFS Pools when you want to destroy info and create a new one zfs pool.
from shell try to do
Code: Select all
zpool import poolnameCode: Select all
zpool -f import poolname12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)
Wiki
Last changes
HP T510
Wiki
Last changes
HP T510
-
rs232
- Starter

- Posts: 59
- Joined: 25 Jun 2012 13:48
- Status: Offline
Re: what happened to my pool???
Thanks that helped. I notice that based on the action sometime it' s better to use the shell other times is better to use the GUI.
- daoyama
- Developer

- Posts: 394
- Joined: 25 Aug 2012 09:28
- Location: Japan
- Status: Offline
Re: what happened to my pool???
Doesn't this action destroy a pool? DO NOT re-create if you does not want lose all data on it.rs232 wrote:I've also removed the pool from the gui.
vdev is a member disk of the pool. not a pool.
If you don't have the pool, try "zpool import -D"
If you didn't reboot after remove the pool, the action may be logged to Diagnostics|Log.
NAS4Free 10.2.0.2.2115 (x64-embedded), 10.2.0.2.2258 (arm), 10.2.0.2.2258(dom0)
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1
GIGABYTE 5YASV-RH, Celeron E3400 (Dual 2.6GHz), ECC 8GB, Intel ET/CT/82566DM (on-board), ZFS mirror (2TBx2)
ASRock E350M1/USB3, 16GB, Realtek 8111E (on-board), ZFS mirror (2TBx2)
MSI MS-9666, Core i7-860(Quad 2.8GHz/HT), 32GB, Mellanox ConnectX-2 EN/Intel 82578DM (on-board), ZFS mirror (3TBx2+L2ARC/ZIL:SSD128GB)
Develop/test environment:
VirtualBox 512MB VM, ESXi 512MB-8GB VM, Raspberry Pi, Pi2, ODROID-C1
-
rs232
- Starter

- Posts: 59
- Joined: 25 Jun 2012 13:48
- Status: Offline
Re: what happened to my pool???
In my understanding you lose data if you remove the dataset. I did delete the pool and my data is there available.