]> git.proxmox.com Git - ceph.git/blob - ceph/doc/index.rst
c6e68e3e61e2f338982370e8dd846011a0da6a0b
[ceph.git] / ceph / doc / index.rst
1 =================
2 Welcome to Ceph
3 =================
4
5 Ceph delivers **object, block, and file storage in one unified system**.
6
7 .. warning::
8
9 :ref:`If this is your first time using Ceph, read the "Basic Workflow"
10 page in the Ceph Developer Guide to learn how to contribute to the
11 Ceph project. (Click anywhere in this paragraph to read the "Basic
12 Workflow" page of the Ceph Developer Guide.) <basic workflow dev guide>`.
13
14 .. container:: columns-3
15
16 .. container:: column
17
18 .. raw:: html
19
20 <h3>Ceph Object Store</h3>
21
22 - RESTful Interface
23 - S3- and Swift-compliant APIs
24 - S3-style subdomains
25 - Unified S3/Swift namespace
26 - User management
27 - Usage tracking
28 - Striped objects
29 - Cloud solution integration
30 - Multi-site deployment
31 - Multi-site replication
32
33 .. container:: column
34
35 .. raw:: html
36
37 <h3>Ceph Block Device</h3>
38
39 - Thin-provisioned
40 - Images up to 16 exabytes
41 - Configurable striping
42 - In-memory caching
43 - Snapshots
44 - Copy-on-write cloning
45 - Kernel driver support
46 - KVM/libvirt support
47 - Back-end for cloud solutions
48 - Incremental backup
49 - Disaster recovery (multisite asynchronous replication)
50
51 .. container:: column
52
53 .. raw:: html
54
55 <h3>Ceph File System</h3>
56
57 - POSIX-compliant semantics
58 - Separates metadata from data
59 - Dynamic rebalancing
60 - Subdirectory snapshots
61 - Configurable striping
62 - Kernel driver support
63 - FUSE support
64 - NFS/CIFS deployable
65 - Use with Hadoop (replace HDFS)
66
67 .. container:: columns-3
68
69 .. container:: column
70
71 See `Ceph Object Store`_ for additional details.
72
73 .. container:: column
74
75 See `Ceph Block Device`_ for additional details.
76
77 .. container:: column
78
79 See `Ceph File System`_ for additional details.
80
81 Ceph is highly reliable, easy to manage, and free. The power of Ceph
82 can transform your company's IT infrastructure and your ability to manage vast
83 amounts of data. To try Ceph, see our `Getting Started`_ guides. To learn more
84 about Ceph, see our `Architecture`_ section.
85
86
87
88 .. _Ceph Object Store: radosgw
89 .. _Ceph Block Device: rbd
90 .. _Ceph File System: cephfs
91 .. _Getting Started: install
92 .. _Architecture: architecture
93
94 .. toctree::
95 :maxdepth: 3
96 :hidden:
97
98 start/intro
99 install/index
100 cephadm/index
101 rados/index
102 cephfs/index
103 rbd/index
104 radosgw/index
105 mgr/index
106 mgr/dashboard
107 api/index
108 architecture
109 Developer Guide <dev/developer_guide/index>
110 dev/internals
111 governance
112 foundation
113 ceph-volume/index
114 Ceph Releases (general) <https://docs.ceph.com/en/latest/releases/general/>
115 Ceph Releases (index) <https://docs.ceph.com/en/latest/releases/>
116 security/index
117 Glossary <glossary>
118 Tracing <jaegertracing/index>