From: Alan J. Pippin Date: Thu, 13 Mar 2014 13:53:48 +0000 (-0600) Subject: Tweaked comment in last commit X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=commitdiff_plain;h=ff1ff120ecfcd30e86772b43a9f85dd893827fb7;p=zfs-ubuntu%2F.git Tweaked comment in last commit --- diff --git a/zfs-scrub b/zfs-scrub index 8409876..fbeadb7 100755 --- a/zfs-scrub +++ b/zfs-scrub @@ -90,7 +90,7 @@ do # Export the local pool if told to do so if [[ $import_export_backup_pool == 1 ]] && [[ "$i" =~ "$backup_pool" ]]; then - # Don't export if there is a currently running zfs-replicate operation + # Don't export the pool if there is a currently running zfs-replicate operation ps -ef | grep -q "zfs-replicate" | grep -v grep if [ $? != 0 ]; then zpool export $i