[zfs-discuss] zdb zpool show as 'Value too large for defined data type

2010-04-15 Thread mingli
zdb zpool output as below:
bash-3.00# zdb ttt
version=15
name='ttt'
state=0
txg=4
pool_guid=4724975198934143337
hostid=69113181
hostname='cdc-x4100s8'
vdev_tree
type='root'
id=0
guid=4724975198934143337
children[0]
type='disk'
id=0
guid=7112095013338462572
path='/dev/dsk/emcpower19c'
phys_path='/pseudo/e...@19:c,blk'
whole_disk=0
metaslab_array=27
metaslab_shift=26
ashift=9
asize=10704388096
is_log=0
children[1]
type='disk'
id=1
guid=2075488245026441048
path='/dev/dsk/emcpower18c'
phys_path='/pseudo/e...@18:c,blk'
whole_disk=0
metaslab_array=25
metaslab_shift=26
ashift=9
asize=10679746560
is_log=0
children[2]
type='disk'
id=2
guid=2555205856571100029
path='/dev/dsk/emcpower17c'
phys_path='/pseudo/e...@17:c,blk'
whole_disk=0
metaslab_array=23
metaslab_shift=26
ashift=9
asize=10679746560
is_log=0
zdb: can't open ttt: Value too large for defined data type.

And another question about create zpool, what's the difference between creating 
zpool with slice 2 or whole disk? and which one is the recommended one?

Thanks,
Ming
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zdb zpool show as 'Value too large for defined data type

2010-04-15 Thread mingli
And for the same zpool, the same issue observed when I tried to import this 
zpool, and I encountered core dump also:
bash-3.00# zpool import ttt
internal error: Value too large for defined data type
Abort (core dumped)

bash-3.00# pstack core 
core 'core' of 13292:   zpool import ttt
 fedba427 _lwp_kill (1, 6) + 7
 fed620c3 raise(6) + 1f
 fed41d2d abort(4f, 8086548, fefac000, fef94344, 8086570, 80424a4) + cd
 fef3e5bd zfs_verror (8086548, 80f, fef94260, 80424b8) + d1
 fef3eab1 zpool_standard_error_fmt (8086548, 4f, fef94260, 8043910) + 74
 fef3ea35 zpool_standard_error (8086548, 4f, 8043910) + 25
 fef45679 zpool_import_props (8086548, 80cede8, 0, 0, 0) + 29d
 0805533f  (80cede8, 0, 0, 0, 0, 0)
 08055a52  (1, 8047e58)
 08059517 main (3, 8047e50, 8047e60) + 134
 080532c2  (3, 8047efc, 8047f02, 8047f09, 0, 8047f0d)

Any reply is very appreciated.

Thanks,
Ming
-- 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss