Microsoft Store
 

InterMezzo (file system)


 

InterMezzo is a distributed file system written for Linux, distributed with a GPL licence. The kernel component has been included in the standard Linux kernel since kernel version 2.4.15. InterMezzo is designed to work on top of an existing journaling file system such as ext3, JFS, ReiserFS and XFS.

Related Topics:
Distributed file system - Linux - GPL - Kernel - Journaling file system - Ext3 - JFS - ReiserFS - XFS

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

An InterMezzo system consists of a server, which holds the master copy of the file system,

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

and one or more clients with a cache of the file system. It works either in a replication mode, in which a client maintains a duplicate of the entire file system, or in an on-demand mode in which the client only requests files that it needs. It does this by capturing all writes to the server's file system journal streaming them to the client systems to be replayed.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

It is described as a "high availability file system" since a client can continue to operate

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

even if the connection to the server is lost. During a period of disconnection, updates are

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

logged and will be propagated when the connection is restored. Conflicts are detected and

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

handled according to a "conflict resolution policy" (although the best policy is likely to

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

be to avoid conflicts).

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Typical applications of replication mode would be:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

  • A cluster of servers operating on a shared file system.
  • Computers that are not always connected to the network, such as laptops.
  • Typical applications of on-demand mode would be:

    ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

  • Distributed file serving, e.g., FTP or WWW servers could be mirrored in a remote location without needing to propagate files that are never accessed.
  • Desktop workstations.
  • InterMezzo was started as part of the Coda file system project at Carnegie Mellon University and takes many design decisions from Coda. Intermezzo was designed for enhanced scalability, performance, modularity, and easy integration with existing file systems.

    Related Topics:
    Coda - Carnegie Mellon University

    ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

    Although InterMezzo was supported in the standard Linux kernel in version 2.4, it has been removed in the 2.6 series. InterMezzo is apparently no longer under development, and its developers have moved on to a new project named Lustre.

    ~ ~ ~ ~ ~ ~ ~ ~ ~ ~

     

~ Table of Content ~

Introduction
External links

 

 

~ What's Hot ~


~ Community ~

History Forum
Come and discuss about History, Civilizations, Historical Events and Figures
History Web-Ring
A community of sites, blogs and forums dedicated to History. Do not hesitate to submit your site.