[Bug 249115] The zfs command in the installer fails to log a set command
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 4 19:33:01 UTC 2020
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 at FreeBSD.org
Reporter: dclarke at 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.
More information about the freebsd-bugs
mailing list