[pve-devel] applied: [PATCH pve-client v2] Remove timeout from the stop command (lxc doesn't support it)
Dietmar Maurer
dietmar at proxmox.com
Wed Jun 20 06:50:52 CEST 2018
applied
> On June 14, 2018 at 1:48 PM René Jochum <r.jochum at proxmox.com> wrote:
>
>
> ---
> PVE/APIClient/Commands/GuestStatus.pm | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/PVE/APIClient/Commands/GuestStatus.pm
> b/PVE/APIClient/Commands/GuestStatus.pm
> index 8ae6c75..abd8586 100644
> --- a/PVE/APIClient/Commands/GuestStatus.pm
> +++ b/PVE/APIClient/Commands/GuestStatus.pm
> @@ -61,12 +61,6 @@ __PACKAGE__->register_method ({
> properties => {
> remote => get_standard_option('pveclient-remote-name'),
> vmid => get_standard_option('pve-vmid'),
> - timeout => {
> - description => "Timeout in seconds",
> - type => 'integer',
> - minimum => 1,
> - optional => 1,
> - },
> },
> },
> returns => { type => 'null'},
> --
> 2.11.0
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list