Shared-nothing Vs. Single Point of Failure
The failure of disk hardware can create a single point of failure that can result in data loss. To avoid this problem, a shared nothing architecture can be employed. Each storage node communicates changes to other nodes or to a master, for replication purposes. If a single disk fails, other copies can be used to reconstruct or replace it on the fly so "nothing" is lost. To enable this feature, clients must be unaware of the physical location of a file. A single global file system is presented to clients, so the file system itself deals with allocations and low-level failures. Examples of this type of file system are found in products such as Ceph, Lustre, Isilon, IBRIX Fusion, and Hadoop.
Read more about this topic: Clustered File System
Famous quotes containing the words single, point and/or failure:
“Its impossible for someone who is human to have all good things together, just as there is no single country able to provide all good things for itself.”
—Herodotus (c. 484424 B.C.)
“What we know, is a point to what we do not know. Open any recent journal of science, and weigh the problems suggested concerning Light, Heat, Electricity, Magnetism, Physiology, Geology, and judge whether the interest of natural science is likely to be soon exhausted.”
—Ralph Waldo Emerson (18031882)
“Slowly the poison the whole blood stream fills.
It is not the effort nor the failure tires.
The waste remains, the waste remains and kills.”
—William Empson (19061984)