nullfs17.sh (8a272653d9fbd9fc37691c9aad6a05089b4ecb4d) nullfs17.sh (5666643a95389e3ea7637b86cc556d411242f71e)
1#!/bin/sh
2
3#
4# Copyright (c) 2016 EMC Corp.
5# All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26# SUCH DAMAGE.
27#
28
29# Variation of nullfs.sh
30
31# "panic: LK_RETRY set with incompatible flags (0x202400) or
1#!/bin/sh
2
3#
4# Copyright (c) 2016 EMC Corp.
5# All rights reserved.
6#
7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26# SUCH DAMAGE.
27#
28
29# Variation of nullfs.sh
30
31# "panic: LK_RETRY set with incompatible flags (0x202400) or
32# an error occured (11)" seen.
32# an error occurred (11)" seen.
33# https://people.freebsd.org/~pho/stress/log/matt001.txt
34
35[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
36
37. ../default.cfg
38
39mounts=15 # Number of parallel scripts
40: ${nullfs_srcdir:=/tmp}

--- 44 unchanged lines hidden ---
33# https://people.freebsd.org/~pho/stress/log/matt001.txt
34
35[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
36
37. ../default.cfg
38
39mounts=15 # Number of parallel scripts
40: ${nullfs_srcdir:=/tmp}

--- 44 unchanged lines hidden ---