From 1d1e2e95d1c75c25a5bb75dc15e19a3cc5961a4a Mon Sep 17 00:00:00 2001 From: Niclas Berglind Date: Mon, 6 Oct 2014 21:44:14 +0200 Subject: [PATCH] Use the newly introduced hidden flag when creating mntent objects. Signed-off-by: Niclas Berglind --- src/Utils.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)); } -- 2.39.2