Lines Matching +full:emc +full:- +full:cfg +full:- +full:2
4 # Copyright (c) 2014 EMC Corp.
12 # 2. Redistributions in binary form must reproduce the above copyright
35 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
37 old=`sysctl -n vm.overcommit`
38 [ $old -eq 1 ] && exit
42 . ../default.cfg
44 mount | grep $mntpoint | grep -q /dev/md && umount -f $mntpoint
45 mdconfig -l | grep -q md$mdstart && mdconfig -d -u $mdstart
46 mdconfig -a -t swap -s 2g -u $mdstart
55 su $testuser -c 'cd ..; ./run.sh marcus.cfg'
57 while mount | grep "on $mntpoint " | grep -q /dev/md; do
60 mdconfig -d -u $mdstart