[pve-devel] [PATCH pve-client] Remove timeout from the stop command (lxc doesn't support it)
René Jochum
r.jochum at proxmox.com
Thu Jun 14 13:45:44 CEST 2018
---
PVE/APIClient/Commands/GuestStatus.pm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/PVE/APIClient/Commands/GuestStatus.pm b/PVE/APIClient/Commands/GuestStatus.pm
index 92f424d..88412a9 100644
--- a/PVE/APIClient/Commands/GuestStatus.pm
+++ b/PVE/APIClient/Commands/GuestStatus.pm
@@ -61,11 +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
- },
},
},
returns => { type => 'null'},
--
2.11.0
More information about the pve-devel
mailing list