Public bug reported: SRU request, zfs-linux, wily
[IMPACT] ZFS failes to auto re-mount on a reboot. The reason is two-fold: 1. the /etc/zfs/zpool.cache is not being created correctly and can appear as /etc/zfs/zpool.cache.tmp - this is fixed with upstream commit https://github.com/zfsonlinux/zfs/commit/efc412b 2. the systemd configs for zed and the systemd auto mounting configs were omitted from the original upload. [TEST CASE] 1 Install zfs 2 create zpool, and some zfs file systems: dd if=/dev/zero pf=test.img bs=1M count=1024 sudo zpool create test /home/user/test.img sudo zfs create test/foo sudo zfs create test/bar 3 reboot 4 the test/foo and test/bar are not re-mounted With the fix, the zfs file systems are automounted correctly. [REGRESSION POTENTIAL] Limited - change to zpool.cache renaming in the kernel driver is the largest impact, and this has been exercised in upstream versions The auto remount systemd scripts are from the ZFS-on-Linux packaging and hence have been exercised well. ** Affects: zfs-linux (Ubuntu) Importance: High Assignee: Colin Ian King (colin-king) Status: In Progress ** Changed in: zfs-linux (Ubuntu) Status: New => In Progress ** Changed in: zfs-linux (Ubuntu) Importance: Undecided => High ** Changed in: zfs-linux (Ubuntu) Assignee: (unassigned) => Colin Ian King (colin-king) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1521952 Title: zfs-linux: auto remount fails on reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1521952/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
