Fault tolerant file models for parallel file systems: introducing distribution patterns for every file

  • Authors:
  • A. Calderón;F. García-Carballeira;L. M. Sánchez;J. D. García;J. Fernandez

  • Affiliations:
  • Computer Architecture Group, Computer Science Department, Universidad Carlos III de Madrid, Leganés, Spain;Computer Architecture Group, Computer Science Department, Universidad Carlos III de Madrid, Leganés, Spain;Computer Architecture Group, Computer Science Department, Universidad Carlos III de Madrid, Leganés, Spain;Computer Architecture Group, Computer Science Department, Universidad Carlos III de Madrid, Leganés, Spain;Computer Architecture Group, Computer Science Department, Universidad Carlos III de Madrid, Leganés, Spain

  • Venue:
  • The Journal of Supercomputing
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Parallelism in file systems is obtained by using several independent server nodes supporting one or more secondary storage devices. This approach increases the performance and scalability of the system, but a fault in one single node can stop the whole system. To avoid this problem, data must be stored using some kind of redundant technique, so any data stored in a faulty element can be recovered. Fault tolerance can be provided in I/O systems by using replication or RAID based schemes. However, most of the current systems apply the same technique for all files in the system.This paper describes the fault tolerance support provided by Expand, a parallel file system based on standard servers. This support can be applied to other parallel file systems with many benefices: fault tolerance at file level, flexible definition of fault tolerance scheme to be used, possibility to change the fault tolerant support used for a file, etc.