Sorry, missed a line in my patch. Here it is:<br /><br />--- a/xlators/cluster/dht/src/dht-diskusage.c<br />+++ b/xlators/cluster/dht/src/dht-diskusage.c<br />@@ -53,6 +53,7 @@ dht_du_info_cbk (call_frame_t *frame, void *cookie, xlator_t *this,<br />                 goto out;<br /><br />         percent = (statvfs-&gt;f_bfree * 100) / statvfs-&gt;f_blocks;<br />+       bytes = (statvfs-&gt;f_bfree * statvfs-&gt;f_bsize);<br /><br />         LOCK (&conf-&gt;subvolume_lock);<br />         {