[pve-devel] applied: [PATCH manager 1/2] add vmid parameter to replication status

Dietmar Maurer dietmar at proxmox.com
Fri Jun 2 16:26:17 CEST 2017


applied. comments below

> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> this will be useful for the web interface
>  PVE/API2/Replication.pm | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/PVE/API2/Replication.pm b/PVE/API2/Replication.pm
> index 192a61bb..43839c43 100644
> --- a/PVE/API2/Replication.pm
> +++ b/PVE/API2/Replication.pm
> @@ -57,6 +57,10 @@ __PACKAGE__->register_method ({
>  	additionalProperties => 0,
>  	properties => {
>  	    node => get_standard_option('pve-node'),
> +	    vmid => get_standard_option('pve-vmid', {
> +		optional => 1,
> +		description => "Only list replication jobs for this vmid.",
> +	    }),

I changed vmid => gest

https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=ac9c2e4daa73c7c8473d0b6ec42a4fd65eef3cea




More information about the pve-devel mailing list