Misplaced Pages

Ceph (software): Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 22:44, 5 August 2009 editFzylogic (talk | contribs)7 editsNo edit summary← Previous edit Revision as of 18:25, 24 August 2009 edit undoFzylogic (talk | contribs)7 editsNo edit summaryNext edit →
Line 3: Line 3:
| name = Ceph | name = Ceph
| developer = Storage Systems Research Center at the ] | developer = Storage Systems Research Center at the ]
| latest release version = 0.12 | latest release version = 0.13
| latest release date = {{release date|2009|08|05}} | latest release date = {{release date|2009|08|24}}
| operating system = ] | operating system = ]
| genre = ] | genre = ]

Revision as of 18:25, 24 August 2009

Ceph
File:Ceph logo.jpg
Developer(s)Storage Systems Research Center at the University of California, Santa Cruz
Stable release0.13 / August 24, 2009 (2009-08-24)
Repository
Operating systemLinux
TypeDistributed file system
LicenseLGPL
Websiteceph.newdream.net


Ceph is also the abbreviation for the orchid genus Cephalanthera.

Ceph is a free software distributed file system created by researchers at the Storage Systems Research Center in the Jack Baskin School of Engineering at the University of California, Santa Cruz. The main developer is Sage Weil (developer of the Webring concept and founder of Dreamhost), who implemented much of the Ceph code for his doctoral dissertation based both on earlier SSRC research and his own research.

Ceph's main goals are to be POSIX-compatible, and completely distributed without a single point of failure. The data is seamlessly replicated making it fault tolerant.

As of November 2007, Ceph is considered to be in an "early alpha stage" and is not yet ready for production.

The clients mount the file system using a Linux kernel client. An older FUSE-based client is also available. The servers run as regular Unix daemons.

Design

Ceph employs three distinct kinds of daemons:

  • Cluster monitors, which keep track of active and failed cluster nodes.
  • Metadata servers (MDS) which store the metadata of inodes and directories.
  • Object storage devices (OSDs) which actually stores the content of files. OSDs usually store data on raw block devices, using a custom storage format called EBOFS. Alternatively, a local disk file system can be used with some caveats.

All of these are fully distributed, and may run on the same set of servers. Clients directly interact with all of them.

Unlike most distributed file systems, Ceph does striping of individual files across multiple nodes to achieve higher throughput, similarly to how RAID0 stripes partitions across multiple hard drives. A planned extension to this feature is adaptive load balancing, whereby frequently accessed objects are replicated over more nodes.

References

  1. ^ Storage Systems Research Center (2008-05-20). "Petabyte Scale Object-Based Storage Systems @ SSRC". {{cite web}}: Check date values in: |date= (help)
  2. ^ Jeremy Andrews (2007-11-15). "Ceph Distributed Network File System". KernelTrap. {{cite web}}: Check date values in: |date= (help)
  3. ^ Jake Edge (2007-11-14). "The Ceph filesystem". LWN.net. {{cite web}}: Check date values in: |date= (help)

See also

External links


Stub icon

This computer-storage-related article is a stub. You can help Misplaced Pages by expanding it.

Categories:
Ceph (software): Difference between revisions Add topic