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
35 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
37 . ../default.cfg
40 [ -z "`type mke2fs 2>/dev/null`" ] &&
43 mount | grep "$mntpoint" | grep -q md$mdstart && umount $mntpoint
44 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart
46 mdconfig -a -t swap -s 1g -u $mdstart
47 mke2fs -t ext4 -m 0 -b 2048 /dev/md$mdstart > /dev/null
49 mount -t ext2fs /dev/md$mdstart $mntpoint || exit 1
55 su $testuser -c 'cd ..; ./run.sh marcus.cfg' &
60 while mount | grep $mntpoint | grep -q /dev/md; do
64 mdconfig -d -u $mdstart