A Distributed Naming Mechanism in Scalable Cluster File System

Liu Wei,Ou Xinming,Wu Min,Zheng Weimin
DOI: https://doi.org/10.1109/hpc.2000.846513
2000-01-01
Abstract:The authors present a novel distributed naming mechanism (DNM) that is fit for network file system design. With the help of DNM, we build a new distributed file system paradigm: cluster file system. In our system, DNM not only offers the desired features of high availability, high scalability and I/O load balancing, but also spans a single volume on multiple servers to construct a "real" distributed file system. We propose the DNM structure which relies on a global replicated table and a local information database. To improve the performance of name translation, a tree-based name cache is introduced. A prototype of the name mechanism has been implemented in our cluster file system.
What problem does this paper attempt to address?