Fix bug when listsnapshots=on ia set.
This commit is contained in:
parent
d7d7cd3f04
commit
22db02f026
1
beadm
1
beadm
|
|
@ -134,6 +134,7 @@ __be_new() { # 1=SOURCE 2=TARGET
|
||||||
fi
|
fi
|
||||||
# clone properties of source boot environment
|
# clone properties of source boot environment
|
||||||
zfs list -H -o name -r ${SOURCE} \
|
zfs list -H -o name -r ${SOURCE} \
|
||||||
|
| grep -v '@' \
|
||||||
| while read FS
|
| while read FS
|
||||||
do
|
do
|
||||||
local OPTS=""
|
local OPTS=""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue