/**
  * check if a data directory is healthy
  *
  * @throws DiskErrorException
  */
 public void checkDataDir() throws DiskErrorException {
   volumes.checkDirs();
 }