]> git.datanom.net - omvzfs.git/commitdiff
Minor change to fstab entry.
authorNiclas Berglind <nb@kjam.se>
Tue, 23 Sep 2014 18:52:35 +0000 (20:52 +0200)
committerMichael Rasmussen <mir@datanom.net>
Tue, 23 Sep 2014 21:10:29 +0000 (23:10 +0200)
Signed-off-by: Niclas Berglind <nb@kjam.se>
src/Utils.php

index a6bb3eece02e1f000c54d52d836848f80a1f8619..579d53c4f7399c2ec20a7b584486daa0ee37afc3 100644 (file)
@@ -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();
This page took 0.031383 seconds and 5 git commands to generate.