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: [email protected]
Reporter: [email protected]
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.