Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 17:42:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191191] New: tests/mdconfig/legacy_test fails if /dev/md0 is already attached to the system
Message-ID:  <bug-191191-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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: yaneurabeya@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.



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