[pve-devel] applied: [PATCH container 1/1] status: add some missing descriptions for status return properties

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Oct 24 14:20:22 CEST 2024


Am 21/10/2024 um 11:15 schrieb Dominik Csapak:
> Signed-off-by: Dominik Csapak <d.csapak at 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',





More information about the pve-devel mailing list