Striping without sacrifices: maintaining POSIX semantics in a parallel file system

  • Authors:
  • Jan Stender;Björn Kolbeck;Felix Hupfeld;Eugenio Cesario;Erich Focht;Matthias Hess;Jesús Malo;Jonathan Martí

  • Affiliations:
  • Zuse Institute Berlin, Berlin, Germany;Zuse Institute Berlin, Berlin, Germany;Zuse Institute Berlin, Berlin, Germany;Institute High Performance Computing and Networks of the National Research Council of Italy, Rende, CS, Italy;NEC HPC Europe GmbH, Stuttgart, Germany;NEC HPC Europe GmbH, Stuttgart, Germany;Barcelona Supercomputing Center, Barcelona, Spain;Barcelona Supercomputing Center, Barcelona, Spain

  • Venue:
  • LASCO'08 First USENIX Workshop on Large-Scale Computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Striping is a technique that distributes file content over multiple storage servers and thereby enables parallel access. In order to be able to provide a consistent view across file data and metadata operations, the file system has to track the layout of the file and know where the file ends and where it contains gaps. In this paper, we present a light-weight protocol for maintaining a consistent notion of a file's layout that provides POSIX semantics without restricting concurrent access to the file. In an evaluation, we show that the protocol scales and elicit its corner cases.