--- wikisrc/users/haad/Attic/porting_zfs.mdwn 2009/10/26 23:19:05 1.6 +++ wikisrc/users/haad/Attic/porting_zfs.mdwn 2009/12/23 23:37:21 1.9 @@ -2,7 +2,7 @@ NetBSD zfs port is work in progress and can easily panic your system. -**ZFS currently works ony on i386!!** +**ZFS currently works ony on i386 and amd64!!** --- # 2. Using NetBSD ZFS port @@ -55,15 +55,7 @@ After creating ZVOLS and filesystem they ## Show stoppers ### amd64 -* amd64 zio_root crash -Investigation -vdev_label_read_config -> zio_root calls zio_wait on a zio_root zio_t. Later zio_execute tries to generate -checksum on zio->zio_data which is NULL for a zio_root. Is this ressurrection of andys zio_null problem ? -because zio_root is basicaly zio_null. - - Solution - What is difference between i386 and amd64 version why it is working on i386 and not on a amd64 that can be - solution. + ### i386 ### Both @@ -91,7 +83,7 @@ because zio_root is basicaly zio_null. * Snapshots * Permissions * Old code, we should update NetBSD zfs port to new code -* More tasks can be found at [http://nxr.netbsd.org/xref/src/external/cddl/osnet/TODO] +* More tasks can be found at # External Documentation links -Nice zfs howto written for zfs + mac os x [http://code.google.com/p/maczfs/wiki/GettingStarted] +Nice zfs howto written for zfs + mac os x