API interface status of rootfs

kaltsi

Active Member
Mar 22, 2013
71
11
28
http://goo.gl/maps/d9tFg
I use API interface to manage the VMs.
I found an interesting thing in the response.
Request: GET /api2/json/nodes/vhost-2/status
Part of response: {"data":
{"rootfs":{"avail":8452661248,
"free":-79251603456,
"total":101327663104,
"used":87704264704}, ...

root@vhost-2:~# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/dm-0 98952796 85657720 8245528 92% /

Could one of you explain the value of response?
 
Hi,
is this reproducible?
Do you get the same value if you use
Code:
pvesh get nodes/vhost-2/status
[\Code]