Merge pull request #4 from bdrewery/promotion-fix

Promote all filesystems under the new BE, not just the root
This commit is contained in:
vermaden 2012-04-29 09:07:20 -07:00
commit b194a37c5f
1 changed files with 1 additions and 1 deletions

2
beadm
View File

@ -166,7 +166,7 @@ case ${1} in
zfs list -H -o name -t filesystem -r ${POOL}/ROOT/${2} \
| while read I
do
zfs promote ${POOL}/ROOT/${2} 2> /dev/null
zfs promote ${I} 2> /dev/null
done
echo "Activated successfully"
;;