summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/zvol2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.d/zvol b/etc/rc.d/zvol
index 62c9015..b52f4ce 100755
--- a/etc/rc.d/zvol
+++ b/etc/rc.d/zvol
@@ -17,7 +17,6 @@ required_modules="zfs"
zvol_start()
{
- zfs volinit
# Enable swap on ZVOLs with property org.freebsd:swap=on.
zfs list -H -o org.freebsd:swap,name -t volume | \
while read state name; do
@@ -40,7 +39,6 @@ zvol_stop()
;;
esac
done
- zfs volfini
}
load_rc_config $name
OpenPOWER on IntegriCloud