Public bug reported: I had two datapools on the same HDD (one for VMs and one for archives) and every month scrubbing those datapools started on the same moment in time. The first datapool has been striped with another smaller HDD.
I did not like it , so I changed /etc/cron.d/zfsutils line 6 and 7 as follows: FROM: # Scrub the second Sunday of every month. 24 0 8-14 * * root if [ $(date +\%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/scrub ]; then /usr/lib/zfs-linux/scrub; fi TO: # Scrub the second Sunday of every month. 24 0 8-14 * * root if [ $(date +\%w) -eq 0 ] && [ -x /usr/lib/zfs-linux/scrub ]; then /home/bertadmin/b-scrub.sh; fi Ubuntu-bug detected the change, asked whether that zfsutils script should be incorporated and afterwards refused to report the bug, because zfs had been changed and I had to revert the change. After I reverted the change copying zfsutils script back from .zfs/snapshots, the system still refused to report ubuntu-bugs. I did the same change in Ubuntu 21.04 and I never had a problem with it. The original script might be fine for most cases, but is is slowing down the whole scrub process considerably, if you have two datapools on the same HDD. Why ask whether the change should be incorporated and afterwards refuse the report any bugs even when the change has been undone. ProblemType: Bug DistroRelease: Ubuntu 21.10 Package: ubiquity (not installed) ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18 Uname: Linux 5.13.0-21-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu71 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Fri Nov 12 06:29:20 2021 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed maybe-ubiquity quiet splash --- InstallationDate: Installed on 2021-10-09 (33 days ago) InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420) SourcePackage: ubiquity Symptom: installation UpgradeStatus: Upgraded to impish on 2021-10-14 (28 days ago) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug impish ubiquity-21.04.19 wayland-session -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1950768 Title: zfsutils-linux does not allow to report bugs To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1950768/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs