Lines Matching +full:emc +full:- +full:cfg +full:- +full:2
4 # Copyright (c) 2017 Dell EMC Isilon
12 # 2. Redistributions in binary form must reproduce the above copyright
29 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
33 . ../default.cfg
35 sysctl vm | grep -q memguard || { echo "MEMGUARD(9) not enabled"; exit 0; }
37 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint
38 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart
40 mdconfig -a -t swap -s 1g -u $mdstart || exit 1
52 su $testuser -c 'cd ..; ./run.sh marcus.cfg' > /dev/null 2>&1
56 while mount | grep $mntpoint | grep -q /dev/md; do
59 mdconfig -d -u $mdstart