OpenSolaris

Printable Version Enter a New Search
Bug ID 6617656
Synopsis zpool destroy should deal with newer pools
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zfs
Keywords
Responsible Engineer Christopher Kirby
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_82
Fixed In snv_82
Release Fixed solaris_nevada(snv_82) , solaris_10u6(s10u6_01) (Bug ID:2160895)
Related Bugs 6617586 , 6625822
Submit Date 16-October-2007
Last Update Date 31-January-2008
Description
Trying to destroy a pool with a newer version than what the running system
supports results in 'zpool' coredumping. The library should be able to handle
an ENOTSUP errno and report the correct error messages without the coredump.

zfs-890-1# zpool upgrade
This system is currently running ZFS pool version 8.

The following pools are formatted using a newer software version and
cannot be accessed on the current system.

VER  POOL
---  ------------
 9   testpool.563834

Use 'zpool upgrade -v' for a list of available versions and their associated
features.

zfs-890-1# zpool destroy testpool.563834 
internal error: Operation not supported
Abort (core dumped)
Work Around
N/A
Comments
N/A