All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jon Mason" <jdmason@kudzu.us>
To: Nathan Dunne <Nathan.Dunne@arm.com>
Cc: meta-arm@lists.yoctoproject.org, nd@arm.com
Subject: Re: [meta-arm] [PATCH] arm-autonomy/xenguest-manager: Document VOLATILE_LOG_DIR in recipe
Date: Fri, 8 Jan 2021 09:48:49 -0500	[thread overview]
Message-ID: <20210108144848.GD29567@kudzu.us> (raw)
In-Reply-To: <20210107101054.27399-1-nathan.dunne@arm.com>

On Thu, Jan 07, 2021 at 10:10:54AM +0000, Nathan Dunne wrote:
> From: Nathan Dunne <Nathan.Dunne@arm.com>
> 
> Added a comment to the xenguest-manager recipe to inform the user that
> the default state is a volatile log dir, and how to persist logs across
> reboots.
> 
> Issue-Id: SCM-1860
> Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com>
> Change-Id: Ie0c92b05d11543a1524cbb7a53cd845bc63ecd3d
> ---

Pulled into master.

Thanks,
Jon

>  .../recipes-extended/xenguest/xenguest-manager.bb      | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/meta-arm-autonomy/recipes-extended/xenguest/xenguest-manager.bb b/meta-arm-autonomy/recipes-extended/xenguest/xenguest-manager.bb
> index 16a0700..ffb0fc3 100644
> --- a/meta-arm-autonomy/recipes-extended/xenguest/xenguest-manager.bb
> +++ b/meta-arm-autonomy/recipes-extended/xenguest/xenguest-manager.bb
> @@ -2,6 +2,16 @@
>  #
>  # xenguest-manager is a tool to control xen guest (e.g. create, start, stop)
>  #
> +# By default xenguest-manager logs to /var/log when in verbose mode, which is a
> +# Volatile directory. To persist logs across reboots the following needs to be
> +# added to either local.conf or distro.conf
> +#
> +#   VOLATILE_LOG_DIR="no"
> +#
> +# Read more here: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-VOLATILE_LOG_DIR
> +#
> +# When this is enabled, logrotate will monitor the file to ensure it does not grow
> +# excessively large. See files/logrotate-xenguest
>  
>  DESCRIPTION = "Xen Guest Manager"
>  LICENSE = "MIT"
> -- 
> 2.17.1
> 

> 
> 
> 


      reply	other threads:[~2021-01-08 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07 10:10 [PATCH] arm-autonomy/xenguest-manager: Document VOLATILE_LOG_DIR in recipe Nathan Dunne
2021-01-08 14:48 ` Jon Mason [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210108144848.GD29567@kudzu.us \
    --to=jdmason@kudzu.us \
    --cc=Nathan.Dunne@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.