[Libguestfs] [PATCH 1/8] sysprep: remove systemd journals

Richard W.M. Jones rjones at redhat.com
Wed Apr 9 13:51:21 UTC 2014


On Wed, Apr 09, 2014 at 01:58:29PM +0200, Pino Toscano wrote:
> ---
>  sysprep/sysprep_operation_logfiles.ml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
> index cf525c2..bb35daf 100644
> --- a/sysprep/sysprep_operation_logfiles.ml
> +++ b/sysprep/sysprep_operation_logfiles.ml
> @@ -101,6 +101,9 @@ let globs = List.sort compare [
>  
>    (* Red Hat subscription manager log files *)
>    "/var/log/rhsm/*";
> +
> +  (* journals of systemd *)
> +  "/var/log/journal/*";
>  ]
>  let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)

Yup this whole series is fine, ACK.

Thanks,
Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/




More information about the Libguestfs mailing list