Opened 21 months ago
Closed 15 months ago
#1120 closed defect (fixed)
[PATCH] linux/df: ignore rootfs filesystems
| Reported by: | flameeyes | Owned by: | kenyon |
|---|---|---|---|
| Priority: | normal | Milestone: | Munin 2.0.0 |
| Component: | plugins | Version: | 1.4.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
On modern Linux systems, the rootfs mount is the one given on the
command-line, which is usually replaced by an actual mount of the root
filesystem on / (usually with /dev/root as device).
Avoid duplicating free space for rootfs.
Attachments (1)
Change History (3)
Changed 21 months ago by flameeyes
comment:1 Changed 15 months ago by kenyon
- Owner changed from nobody to kenyon
- Status changed from new to assigned
comment:2 Changed 15 months ago by kenyon
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Patch committed in r4687, thanks.