I have a pool that was made of 2 disks. I destroy the pool and remove one of the two disks. Now, I see that the deleted pool is still visible in the disk Tools (or with a commando diskutil list).
The problem is that I can not use the disk that is linked to this deleted pool. Diskutil eraseVolime, diskutil eraseDisk all are finishing with the errors :
Started erase on disk3
Unmounting disk
Error: -69877: Couldn't open device
I can't also delete this pool again as zpool doesn't see it anymore (zpool list). And trying to recreate it gives me the same errors as when I try to delete the disk.
The log gives this when the machine is starting :
29/10/12 18:10:38,000 kernel: ZFSLabelScheme:probe: label 'Test', vdev 13375918736068257648
But there is no "ZFSLabelScheme:Start" commando afterwards. This is, according to me, the evidence that this deleted pool is still referenced in the pool table of ZFS, or am I wrong?
Is there any way to delete this entry in the config file of ZFS?