Bug#966565: [zfsutils-linux] zfs-mount-generator broken by git_fix_dependency_loop_encryption1.patch

2020-07-30 Thread Richard Laager
On 7/30/20 1:58 PM, Antonio Russo wrote: > Changing this line to > > pools=$(zpool list -H -o name | true) This should be || true (two pipes, not one). -- Richard signature.asc Description: OpenPGP digital signature

Bug#966565: [zfsutils-linux] zfs-mount-generator broken by git_fix_dependency_loop_encryption1.patch

2020-07-30 Thread Antonio Russo
Ugh, sorry. This is of course correct. On 2020-07-30 17:50, Richard Laager wrote: > On 7/30/20 1:58 PM, Antonio Russo wrote: >> Changing this line to >> >> pools=$(zpool list -H -o name | true) > > This should be || true (two pipes, not one). >

Bug#966565: [zfsutils-linux] zfs-mount-generator broken by git_fix_dependency_loop_encryption1.patch

2020-07-30 Thread Antonio Russo
Package: zfsutils-linux Version: 0.8.4-2 Severity: important X-Debbugs-CC: rlaa...@wiktel.com Tags: patch The addition of the command pools=$(zpool list -H -o name) to /lib/systemd/system-generators/zfs-mount-generator means that zpool must succeed at very early in the boot. This may not be the