From f06e94af07cd0749e56ded6d2d41a34889163f54 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Thu, 17 Jan 2019 15:50:41 -0500 Subject: [PATCH] docs: Add news mention of default fs/netfs storage pool mount options MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Ferlan Reviewed-by: Daniel P. Berrangé --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 5759a9e178..2aa4ed25d6 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -50,6 +50,17 @@
+ + + storage: Add default mount options for fs/netfs storage pools + + + Altered the command line generation for fs/netfs storage pools to + add some default options. For Linux based systems, the options + added are "nodev, nosuid, noexec". For FreeBSD based systems, + the options added are "nosuid, noexec". + +
-- 2.47.2