Revision as of 00:19, 10 September 2009 editFzylogic (talk | contribs)7 editsNo edit summary← Previous edit | Revision as of 04:12, 15 September 2009 edit undoMiami33139 (talk | contribs)6,175 edits Proposing article for deletion per WP:PROD. (TW)Next edit → | ||
Line 1: | Line 1: | ||
{{dated prod|concern = Not notable file system. References are documentation, not RS.|month = September|day = 15|year = 2009|time = 04:12|timestamp = 20090915041227}} | |||
<!-- Do not use the "dated prod" template directly; the above line is generated by "subst:prod|reason" --> | |||
{{Infobox software | {{Infobox software | ||
| logo = ] | | logo = ] |
Revision as of 04:12, 15 September 2009
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Ceph" software – news · newspapers · books · scholar · JSTORPRODExpired+%5B%5BWP%3APROD%7CPROD%5D%5D%2C+concern+was%3A+Not+notable+file+system.++References+are+documentation%2C+not+RS.Expired ], concern was: Not notable file system. References are documentation, not RS. Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Ceph (software)|concern=Not notable file system. References are documentation, not RS.}} ~~~~ Timestamp: 20090915041227 04:12, 15 September 2009 (UTC) Administrators: delete |
File:Ceph logo.jpg | |
Developer(s) | Storage Systems Research Center at the University of California, Santa Cruz |
---|---|
Stable release | 0.14 / September 8, 2009 (2009-09-08) |
Repository | |
Operating system | Linux |
Type | Distributed file system |
License | LGPL |
Website | ceph.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
- ^ Storage Systems Research Center (2008-05-20). "Petabyte Scale Object-Based Storage Systems @ SSRC".
{{cite web}}
: Check date values in:|date=
(help) - ^ Jeremy Andrews (2007-11-15). "Ceph Distributed Network File System". KernelTrap.
{{cite web}}
: Check date values in:|date=
(help) - ^ Jake Edge (2007-11-14). "The Ceph filesystem". LWN.net.
{{cite web}}
: Check date values in:|date=
(help)
See also
- Distributed file system
- List of file systems, the parallel fault tolerant file system section
- GlusterFS
- Lustre
External links
This computer-storage-related article is a stub. You can help Misplaced Pages by expanding it. |