[SOLVED] Delete ZFS from UI

rfmmkad

New Member
Dec 9, 2020
2
2
3
42
Hi there,

I just discovered proxmox a few days ago and am a bit of a noob to it and hypervisors in general, so please bear with.

I had a couple old 2TB rust drives lying around so I threw them into my Proxmox home rig, and thought I'd mess with ZFS (also a first for me). After some messing about I was able to create a ZFS pool. However, as I'm not sure what setup I want yet, I decided to delete the pool, except I did it manually from the PVE node root shell (deleted zfs drive partitions via cfdisk and did `zfs destoy zfs-pool`). Clearly this was not a good idea as now I'm in a weird state where Proxmox still shows my ZFS pool but no zfs pool or drives exist.

Would appreciate any help removing said zfs pool from the Proxmox left side sidebar:

1607521324315.png
Thanks in advance!
 
Hi! The storage configuration is probably still in your config file. If you delete the zfs-pool configuration from /etc/pve/storage.cfg, this should disappear :)
 
  • Like
Reactions: Kim_Ek and appelsap
Hi! The storage configuration is probably still in your config file. If you delete the zfs-pool configuration from /etc/pve/storage.cfg, this should disappear :)
Thank you ! I had already done "zpool destroy <pool_name>" but struggled with error messages linked to my zpool gone since long.
This resolved my issue as well.
 
  • Like
Reactions: cbugk
Thanks alot !!!!

KeyWords so this post can be found more easily :
how to delete a ZFS that is physically not there anymore
proxmox I replaced a physical drive without removing the pool before