You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the "hdd free" may not be correct. Please see the screenshot: "Afanasy Host info" on the left 22 GB vs. "df -h on the host on the right 13 GB"
The difference seems to be the reserved block count for root. The reserved blocks allow system daemons to keep going even when the disk is full, while non-root processes will not be able to write to it.
So afanasy is overreporting the free space, which is kind of right, but also wrong since a rendering will never write to the root reserved space. I would aim at presenting the user available space in afanasy. I have a look at how to do that.
Hello,
I noticed the "hdd free" may not be correct. Please see the screenshot: "Afanasy Host info" on the left 22 GB vs. "df -h on the host on the right 13 GB"
The line must be here:
cgru/afanasy/src/render/res_linux.cpp
Line 299 in 0119c0e
The total hdd is correct (203 GB vs 204G) so there may be something wrong in the code above?!
The text was updated successfully, but these errors were encountered: