Signed-off-by: Matthias Heiserer <[email protected]>
---
 PVE/API2/Nodes.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/API2/Nodes.pm b/PVE/API2/Nodes.pm
index 47c2d741..17e39f7d 100644
--- a/PVE/API2/Nodes.pm
+++ b/PVE/API2/Nodes.pm
@@ -388,6 +388,7 @@ __PACKAGE__->register_method({
            free => $meminfo->{memfree},
            total => $meminfo->{memtotal},
            used => $meminfo->{memused},
+           arcsize => $meminfo->{arcsize},
        };
 
        $res->{ksm} = {
-- 
2.30.2



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to