zfsutils-linux does not allow to report bugs

Bug #1950768 reported by BertN45
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zfsutils (Ubuntu)
New
Undecided
Unassigned

Bug Description

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)

Revision history for this message
BertN45 (lammert-nijhof) wrote :
affects: ubiquity (Ubuntu) → zfsutils (Ubuntu)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.