Jump to content

Talk:Ceph (software)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Wasill37 (talk | contribs) at 04:20, 22 April 2016 (→‎Repair and disaster recovery tools: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

WikiProject iconComputing Stub‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Note icon
This article has been automatically rated by a bot or other tool as Stub-class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.

Conflicts of interest

I am concerned that one of the primary editors of this article has a conflict of interest since he participated in the development of Ceph. — Preceding unsigned comment added by 128.114.60.41 (talk) 16:51, 14 June 2012 (UTC)[reply]

pronunciation

keff? — Preceding unsigned comment added by 88.73.41.185 (talk) 22:38, 28 July 2011 (UTC)[reply]

Ceph as in cephalopod, as the article explains - sounds like seff. --Streaky (talk) 16:18, 22 May 2012 (UTC)[reply]
Reading the article as suggested by May 2012 post, "keff" from ke-pha-LEE seems in order? "...The name "Ceph" is a common nickname given to pet octopuses and derives from cephalopods, a class of molluscs, and ultimately from Ancient Greek κεφαλή (ke-pha-LEE)..."? — Preceding unsigned comment added by 153.31.113.27 (talk) 16:53, 6 November 2013 (UTC)[reply]

old page that got deleted

Here is the old page that got deleted by blatant advertising...


Ceph
Developer(s)University of California, Santa Cruz
Operating systemLinux
TypeDistributed file system
LicenseLGPL
Websitehttp://ceph.sourceforge.net


Ceph is a free software distributed fault tolerant parallel file system.

Development

Ceph is still in development, please check out the project homepage at http: //ceph.sourceforgen.net This makes Ceph not suitable for building large systems right now, like Lustre i s.

Features

Like all other free software distributed parallel fault tolerant file systems, which there aren't so many around, Ceph has certain features. Basic ones, like many servers work together is obvious. So let's list the unique ones:

  • Adaptive metadata. This means that a single directory may be distributed among many servers using a hash-like function. A simple example of this may be a mailserver using Maildir for storage, with a couple of millions mail in a single storage, getting hammered by all servers at once.
  • Fault tolerance. Together with GlusterFS, Ceph has built in fault-tolerance. This means a file may be automatically replicated among many servers.
  • High performance. Like GlusterFS and Lustre, Ceph may stripe files over many servers. Ceph has a good througput on also small files, using a custom disk object file system on the servers.

See also

Mark Shuttleworth put 1 Mio. into Inktank

http://www.h-online.com/open/news/item/Mark-Shuttleworth-puts-1M-into-Inktank-1704709.html — Preceding unsigned comment added by 80.245.147.81 (talk) 05:46, 12 September 2012 (UTC)[reply]

Inaccurate image

I think that File:Ceph-konzept.png is not correct when it comes to cephfs. It suggest that librados is involved. But the FUSE driver doesn't use it and the native FS driver is part of the kernel. I think that this image depicts it correctly: http://storageio.com/images/Ceph_Architecture1.gif

Volker Fröhlich — Preceding unsigned comment added by 78.142.138.4 (talk) 11:59, 19 February 2015 (UTC)[reply]

Hello! But, File:Ceph-konzept.png and http://storageio.com/images/Ceph_Architecture1.gif depict pretty much exactly the same internal layout? Did you maybe have another image in mind? — Dsimic (talk | contribs) 21:42, 19 February 2015 (UTC)[reply]

Repair and disaster recovery tools

The CephFS (filesystem) implementation lacks standard file system repair tools, and the Ceph user documentation does not recommend storing mission critical data on this architecture because it lacks disaster recovery capability and tools.

The statement is not applicable for the latest release (v10.2.0 is deemed production-ready). The documentation is not up-to-date yet, so that statement can be removed/updated once it has been updated.Wasill37 (talk) 04:20, 22 April 2016 (UTC)[reply]