Commit 923cf45
fix(disk): ignore efivarfs pseudo-mount
The efivarfs filesystem exposes EFI variables and reports as
100% full, which is correct for the kernel but misleading on the
serverinfo dashboard. Treat it the same as tmpfs/devtmpfs/squashfs/
overlay and skip it in disk reporting.
Signed-off-by: Frank Karlitschek <karlitschek@users.noreply.github.com>1 parent 3fc7d53 commit 923cf45
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments