[libvirt] [PATCH v4 02/10] docs: Add news mention of NFS Storage Pool mount options

John Ferlan posted 10 patches 7 years ago
[libvirt] [PATCH v4 02/10] docs: Add news mention of NFS Storage Pool mount options
Posted by John Ferlan 7 years ago
Signed-off-by: John Ferlan <jferlan@redhat.com>
---
 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index bc11791d03..12bff206c1 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -39,6 +39,17 @@
     <section title="Improvements">
     </section>
     <section title="Bug fixes">
+      <change>
+        <summary>
+          storage: Add default mount options for NFS Storage Pools
+        </summary>
+        <description>
+          Altered the command line generation for NFS 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".
+        </description>
+      </change>
     </section>
   </release>
   <release version="v5.0.0" date="2019-01-15">
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v4 02/10] docs: Add news mention of NFS Storage Pool mount options
Posted by Daniel P. Berrangé 7 years ago
On Thu, Jan 17, 2019 at 04:22:08PM -0500, John Ferlan wrote:
> Signed-off-by: John Ferlan <jferlan@redhat.com>
> ---
>  docs/news.xml | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index bc11791d03..12bff206c1 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -39,6 +39,17 @@
>      <section title="Improvements">
>      </section>
>      <section title="Bug fixes">
> +      <change>
> +        <summary>
> +          storage: Add default mount options for NFS Storage Pools
> +        </summary>
> +        <description>
> +          Altered the command line generation for NFS 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".
> +        </description>
> +      </change>
>      </section>
>    </release>
>    <release version="v5.0.0" date="2019-01-15">

If you generalize the text so its not just NFS per previous patch
comments

  Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list