Date: Fri, 04 Sep 2020 19:33:01 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 249115] The zfs command in the installer fails to log a set command Message-ID: <bug-249115-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249115 Bug ID: 249115 Summary: The zfs command in the installer fails to log a set command Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: dclarke@blastwave.org During install of FreeBSD 13.0-CURRENT #0 c122cf32f2a-c252857 from the snapshots of 3 Sept 2020 I did select the option to open a shell at end of install. Therein I use to two following commands for the zpool foo : # zfs set checksum=sha512 foo # zfs set atime=on foo The first command works fine and does indeed set the checksum to sha512 on all datasets whereas the second command SEEMS to fail with an error message : cannot mount 'foo': Invalid argument property may be set but unable to remount filesystem Then we check with : zfs list -o name,used,avail,atime,setuid,exec,checksum,mountpoint where we see that indeed the atime property is set on everywhere and the zpool history fails to log this event. The zpool history does log the set checksum fine. This only is seen during install as tests after first boot seem fine. -- Dennis Clarke RISC-V/SPARC/PPC/ARM/CISC UNIX and Linux spoken -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249115-227>
