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
Only root partition usage is monitoring, this is not useful when data are mounted on another partition.
Quick modification, can be to use env variable to know partition to monitor and default if not present is root partition.
Better way is to monitor all data partitions (not /sys, /proc, ...), but some modification must be done in front end to display that.
Do you think the quick modification is acceptable ?
The text was updated successfully, but these errors were encountered:
I suggest to keep root partition as it is to keep api backward compatible and add new attribute such mountedDisks which is going to be configured via env variables .. Then we can do FE modification to display that.
Only root partition usage is monitoring, this is not useful when data are mounted on another partition.
Quick modification, can be to use env variable to know partition to monitor and default if not present is root partition.
Better way is to monitor all data partitions (not /sys, /proc, ...), but some modification must be done in front end to display that.
Do you think the quick modification is acceptable ?
The text was updated successfully, but these errors were encountered: