Difference between revisions of "Ceph"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(21 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Draft}} | {{Draft}} | ||
− | [[wikipedia:ceph (software)]] (2012) [[Object storage]] | + | [[wikipedia:ceph (software)]] (2012, [[C++]]) is an [[open-source software]] [[Computer data storage|storage]] [[computing platform|platform]], implements [[object storage]] on a single distributed [[computer cluster]], and provides 3in1 interfaces for : object-, [[block storage|block-]] and [[Computer file|file-]]level storage. |
+ | |||
+ | |||
+ | [[Object storage]] | ||
== Docker install == | == Docker install == | ||
− | * <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 == | ||
Line 11: | Line 23: | ||
* [[luminous]] | * [[luminous]] | ||
* bluestore | * bluestore | ||
+ | * [[GlusterFS]] | ||
+ | * [[Ubuntu 16.04 LTS]] | ||
+ | * [[Metricbeat]] | ||
+ | * [[CephFS]] | ||
+ | * [[Zabbix releases]] | ||
+ | * [[Kubernetes provisioner]], [[Kubernetes storage classes]] | ||
+ | * [[Kubernetes HostPath volume provider]] | ||
+ | * [[Ceph RBD]] | ||
+ | * [[Rook]] | ||
== See also == | == See also == | ||
* {{Object storage}} | * {{Object storage}} | ||
+ | * {{fs}} | ||
+ | |||
+ | {{CC license}}. Source: wikipedia | ||
[[Category:File systems]] | [[Category:File systems]] |
Latest revision as of 16:24, 12 December 2023
This article is a Draft. Help us to complete it.
wikipedia:ceph (software) (2012, C++) is an open-source software storage platform, implements object storage on a single distributed computer cluster, and provides 3in1 interfaces for : object-, block- and file-level storage.
Docker install[edit]
docker pull ceph/daemon
mon
deploys a Ceph monitorosd 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[edit]
- Rados Gateway
- luminous
- bluestore
- GlusterFS
- Ubuntu 16.04 LTS
- Metricbeat
- CephFS
- Zabbix releases
- Kubernetes provisioner, Kubernetes storage classes
- Kubernetes HostPath volume provider
- Ceph RBD
- Rook
See also[edit]
- Object storage: AWS S3, ceph, Scality, SWIFT, Cloudian, MinIO, Swift (OpenStack), Object versioning
- File systems:
ext4
,XFS
,ZFS
,btrfs
,wipefs
,findfs
,HDFS
,overlay
,aufs
,virt-filesystems
, Windows: (FAT, NTFS, ReFS), GPFS, squashfs, Ecryptfs, Encfs, FUSE, VMFS, Comparison of distributed file systems, Userspace filesystem, Resize filesystem size
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.. Source: wikipedia
Advertising: