Panache: a parallel file system cache for global file access

  • Authors:
  • Marc Eshel;Roger Haskin;Dean Hildebrand;Manoj Naik;Frank Schmuck;Renu Tewari

  • Affiliations:
  • IBM Almaden Research;IBM Almaden Research;IBM Almaden Research;IBM Almaden Research;IBM Almaden Research;IBM Almaden Research

  • Venue:
  • FAST'10 Proceedings of the 8th USENIX conference on File and storage technologies
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Cloud computing promises large-scale and seamless access to vast quantities of data across the globe. Applications will demand the reliability, consistency, and performance of a traditional cluster file system regardless of the physical distance between data centers. Panache is a scalable, high-performance, clustered file system cache for parallel data-intensive applications that require wide area file access. Panache is the first file system cache to exploit parallelism in every aspect of its design--parallel applications can access and update the cache from multiple nodes while data and metadata is pulled into and pushed out of the cache in parallel. Data is cached and updated using pNFS, which performs parallel I/O between clients and servers, eliminating the single-server bottleneck of vanilla client-server file access protocols. Furthermore, Panache shields applications from fluctuating WAN latencies and outages and is easy to deploy as it relies on open standards for high-performance file serving and does not require any proprietary hardware or software to be installed at the remote cluster. In this paper, we present the overall design and implementation of Panache and evaluate its key features with multiple workloads across local and wide area networks.