Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249115

            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=20
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=3Dsha512 foo

    # zfs set atime=3Don 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 :=20

    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=20
set checksum fine.=20

This only is seen during install as tests after first boot seem fine.


--=20
Dennis Clarke
RISC-V/SPARC/PPC/ARM/CISC
UNIX and Linux spoken

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249115-227>