if(mount != null) {
return new OrderedPair<SHostVO, String>(shost, mount.getMountPath());
}
//return null;
// need to redirect request to other node
throw new HostNotMountedException("Storage host "); // + shost.getHost() + " is not locally mounted");
}