[dashboard/core?] Disk space displayed in dashboard doesn't match size of disk. #48783
Labels
bug
Something that is supposed to be working; but isn't
core
Issues that should be addressed in Ray Core
dashboard
Issues specific to the Ray Dashboard
good first issue
Great starter issue for someone just starting to contribute to Ray
P1
Issue that should be fixed within a few weeks
What happened + What you expected to happen
When setting
temp-dir
to a value on head it doesn't seem to be reflected in dashboard.on worker it's started like this:
The dashboard shows this
The first line is the head node, the second is a worker node. Both are run in container in working directories volumes mounted to 10TB size disks. Why is the head showing only 50GB. That's the size of
/
on the host, which it shouldn't have access to.Versions / Dependencies
ray 2.37
also same on 2.39
Reproduction script
look at dashboard
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: