OpenSolaris

Printable Version Enter a New Search
Bug ID 6576508
Synopsis 'zfs create -o compression=gzip 'on old version pool will core dump
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zfs
Keywords
Responsible Engineer Matthew Ahrens
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_69
Fixed In snv_69
Release Fixed solaris_nevada(snv_69) , solaris_10u6(s10u6_01) (Bug ID:2156408)
Related Bugs
Submit Date 3-July-2007
Last Update Date 19-July-2007
Description
Testing Matt's latest apple bits, hit below issue with old vesion pools

bash-3.00# zfs create -o compression=gzip v1-pool/fs2
internal error: Operation not supported
Abort (core dumped)
bash-3.00# zfs create -o compression=gzip v2-pool/fs2
internal error: Operation not supported
Abort (core dumped)
bash-3.00# zfs create -o compression=gzip v3-pool/fs2
internal error: Operation not supported
Abort (core dumped)

'zfs create -o copies' suffers from this too.
bash-3.00# zfs create -o copies=3 v1-pool/fs2
internal error: Operation not supported

'zfs create -o version' does not get impacted.
Work Around
N/A
Comments
N/A