[Bug 278624] mdconfig does not show options set when listing devices

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 27 Apr 2024 19:48:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278624

            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

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