[pve-devel] [PATCH manager 2/2] configs: vzdump: add notes-template default
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon May 9 13:52:30 CEST 2022
On 09/05/2022 09:17, Fabian Ebner wrote:
> so users can see that it can be configured here.
>
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
>
> Causes a "configuration changed by distributor" dialogue when
> upgrading the package.
>
> configs/vzdump.conf | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/vzdump.conf b/configs/vzdump.conf
> index a0075cfa..fe4b18ab 100644
> --- a/configs/vzdump.conf
> +++ b/configs/vzdump.conf
> @@ -14,3 +14,4 @@
> #script: FILENAME
> #exclude-path: PATHLIST
> #pigz: N
> +#notes-template: {{guestname}}
not sure if a node specific config is a good place for this, I'd think no config
(frontend-only) or if we really want one then maybe datacenter.cfg so that its
cluster wide; we could alternatively also start supporting to have a pmxcfs hosted
vzdump.conf that is read too (node one would still take precedence if a setting
appears in both).
More information about the pve-devel
mailing list