Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2024 19:48:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 278624] mdconfig does not show options set when listing devices
Message-ID:  <bug-278624-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 278624
           Summary: mdconfig does not show options set when listing
                    devices
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: rbranco@suse.com

Currently, we have no way of seeing options set to md(4) devices.

Fix: https://github.com/freebsd/freebsd-src/pull/1210

# mdconfig -a -f /root/backup.iso -o readonly -o verify

Before:
# mdconfig -l -v
md0     vnode    1536K  /root/backup.iso

After:
# mdconfig -l -v
md0     vnode    1536K  /root/backup.iso        -       readonly,verify

--=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-278624-227>