FedFsGlossary

From Linux NFS

(Difference between revisions)
Jump to: navigation, search
(Created page with "== Project: fedfs-utils == [ Project Home | News | Downloads | Docs | [[FedFsUtilsMailingList...")
Line 14: Line 14:
This article contains a glossary of terms related to FedFS.
This article contains a glossary of terms related to FedFS.
 +
 +
== Glossary ==
 +
 +
=== Junction ===
 +
 +
A junction is a link between two shared file systems. The two shared file systems may not reside on the same server. There may be more than one replica of the linked-to shared file system, stored on several different file servers.  Junctions store a list of locations.
 +
 +
=== Location ===
 +
 +
Each replica of the linked-to file system is called a fileset location, or location, for short.  A location is represented as an export path paired with a server name or IP address.
 +
 +
=== Referral ===
 +
 +
A referral event occurs when a file server reports to a client that the object (typically a directory) it is trying to access has moved.  The client responds by requesting a list of locations where it can find the object.

Revision as of 20:41, 17 October 2012

Contents

Project: fedfs-utils

[ Project Home | News | Downloads | Docs | Mailing Lists | Source Control | Issues ]


Introduction

This article contains a glossary of terms related to FedFS.

Glossary

Junction

A junction is a link between two shared file systems. The two shared file systems may not reside on the same server. There may be more than one replica of the linked-to shared file system, stored on several different file servers. Junctions store a list of locations.

Location

Each replica of the linked-to file system is called a fileset location, or location, for short. A location is represented as an export path paired with a server name or IP address.

Referral

A referral event occurs when a file server reports to a client that the object (typically a directory) it is trying to access has moved. The client responds by requesting a list of locations where it can find the object.

Personal tools