]> git.datanom.net - omvzfs.git/blobdiff - src/Utils.php
Minor change to fstab entry.
[omvzfs.git] / 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.028613 seconds and 5 git commands to generate.