Difference between revisions of "Ceph"

From Xen
m
Line 5: Line 5:
 
Ceph can be used with the Xen Project Hypervisor.
 
Ceph can be used with the Xen Project Hypervisor.
   
To see the external links for using Ceph with Xen Project, click on the [http://wiki.xenproject.org/wiki/Category:Ceph Ceph] Category.
+
<!-- To see the external links for using Ceph with Xen Project, click on the [http://wiki.xenproject.org/wiki/Category:Ceph Ceph] Category. -->
  +
  +
== DOCUMENTATION ==
  +
  +
* [http://ceph.com/docs/master/rbd/libvirt/ Using libvirt with Ceph RBD] from the Ceph Documentation.
  +
  +
== PRESENTATIONS ==
  +
  +
To see a video from Xen Project User Summit 2013 about Ceph architecture and using Ceph with Xen Project, see [https://www.youtube.com/watch?v=E1_lu9HISGc Ceph, Xen, and CloudStack: Semper Melior] by Patrick McGarry (check out the slides [http://www.xenproject.org/component/allvideoshare/video/latest/ceph-xen-and-cloudstack-semper-melior-xpus13-mcgarry.html here]).
  +
  +
== PROJECTS ==
  +
  +
* Florian Heigl has created a project to provide [https://github.com/FlorianHeigl/xen-ceph-rbd simplified Ceph support]
  +
  +
== HOWTOs ==
  +
  +
* [http://www.mad-hacking.net/documentation/linux/ha-cluster/storage-area-network/ceph-xen-domu.xml Using Ceph on DomUs]
  +
* A mailing list post on configuring [http://www.gossamer-threads.com/lists/xen/users/338971 QDISK RBD/Ceph backend parameters]
  +
* The [[Ceph_and_libvirt_technology_preview|technology preview]] for Ceph and XenServer using libvirt
  +
* A generic article on configuring [http://www.admin-magazine.com/HPC/Articles/The-RADOS-Object-Store-and-Ceph-Filesystem The RADOS Object Store and Ceph Filesystem] for virtualization (including Xen Project) and cloud
   
 
[[Category:Ceph]]
 
[[Category:Ceph]]

Revision as of 21:54, 27 August 2014

From the Ceph documentation:

"Whether you want to provide Ceph Object Storage and/or Ceph Block Device services to Cloud Platforms, deploy a Ceph Filesystem or use Ceph for another purpose, all Ceph Storage Cluster deployments begin with setting up each Ceph Node, your network and the Ceph Storage Cluster. A Ceph Storage Cluster requires at least one Ceph Monitor and at least two Ceph OSD Daemons. The Ceph Metadata Server is essential when running Ceph Filesystem clients."

Ceph can be used with the Xen Project Hypervisor.


DOCUMENTATION

PRESENTATIONS

To see a video from Xen Project User Summit 2013 about Ceph architecture and using Ceph with Xen Project, see Ceph, Xen, and CloudStack: Semper Melior by Patrick McGarry (check out the slides here).

PROJECTS

HOWTOs