Systems Research |
Systems ResearchPVFS in the WANPrincipal Investigators: Dennis Dalessandro, Ananth Devulapalli, Pete Wyckoff Description:
Utilizing geographically separated resources via wide-area networks is a good
way to take advantage of multiple computational engines and storage pools.
There are numerous examples of file systems that have been adapted for use in
the wide area, often relying on fast networks. A fundamental challenge of
wide-area data access arises from the unavoidable communication latency.
In order to alleviate the effects of limited
bandwidth and high latency, we are investigating a framework for wide-area file systems
that includes metadata mirroring and data caching, targeted for read-only data access at remote sites.
In this common scenario, metadata access on remote sites incurs no network
overhead, and frequently accessed files are cached but are kept consistent with
respect to the source file system. The system exerts minimal load at the data
site while keeping remote sites consistent.
The four graphs that follow are from Phase 1, and show the read, read & sync, write, and write & sync scenarios. One important thing to notice is that the max single thput line is very near to that of the n=1 case, this tells us that we are getting the most out of the link that we can, at least very near. |
