From 0ae22830a8e5729467424ed0686f234ea43b226a Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 5 May 2012 00:30:30 -0500 Subject: [PATCH] Clone with canmount=off to avoid double mounts --- beadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beadm b/beadm index bc6ef3d..a64f19f 100755 --- a/beadm +++ b/beadm @@ -92,7 +92,7 @@ EOF then OPTS="" fi - zfs clone -o canmount=noauto ${OPTS} ${FS}@${2##*/} ${DATASET} + zfs clone -o canmount=off ${OPTS} ${FS}@${2##*/} ${DATASET} done echo "Created successfully" }