From: Niclas Berglind Date: Mon, 6 Oct 2014 19:44:14 +0000 (+0200) Subject: Use the newly introduced hidden flag when creating mntent objects. X-Git-Url: http://git.datanom.net/omvzfs.git/commitdiff_plain/1d1e2e95d1c75c25a5bb75dc15e19a3cc5961a4a Use the newly introduced hidden flag when creating mntent objects. Signed-off-by: Niclas Berglind --- diff --git a/src/Utils.php b/src/Utils.php index 0f67e36..58bdc7b 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -185,7 +185,8 @@ class OMVModuleZFSUtil { "type" => "zfs", "opts" => "rw,relatime,xattr,noacl", "freq" => "0", - "passno" => "0" + "passno" => "0", + "hidden" => "1" ); $xmlConfig->set("//system/fstab",array("mntent" => $object)); }