On Thu, 22 Mar 2007, Stephan A. Rickauer wrote: > Our Soekris (4.0-stable) NFS mounts a remote share: > > # df -h /projects > Filesystem Size Used Avail Capacity Mounted on > linsrv01:/projects 410G 2.0T 417G 498% /projects > > # grep projects /etc/fstab > linsrv01:/projects /projects nfs rw,auto 0 0 > > > where linsrv01 is a SLES10 NFS server (amd64). Probably /projects has > been increased there using LVM/xfs_grow and the nfs mount hasn't been > renewed ever since. However, if I do remount the remote NFS share on the > soekries, the Size is not updated. > > on linsrv01, df reports: > Filesystem Size Used Avail Use% Mounted on > /projects 2.4T 2.0T 418G 84% /projects > > > Not a problem at all, but maybe some developer is interested in > understanding this phenomena or knows what one can do to cleanly update > the Size information.
This is a known bug and not fixable until we change the statfs structure. http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=5169 -Otto