https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191191

            Bug ID: 191191
           Summary: tests/mdconfig/legacy_test fails if /dev/md0 is
                    already attached to the system
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: yaneurab...@gmail.com

If I have /dev/md0 already attached to the system and try to run
mdconfig/legacy_test, it will fail and leave a bunch of memory disks behind:

% kyua test
legacy_test:main  ->  passed  [0.463s]

1/1 passed (0 failed)
Committed action 12
% mdmfs -s 10m 0 /mnt/
% kyua test
legacy_test:main  ->  failed: 1 tests of 1 failed  [0.368s]

0/1 passed (1 failed)
Committed action 13
% mdconfig -l
md0 md1 md2 md3 md4 md5 md6 md7 md8 md9
% umount /mnt/
% mdconfig -l | sed -e 's,md,,' | xargs -n 1 mdconfig -d -u
% mdconfig -l
% kyua test
legacy_test:main  ->  passed  [0.365s]

1/1 passed (0 failed)
Committed action 14
% mdconfig -l
%

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to