Am 21/10/2024 um 11:15 schrieb Dominik Csapak:
> Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
> ---
>  src/PVE/LXC.pm | 43 ++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 42 insertions(+), 1 deletion(-)
> 


applied, thanks! FYI: I had to fix a duplicate key (see below) and made a few
small adjustments to the wording (not just your additions) as a separate 
follow-up.

> +    netin => {
> +     description => "The amount of traffic that was sent to the guest since 
> the process start,"
> +         ." in bytes.",
> +     type => 'integer',
> +     optional => 1,
> +     renderer => 'bytes',
> +    },
> +    netin => {

changed this to netout and folded that into your commit.

> +     description => "The amount of traffic that was sent from the guest 
> since the process start,"
> +         ." in bytes.",
> +     type => 'integer',
> +     optional => 1,
> +     renderer => 'bytes',
> +    },
>      uptime => {
>       description => "Uptime.",
>       type => 'integer',



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to