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?
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?