The df command does not display information for nested exports
Applies to
- ONTAP 9
- Nested NFS mounts
Issue
If a client system mounts one volume under another and runs
df
, the output does not show the combined space of both volumes.
Example:
- Volume vol1 is 200TB
- Volume vol2 is 100TB
- Client mounts vol1 to
/mnt/vol1
and vol2 to/mnt/vol1/vol2
- Output of client-side
df
on/mnt/vol1
shows 200TB instead of 300TB