Comment 7 for bug 1636517

Revision history for this message
Colin Ian King (colin-king) wrote :

Thanks Hajo, I was working the fix last night with a detection of the two different lookup_bdev calls and been regression testing during the night for Zesty, Yakkety and Xenial. I've got my fix already prepared...

So the way this kind of fix works with Ubuntu is as follows:

1. Change goes into zfsutils-linux
2. Sync the delta into the kernel package

I've put the zfsutils updates in ppa:

https://launchpad.net/~colin-king/+archive/ubuntu/zfs-lp-1636517
sudo add-apt-repository ppa:colin-king/zfs-lp-1636517
sudo apt-get update && sudo apt-get upgrade

And the fix in some test kernels:

http://kernel.ubuntu.com/~cking/zfs-lp-163651

These have been tested against our internal zfs regression tests and pass.

@Fabian can you test these and if they are OK I'll SRU these. Thanks!