> > I'm starting to play with glusterfs, and I'm having a problem with the df > output. > The value seems to be wrong. > > > (on the client) > /var/mule-client$ du -sh > 584K . > > > /var/mule-client$ df -h /var/mule-client/ > Filesystem Size Used Avail Use% Mounted on > glusterfs 254G 209G 32G 88% /var/mule-client > > > (on the server) > /var/mule$ du -sh > 584K . > > Is it a known issue ? df output returns the filesystem information of the export directory's filesystem. This behaviour is much like NFS. avati