Promote all filesystems under the new BE, not just the root

This commit is contained in:
Bryan Drewery 2012-04-29 10:56:44 -05:00
parent 347990888c
commit aa795ab4bc
1 changed files with 1 additions and 1 deletions

2
beadm
View File

@ -164,7 +164,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"
;;