Promote all filesystems under the new BE, not just the root
This commit is contained in:
parent
347990888c
commit
aa795ab4bc
2
beadm
2
beadm
|
|
@ -164,7 +164,7 @@ case ${1} in
|
||||||
zfs list -H -o name -t filesystem -r ${POOL}/ROOT/${2} \
|
zfs list -H -o name -t filesystem -r ${POOL}/ROOT/${2} \
|
||||||
| while read I
|
| while read I
|
||||||
do
|
do
|
||||||
zfs promote ${POOL}/ROOT/${2} 2> /dev/null
|
zfs promote ${I} 2> /dev/null
|
||||||
done
|
done
|
||||||
echo "Activated successfully"
|
echo "Activated successfully"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue