matthewowen01
Guru
- Joined
- May 27, 2011
- Messages
- 566
From thread:
http://forums.freenas.org/showthrea...-....-need-a-help.&p=1579&viewfull=1#post1579
When you use the Gui to destroy a volume, it is impossible to retrieve the volume using 'zpool import -D' if you use 'zpool destroy' from the cli, the correct behavior is observed. i was able to replicate this in a virtual machine.
it looks like one of our users lost a pool due to this bug. by reading /var/log/messages, i can see that dd is being used to nuke the first section of the disks, this is not how destroy should operate. it should use the 'zpool destroy' command. if dd is the true intention of the 'destroy' button, a new name is needed as destroy is already in the zfs grammar and this causes very dangerous results.
http://forums.freenas.org/showthrea...-....-need-a-help.&p=1579&viewfull=1#post1579
When you use the Gui to destroy a volume, it is impossible to retrieve the volume using 'zpool import -D' if you use 'zpool destroy' from the cli, the correct behavior is observed. i was able to replicate this in a virtual machine.
it looks like one of our users lost a pool due to this bug. by reading /var/log/messages, i can see that dd is being used to nuke the first section of the disks, this is not how destroy should operate. it should use the 'zpool destroy' command. if dd is the true intention of the 'destroy' button, a new name is needed as destroy is already in the zfs grammar and this causes very dangerous results.