Lines Matching full:mirror
41 [ -c /dev/mirror/test ] && { gmirror stop test; gmirror destroy test; }
42 old=`sysctl -n kern.geom.mirror.debug`
43 sysctl kern.geom.mirror.debug=-1 | grep -q -- -1 ||
44 sysctl kern.geom.mirror.debug=$old > /dev/null
59 [ "`sysctl -in kern.geom.mirror.launch_mirror_before_timeout`" = "0" ] &&
60 sleep $((`sysctl -n kern.geom.mirror.timeout` + 1))
61 [ -c /dev/mirror/test ] || exit 1
62 newfs $newfs_flags /dev/mirror/test > /dev/null
63 mount /dev/mirror/test $mntpoint
90 while mount | grep $mntpoint | grep -q /mirror/; do
93 checkfs /dev/mirror/test || s=2