Lines Matching +full:emc +full:- +full:cfg +full:- +full:2
4 # SPDX-License-Identifier: BSD-2-Clause
6 # Copyright (c) 2018 Dell EMC Isilon
13 # 2. Redistributions in binary form must reproduce the above copyright
32 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
34 . ../default.cfg
37 [ -z "`type mke2fs 2>/dev/null`" ] &&
40 mount | grep "$mntpoint" | grep -q md$mdstart && umount $mntpoint
41 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart
43 mdconfig -a -t swap -s 1g -u $mdstart
44 mke2fs -t ext3 -m 0 -b 2048 /dev/md$mdstart > /dev/null
46 mount -t ext2fs /dev/md$mdstart $mntpoint || exit 1
52 su $testuser -c 'cd ..; ./run.sh marcus.cfg' &
57 while mount | grep $mntpoint | grep -q /dev/md; do
61 mdconfig -d -u $mdstart