bugzilla-daemon at defect.opensolaris.org
2008-Apr-29 15:52 UTC
[Bug 1701] New: zio_write_encrypt ASSERT trips on old spa version
http://defect.opensolaris.org/bz/show_bug.cgi?id=1701 Summary: zio_write_encrypt ASSERT trips on old spa version Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: ACCEPTED Severity: minor Priority: P4 Component: other AssignedTo: darrenm at opensolaris.org ReportedBy: darrenm at opensolaris.org QAContact: hua.tang at sun.com CC: zfs-crypto-discuss at opensolaris.org Estimated Hours: 0.0 zio_write_encrypt() has an incorrect ASSERT that the spa_version is >SPA_VERSION_CRYPTO. This instead should be: if (spa_version(zio->io_spa) < SPA_VERSION_CRYPTO) return (ZIO_PIPELINE_CONTINUE); Similarly for zio_read_encrypt(). -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
bugzilla-daemon at defect.opensolaris.org
2008-May-02 16:06 UTC
[Bug 1701] zio_write_encrypt ASSERT trips on old spa version
http://defect.opensolaris.org/bz/show_bug.cgi?id=1701 Darren J Moffat <darrenm at opensolaris.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |FIXINPROGRESS --- Comment #1 from Darren J Moffat <darrenm at opensolaris.org> 2008-05-02 09:06:15 --- Ready to integrate the above fix. -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
bugzilla-daemon at defect.opensolaris.org
2008-May-06 20:24 UTC
[Bug 1701] zio_write_encrypt ASSERT trips on old spa version
http://defect.opensolaris.org/bz/show_bug.cgi?id=1701 Darren J Moffat <darrenm at opensolaris.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|FIXINPROGRESS |CLOSED Resolution| |FIXINSOURCE -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.