Clone with canmount=off to avoid double mounts

This commit is contained in:
Bryan Drewery 2012-05-05 00:30:30 -05:00
parent 79c85f83bd
commit 0ae22830a8
1 changed files with 1 additions and 1 deletions

2
beadm
View File

@ -92,7 +92,7 @@ EOF
then then
OPTS="" OPTS=""
fi fi
zfs clone -o canmount=noauto ${OPTS} ${FS}@${2##*/} ${DATASET} zfs clone -o canmount=off ${OPTS} ${FS}@${2##*/} ${DATASET}
done done
echo "Created successfully" echo "Created successfully"
} }