/** Return the total space used by dfs datanode */
 public long getDfsUsed() throws IOException {
   return volumes.getDfsUsed();
 }