[libvirt] [PATCH] docs: Update --timeout description in libvirtd's man page

Erik Skultety posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/2019a9f9025726e74351d8cdd5b29871306cb289.1504784484.git.eskultet@redhat.com
daemon/libvirtd.pod | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[libvirt] [PATCH] docs: Update --timeout description in libvirtd's man page
Posted by Erik Skultety 6 years, 6 months ago
Since commit @ae2163f8, only active client connections or running
domains are allowed to inhibit daemon shutdown. The man page however
wasn't updated appropriately.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1325066

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
 daemon/libvirtd.pod | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/daemon/libvirtd.pod b/daemon/libvirtd.pod
index 9f5a17d9c..8d3fbd13d 100644
--- a/daemon/libvirtd.pod
+++ b/daemon/libvirtd.pod
@@ -56,10 +56,8 @@ Use this name for the PID file, overriding the default value.
 
 =item B<-t, --timeout> I<SECONDS>
 
-Exit after timeout period (in seconds) elapse with no client connections
-or registered resources.  Be aware that resources such as autostart
-networks will result in never reaching the timeout, even when there are
-no client connections.
+Exit after timeout period (in seconds), provided there are neither any client
+connections nor any running domains.
 
 =item B<-v, --verbose>
 
-- 
2.13.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Update --timeout description in libvirtd's man page
Posted by Martin Kletzander 6 years, 6 months ago
On Thu, Sep 07, 2017 at 03:47:51PM +0200, Erik Skultety wrote:
>Since commit @ae2163f8, only active client connections or running
>domains are allowed to inhibit daemon shutdown. The man page however
>wasn't updated appropriately.
>
>Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1325066
>
>Signed-off-by: Erik Skultety <eskultet@redhat.com>

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>

>---
> daemon/libvirtd.pod | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
>diff --git a/daemon/libvirtd.pod b/daemon/libvirtd.pod
>index 9f5a17d9c..8d3fbd13d 100644
>--- a/daemon/libvirtd.pod
>+++ b/daemon/libvirtd.pod
>@@ -56,10 +56,8 @@ Use this name for the PID file, overriding the default value.
>
> =item B<-t, --timeout> I<SECONDS>
>
>-Exit after timeout period (in seconds) elapse with no client connections
>-or registered resources.  Be aware that resources such as autostart
>-networks will result in never reaching the timeout, even when there are
>-no client connections.
>+Exit after timeout period (in seconds), provided there are neither any client
>+connections nor any running domains.
>
> =item B<-v, --verbose>
>
>--
>2.13.3
>
>--
>libvir-list mailing list
>libvir-list@redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list