Re: [libvirt] [PATCH] test_virtlockd.aug.in: Use the correct file

2013-09-03 Thread Guido Günther
On Tue, Sep 03, 2013 at 09:17:47AM -0600, Eric Blake wrote:
> On 09/03/2013 08:50 AM, Michal Privoznik wrote:
> > The test should refer to Virtlockd.lns, which is the name of
> > the module + lens in virtlockd.aug.
> > 
> > Signed-off-by: Michal Privoznik 
> > ---
> >  src/locking/test_virtlockd.aug.in | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Hmm, it looks like this was missed during Guido's commit 3e325448.

Hmm...while my src/locking/test_virtlockd.aug.in lacks this change my
build/src/test_virtlockd.aug has it so it seems I forgot to commit it
(otherwise the test would still fail) so ACK!

> 
> ACK.
> 
> > 
> > diff --git a/src/locking/test_virtlockd.aug.in 
> > b/src/locking/test_virtlockd.aug.in
> > index dcd47c3..799818e 100644
> > --- a/src/locking/test_virtlockd.aug.in
> > +++ b/src/locking/test_virtlockd.aug.in
> > @@ -5,7 +5,7 @@ log_outputs=\"3:syslog:libvirtd\"
> >  log_buffer_size = 64
> >  "
> >  
> > -   test Libvirtd.lns get conf =
> > +   test Virtlockd.lns get conf =
> >  { "log_level" = "3" }
> >  { "log_filters" = "3:remote 4:event" }
> >  { "log_outputs" = "3:syslog:libvirtd" }
> > 
> 
> -- 
> Eric Blake   eblake redhat com+1-919-301-3266
> Libvirt virtualization library http://libvirt.org
> 


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


[libvirt] [PATCH] test_virtlockd.aug.in: Use the correct file

2013-09-03 Thread Michal Privoznik
The test should refer to Virtlockd.lns, which is the name of
the module + lens in virtlockd.aug.

Signed-off-by: Michal Privoznik 
---
 src/locking/test_virtlockd.aug.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/locking/test_virtlockd.aug.in 
b/src/locking/test_virtlockd.aug.in
index dcd47c3..799818e 100644
--- a/src/locking/test_virtlockd.aug.in
+++ b/src/locking/test_virtlockd.aug.in
@@ -5,7 +5,7 @@ log_outputs=\"3:syslog:libvirtd\"
 log_buffer_size = 64
 "
 
-   test Libvirtd.lns get conf =
+   test Virtlockd.lns get conf =
 { "log_level" = "3" }
 { "log_filters" = "3:remote 4:event" }
 { "log_outputs" = "3:syslog:libvirtd" }
-- 
1.8.1.5

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


Re: [libvirt] [PATCH] test_virtlockd.aug.in: Use the correct file

2013-09-03 Thread Eric Blake
On 09/03/2013 08:50 AM, Michal Privoznik wrote:
> The test should refer to Virtlockd.lns, which is the name of
> the module + lens in virtlockd.aug.
> 
> Signed-off-by: Michal Privoznik 
> ---
>  src/locking/test_virtlockd.aug.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Hmm, it looks like this was missed during Guido's commit 3e325448.

ACK.

> 
> diff --git a/src/locking/test_virtlockd.aug.in 
> b/src/locking/test_virtlockd.aug.in
> index dcd47c3..799818e 100644
> --- a/src/locking/test_virtlockd.aug.in
> +++ b/src/locking/test_virtlockd.aug.in
> @@ -5,7 +5,7 @@ log_outputs=\"3:syslog:libvirtd\"
>  log_buffer_size = 64
>  "
>  
> -   test Libvirtd.lns get conf =
> +   test Virtlockd.lns get conf =
>  { "log_level" = "3" }
>  { "log_filters" = "3:remote 4:event" }
>  { "log_outputs" = "3:syslog:libvirtd" }
> 

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] test_virtlockd.aug.in: Use the correct file

2013-09-03 Thread Osier Yang

On 03/09/13 22:50, Michal Privoznik wrote:

The test should refer to Virtlockd.lns, which is the name of
the module + lens in virtlockd.aug.

Signed-off-by: Michal Privoznik 
---
  src/locking/test_virtlockd.aug.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/locking/test_virtlockd.aug.in 
b/src/locking/test_virtlockd.aug.in
index dcd47c3..799818e 100644
--- a/src/locking/test_virtlockd.aug.in
+++ b/src/locking/test_virtlockd.aug.in
@@ -5,7 +5,7 @@ log_outputs=\"3:syslog:libvirtd\"
  log_buffer_size = 64
  "
  
-   test Libvirtd.lns get conf =

+   test Virtlockd.lns get conf =
  { "log_level" = "3" }
  { "log_filters" = "3:remote 4:event" }
  { "log_outputs" = "3:syslog:libvirtd" }

ACK

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