[pve-devel] applied: [PATCH qemu-server 1/3] note that auto-ballooning is done by pvestatd
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue May 22 14:04:07 CEST 2018
applied series
On Mon, May 14, 2018 at 02:03:03PM +0200, Dominik Csapak wrote:
> so that one is not confused when seeing that the shares
> parameter does nothing in qemu-server
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> PVE/QemuServer.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index 0c63d6c..6756abd 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -264,7 +264,7 @@ my $confdesc = {
> shares => {
> optional => 1,
> type => 'integer',
> - description => "Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning",
> + description => "Amount of memory shares for auto-ballooning. The larger the number is, the more memory this VM gets. Number is relative to weights of all other running VMs. Using zero disables auto-ballooning. Auto-ballooning is done by pvestatd.",
> minimum => 0,
> maximum => 50000,
> default => 1000,
> --
> 2.11.0
More information about the pve-devel
mailing list