Hello,
After upgrading to ElectricEel-24.10.0.2, I found that the my App1 pool had gone offline. It was a dedicated pool (1 USB disk) for applications - in the previous version, before Docker. Now on the web I see this disk as ‘Disks with exported pools’ and the pool itself as ‘Offline VDEVs’.
This pool is not available on the command line:
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
Data1 5.44T 1.04T 4.40T - - 0% 19% 1.00x ONLINE /mnt
Data2 5.45T 2.34T 3.11T - - 9% 42% 1.00x ONLINE /mnt
boot-pool 118G 8.73G 109G - - 7% 7% 1.00x ONLINE -
I can’t import it:
zpool import
pool: App1
id: 15526745776564879670
state: ONLINE
status: Some supported features are not enabled on the pool.
(Note that they may be intentionally disabled if the
‘compatibility’ property is set.)
action: The pool can be imported using its name or numeric identifier, though
some features will not be available without an explicit ‘zpool upgrade’.
config:
App1 ONLINE
eaf976de-d1f6-455d-b0b9-790830f591e4 ONLINE
zpool import -F App1
cannot import ‘App1’: one or more devices is read only
I also can’t delete it
[EFAULT] Failed to stop docker service: [EFAULT] Failed to umount dataset: Dataset App1/ix-apps not found
I try to stop docker service (systemctl stop docker) but this does not help, the error persists.
This pool does not contain any information and I would like to delete it because I already prepared a SATA disk instead of this USB.
Need advice on how to remove it.
My system: HP Microserver N54l, 1 boot SSD, 4x6 Tb SATA storage, 1 USB 32 Gb as application pool, ElectricEel-24.10.0.2