From 2d44d88394aa1d612c8324ceaab7b8fb0fbe8357 Mon Sep 17 00:00:00 2001 From: Niclas Berglind Date: Tue, 23 Sep 2014 20:52:35 +0200 Subject: [PATCH] Minor change to fstab entry. Signed-off-by: Niclas Berglind --- src/Utils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Utils.php b/src/Utils.php index a6bb3ee..579d53c 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -111,9 +111,9 @@ class OMVModuleZFSUtil { "fsname" => $pooluuid, "dir" => $dir, "type" => "zfs", - "opts" => "rw,relatime,xattr", + "opts" => "rw,relatime,xattr,noacl", "freq" => "0", - "passno" => "2" + "passno" => "0" ); $xmlConfig->set("//system/fstab",array("mntent" => $object)); $dispatcher = &OMVNotifyDispatcher::getInstance(); -- 2.39.2