Difference between revisions of "Ceph"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 6: Line 6:
 
* <code>docker pull ceph/daemon</code>
 
* <code>docker pull ceph/daemon</code>
  
 +
 +
* <code>mon</code> deploys a [[Ceph monitor]]
 +
* <code>osd deploys</code> an OSD using the method specified by OSD_TYPE
 +
osd_directory deploys one or multiple OSDs in a single container using a prepared directory (used in scenario where the operator doesn't want to use --privileged=true)
 +
osd_directory_single deploys an single OSD per container using a prepared directory (used in scenario where the operator doesn't want to use --privileged=true)
 +
osd_ceph_disk deploys an OSD using ceph-disk, so you have to provide a whole device (ie: /dev/sdb)
 +
mds deploys a MDS
 +
rgw deploys a Rados Gateway
  
 
== Related terms ==
 
== Related terms ==

Revision as of 06:31, 10 May 2020

This article is a Draft. Help us to complete it.

wikipedia:ceph (software) (2012) Object storage


Docker install

  • docker pull ceph/daemon


  • mon deploys a Ceph monitor
  • osd deploys an OSD using the method specified by OSD_TYPE

osd_directory deploys one or multiple OSDs in a single container using a prepared directory (used in scenario where the operator doesn't want to use --privileged=true) osd_directory_single deploys an single OSD per container using a prepared directory (used in scenario where the operator doesn't want to use --privileged=true) osd_ceph_disk deploys an OSD using ceph-disk, so you have to provide a whole device (ie: /dev/sdb) mds deploys a MDS rgw deploys a Rados Gateway

Related terms

See also

Advertising: