Date: Sat, 05 Oct 2019 03:20:19 +0000 From: bugzilla-noreply@freebsd.org To: geom@FreeBSD.org Subject: [Bug 241070] dumpon: dumpon opens geom devices non-exclusively Message-ID: <bug-241070-14739-XycbhvFFU9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241070-14739@https.bugs.freebsd.org/bugzilla/> References: <bug-241070-14739@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241070 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: asomers Date: Sat Oct 5 03:19:55 UTC 2019 New revision: 353118 URL: https://svnweb.freebsd.org/changeset/base/353118 Log: ZFS: fix several of the "zpool create" tests * Remove zpool_create_013_neg. FreeBSD doesn't have an equivalent of Solaris's metadevices. GEOM would be the equivalent, but since all geo= ms are the same from ZFS's perspective, this test would be redundant with zpool_create_012_neg * Remove zpool_create_014_neg. FreeBSD does not support swapping to regu= lar files. * Remove zpool_create_016_pos. This test is redundant with literally eve= ry other test that creates a disk-backed pool. * s:/etc/vfstab:/etc/fstab in zpool_create_011_neg * Delete the VTOC-related portion of zpool_create_008_pos. FreeBSD doesn= 't use VTOC. * Replace dumpadm with dumpon and swap with swapon in multiple tests. * In zpool_create_015_neg, don't require "zpool create -n" to fail. It's reasonable for that variant to succeed, because it doesn't actually open the zvol. * Greatly simplify zpool_create_012_neg. Make it safer, too, but not interfering with the system's regular swap devices. * Expect zpool_create_011_neg to fail (PR 241070) * Delete some redundant cleanup steps in various tests * Remove some unneeeded ATF timeout specifications. The default is fine. PR: 241070 MFC after: 2 weeks Sponsored by: Axcient Changes: head/ObsoleteFiles.inc head/tests/sys/cddl/zfs/include/commands.txt head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/Makefile head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create.kshlib head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_008_pos.= ksh head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_011_neg.= ksh head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_012_neg.= ksh head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_013_neg.= ksh head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_014_neg.= ksh head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_015_neg.= ksh head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_016_pos.= ksh head/tests/sys/cddl/zfs/tests/cli_root/zpool_create/zpool_create_test.sh --=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-241070-14739-XycbhvFFU9>