From: Niclas Berglind Date: Tue, 23 Sep 2014 18:52:35 +0000 (+0200) Subject: Minor change to fstab entry. X-Git-Url: http://git.datanom.net/omvzfs.git/commitdiff_plain/2d44d88394aa1d612c8324ceaab7b8fb0fbe8357 Minor change to fstab entry. Signed-off-by: Niclas Berglind --- 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();