]> git.proxmox.com Git - qemu-server.git/commitdiff
note that auto-ballooning is done by pvestatd
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 14 May 2018 12:03:03 +0000 (14:03 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 22 May 2018 11:20:11 +0000 (13:20 +0200)
so that one is not confused when seeing that the shares
parameter does nothing in qemu-server

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm

index 0c63d6c9786ac5a73ca6891c393935cc072bd775..6756abdbe6bccd48ac39f8e405aba67658230254 100644 (file)
@@ -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,