]> git.proxmox.com Git - pve-docs.git/blame - pveceph.adoc
ceph: osd: reword
[pve-docs.git] / pveceph.adoc
CommitLineData
80c0adcb 1[[chapter_pveceph]]
0840a663 2ifdef::manvolnum[]
b2f242ab
DM
3pveceph(1)
4==========
404a158e 5:pve-toplevel:
0840a663
DM
6
7NAME
8----
9
21394e70 10pveceph - Manage Ceph Services on Proxmox VE Nodes
0840a663 11
49a5e11c 12SYNOPSIS
0840a663
DM
13--------
14
15include::pveceph.1-synopsis.adoc[]
16
17DESCRIPTION
18-----------
19endif::manvolnum[]
0840a663 20ifndef::manvolnum[]
4bfe3e35
TL
21Deploy Hyper-Converged Ceph Cluster
22===================================
49d3ad91 23:pve-toplevel:
0840a663
DM
24endif::manvolnum[]
25
1ff5e4e8 26[thumbnail="screenshot/gui-ceph-status.png"]
8997dd6e 27
a474ca1f
AA
28{pve} unifies your compute and storage systems, i.e. you can use the same
29physical nodes within a cluster for both computing (processing VMs and
30containers) and replicated storage. The traditional silos of compute and
31storage resources can be wrapped up into a single hyper-converged appliance.
32Separate storage networks (SANs) and connections via network attached storages
33(NAS) disappear. With the integration of Ceph, an open source software-defined
34storage platform, {pve} has the ability to run and manage Ceph storage directly
35on the hypervisor nodes.
c994e4e5
DM
36
37Ceph is a distributed object store and file system designed to provide
1d54c3b4
AA
38excellent performance, reliability and scalability.
39
04ba9b24
TL
40.Some advantages of Ceph on {pve} are:
41- Easy setup and management with CLI and GUI support
a474ca1f
AA
42- Thin provisioning
43- Snapshots support
44- Self healing
a474ca1f
AA
45- Scalable to the exabyte level
46- Setup pools with different performance and redundancy characteristics
47- Data is replicated, making it fault tolerant
48- Runs on economical commodity hardware
49- No need for hardware RAID controllers
a474ca1f
AA
50- Open source
51
1d54c3b4
AA
52For small to mid sized deployments, it is possible to install a Ceph server for
53RADOS Block Devices (RBD) directly on your {pve} cluster nodes, see
c994e4e5
DM
54xref:ceph_rados_block_devices[Ceph RADOS Block Devices (RBD)]. Recent
55hardware has plenty of CPU power and RAM, so running storage services
56and VMs on the same node is possible.
21394e70
DM
57
58To simplify management, we provide 'pveceph' - a tool to install and
59manage {ceph} services on {pve} nodes.
60
d241b01b 61.Ceph consists of a couple of Daemons, for use as a RBD storage:
1d54c3b4
AA
62- Ceph Monitor (ceph-mon)
63- Ceph Manager (ceph-mgr)
64- Ceph OSD (ceph-osd; Object Storage Daemon)
65
d241b01b 66TIP: We highly recommend to get familiar with Ceph
b46a49ed 67footnote:[Ceph intro {cephdocs-url}/start/intro/],
d241b01b 68its architecture
b46a49ed 69footnote:[Ceph architecture {cephdocs-url}/architecture/]
477fbcfb 70and vocabulary
b46a49ed 71footnote:[Ceph glossary {cephdocs-url}/glossary].
1d54c3b4 72
21394e70
DM
73
74Precondition
75------------
76
76f6eca4
AA
77To build a hyper-converged Proxmox + Ceph Cluster there should be at least
78three (preferably) identical servers for the setup.
21394e70
DM
79
80Check also the recommendations from
b46a49ed 81{cephdocs-url}/start/hardware-recommendations/[Ceph's website].
21394e70 82
76f6eca4 83.CPU
2f19a6b0
TL
84Higher CPU core frequency reduce latency and should be preferred. As a simple
85rule of thumb, you should assign a CPU core (or thread) to each Ceph service to
86provide enough resources for stable and durable Ceph performance.
76f6eca4
AA
87
88.Memory
89Especially in a hyper-converged setup, the memory consumption needs to be
2f19a6b0 90carefully monitored. In addition to the intended workload from virtual machines
5b502340
AA
91and containers, Ceph needs enough memory available to provide excellent and
92stable performance.
93
94As a rule of thumb, for roughly **1 TiB of data, 1 GiB of memory** will be used
95by an OSD. Especially during recovery, rebalancing or backfilling.
96
97The daemon itself will use additional memory. The Bluestore backend of the
98daemon requires by default **3-5 GiB of memory** (adjustable). In contrast, the
99legacy Filestore backend uses the OS page cache and the memory consumption is
100generally related to PGs of an OSD daemon.
76f6eca4
AA
101
102.Network
103We recommend a network bandwidth of at least 10 GbE or more, which is used
104exclusively for Ceph. A meshed network setup
105footnote:[Full Mesh Network for Ceph {webwiki-url}Full_Mesh_Network_for_Ceph_Server]
106is also an option if there are no 10 GbE switches available.
107
2f19a6b0
TL
108The volume of traffic, especially during recovery, will interfere with other
109services on the same network and may even break the {pve} cluster stack.
76f6eca4
AA
110
111Further, estimate your bandwidth needs. While one HDD might not saturate a 1 Gb
2f19a6b0 112link, multiple HDD OSDs per node can, and modern NVMe SSDs will even saturate
5f318cc0 11310 Gbps of bandwidth quickly. Deploying a network capable of even more bandwidth
2f19a6b0
TL
114will ensure that it isn't your bottleneck and won't be anytime soon, 25, 40 or
115even 100 GBps are possible.
76f6eca4
AA
116
117.Disks
118When planning the size of your Ceph cluster, it is important to take the
119recovery time into consideration. Especially with small clusters, the recovery
120might take long. It is recommended that you use SSDs instead of HDDs in small
121setups to reduce recovery time, minimizing the likelihood of a subsequent
122failure event during recovery.
123
2f19a6b0 124In general SSDs will provide more IOPs than spinning disks. This fact and the
76f6eca4 125higher cost may make a xref:pve_ceph_device_classes[class based] separation of
2f19a6b0 126pools appealing. Another possibility to speedup OSDs is to use a faster disk
352c803f
TL
127as journal or DB/**W**rite-**A**head-**L**og device, see
128xref:pve_ceph_osds[creating Ceph OSDs]. If a faster disk is used for multiple
129OSDs, a proper balance between OSD and WAL / DB (or journal) disk must be
130selected, otherwise the faster disk becomes the bottleneck for all linked OSDs.
76f6eca4
AA
131
132Aside from the disk type, Ceph best performs with an even sized and distributed
2f19a6b0
TL
133amount of disks per node. For example, 4 x 500 GB disks with in each node is
134better than a mixed setup with a single 1 TB and three 250 GB disk.
135
136One also need to balance OSD count and single OSD capacity. More capacity
137allows to increase storage density, but it also means that a single OSD
138failure forces ceph to recover more data at once.
76f6eca4 139
a474ca1f 140.Avoid RAID
86be506d 141As Ceph handles data object redundancy and multiple parallel writes to disks
c78756be 142(OSDs) on its own, using a RAID controller normally doesn’t improve
86be506d
TL
143performance or availability. On the contrary, Ceph is designed to handle whole
144disks on it's own, without any abstraction in between. RAID controller are not
145designed for the Ceph use case and may complicate things and sometimes even
146reduce performance, as their write and caching algorithms may interfere with
147the ones from Ceph.
a474ca1f
AA
148
149WARNING: Avoid RAID controller, use host bus adapter (HBA) instead.
150
76f6eca4 151NOTE: Above recommendations should be seen as a rough guidance for choosing
2f19a6b0
TL
152hardware. Therefore, it is still essential to adapt it to your specific needs,
153test your setup and monitor health and performance continuously.
76f6eca4 154
2394c306
TM
155[[pve_ceph_install_wizard]]
156Initial Ceph installation & configuration
157-----------------------------------------
158
159[thumbnail="screenshot/gui-node-ceph-install.png"]
160
161With {pve} you have the benefit of an easy to use installation wizard
162for Ceph. Click on one of your cluster nodes and navigate to the Ceph
6a711e64
TL
163section in the menu tree. If Ceph is not already installed you will be
164offered to do so now.
2394c306
TM
165
166The wizard is divided into different sections, where each needs to be
6a711e64
TL
167finished successfully in order to use Ceph. After starting the installation
168the wizard will download and install all required packages from {pve}'s ceph
169repository.
2394c306
TM
170
171After finishing the first step, you will need to create a configuration.
6a711e64
TL
172This step is only needed once per cluster, as this configuration is distributed
173automatically to all remaining cluster members through {pve}'s clustered
174xref:chapter_pmxcfs[configuration file system (pmxcfs)].
2394c306
TM
175
176The configuration step includes the following settings:
177
178* *Public Network:* You should setup a dedicated network for Ceph, this
179setting is required. Separating your Ceph traffic is highly recommended,
6a711e64
TL
180because it could lead to troubles with other latency dependent services,
181e.g., cluster communication may decrease Ceph's performance, if not done.
2394c306
TM
182
183[thumbnail="screenshot/gui-node-ceph-install-wizard-step2.png"]
184
185* *Cluster Network:* As an optional step you can go even further and
186separate the xref:pve_ceph_osds[OSD] replication & heartbeat traffic
187as well. This will relieve the public network and could lead to
188significant performance improvements especially in big clusters.
189
190You have two more options which are considered advanced and therefore
191should only changed if you are an expert.
192
193* *Number of replicas*: Defines the how often a object is replicated
194* *Minimum replicas*: Defines the minimum number of required replicas
6a711e64 195 for I/O to be marked as complete.
2394c306 196
6a711e64 197Additionally you need to choose your first monitor node, this is required.
2394c306
TM
198
199That's it, you should see a success page as the last step with further
200instructions on how to go on. You are now prepared to start using Ceph,
201even though you will need to create additional xref:pve_ceph_monitors[monitors],
202create some xref:pve_ceph_osds[OSDs] and at least one xref:pve_ceph_pools[pool].
203
204The rest of this chapter will guide you on how to get the most out of
205your {pve} based Ceph setup, this will include aforementioned and
206more like xref:pveceph_fs[CephFS] which is a very handy addition to your
207new Ceph cluster.
21394e70 208
58f95dd7 209[[pve_ceph_install]]
21394e70
DM
210Installation of Ceph Packages
211-----------------------------
2394c306
TM
212Use {pve} Ceph installation wizard (recommended) or run the following
213command on each node:
21394e70
DM
214
215[source,bash]
216----
19920184 217pveceph install
21394e70
DM
218----
219
220This sets up an `apt` package repository in
221`/etc/apt/sources.list.d/ceph.list` and installs the required software.
222
223
b3338e29
AA
224Create initial Ceph configuration
225---------------------------------
21394e70 226
1ff5e4e8 227[thumbnail="screenshot/gui-ceph-config.png"]
8997dd6e 228
2394c306
TM
229Use the {pve} Ceph installation wizard (recommended) or run the
230following command on one node:
21394e70
DM
231
232[source,bash]
233----
234pveceph init --network 10.10.10.0/24
235----
236
2394c306
TM
237This creates an initial configuration at `/etc/pve/ceph.conf` with a
238dedicated network for ceph. That file is automatically distributed to
239all {pve} nodes by using xref:chapter_pmxcfs[pmxcfs]. The command also
240creates a symbolic link from `/etc/ceph/ceph.conf` pointing to that file.
241So you can simply run Ceph commands without the need to specify a
242configuration file.
21394e70
DM
243
244
d9a27ee1 245[[pve_ceph_monitors]]
b3338e29
AA
246Ceph Monitor
247-----------
1d54c3b4 248The Ceph Monitor (MON)
b46a49ed 249footnote:[Ceph Monitor {cephdocs-url}/start/intro/]
a474ca1f 250maintains a master copy of the cluster map. For high availability you need to
2394c306 251have at least 3 monitors. One monitor will already be installed if you
620d6725 252used the installation wizard. You won't need more than 3 monitors as long
2394c306
TM
253as your cluster is small to midsize, only really large clusters will
254need more than that.
1d54c3b4 255
b3338e29 256
c998bdf2 257[[pveceph_create_mon]]
b3338e29
AA
258Create Monitors
259~~~~~~~~~~~~~~~
260
261[thumbnail="screenshot/gui-ceph-monitor.png"]
262
1d54c3b4
AA
263On each node where you want to place a monitor (three monitors are recommended),
264create it by using the 'Ceph -> Monitor' tab in the GUI or run.
21394e70
DM
265
266
267[source,bash]
268----
d1fdb121 269pveceph mon create
21394e70
DM
270----
271
c998bdf2 272[[pveceph_destroy_mon]]
b3338e29
AA
273Destroy Monitors
274~~~~~~~~~~~~~~~~
0e38a564
AA
275
276To remove a Ceph Monitor via the GUI first select a node in the tree view and
277go to the **Ceph -> Monitor** panel. Select the MON and click the **Destroy**
278button.
279
280To remove a Ceph Monitor via the CLI first connect to the node on which the MON
281is running. Then execute the following command:
282[source,bash]
283----
284pveceph mon destroy
285----
286
287NOTE: At least three Monitors are needed for quorum.
288
289
1d54c3b4 290[[pve_ceph_manager]]
b3338e29
AA
291Ceph Manager
292------------
293The Manager daemon runs alongside the monitors. It provides an interface to
294monitor the cluster. Since the Ceph luminous release at least one ceph-mgr
b46a49ed 295footnote:[Ceph Manager {cephdocs-url}/mgr/] daemon is
b3338e29
AA
296required.
297
55d634e6 298[[pveceph_create_mgr]]
b3338e29
AA
299Create Manager
300~~~~~~~~~~~~~~
1d54c3b4 301
b3338e29 302Multiple Managers can be installed, but at any time only one Manager is active.
1d54c3b4 303
1d54c3b4
AA
304[source,bash]
305----
d1fdb121 306pveceph mgr create
1d54c3b4
AA
307----
308
c1f38fe3
AA
309NOTE: It is recommended to install the Ceph Manager on the monitor nodes. For
310high availability install more then one manager.
311
21394e70 312
c998bdf2 313[[pveceph_destroy_mgr]]
b3338e29
AA
314Destroy Manager
315~~~~~~~~~~~~~~~
549350fe
AA
316
317To remove a Ceph Manager via the GUI first select a node in the tree view and
318go to the **Ceph -> Monitor** panel. Select the Manager and click the
319**Destroy** button.
320
321To remove a Ceph Monitor via the CLI first connect to the node on which the
322Manager is running. Then execute the following command:
323[source,bash]
324----
325pveceph mgr destroy
326----
327
328NOTE: A Ceph cluster can function without a Manager, but certain functions like
329the cluster status or usage require a running Manager.
330
331
d9a27ee1 332[[pve_ceph_osds]]
b3338e29
AA
333Ceph OSDs
334---------
335Ceph **O**bject **S**torage **D**aemons are storing objects for Ceph over the
336network. It is recommended to use one OSD per physical disk.
337
338NOTE: By default an object is 4 MiB in size.
339
081cb761 340[[pve_ceph_osd_create]]
b3338e29
AA
341Create OSDs
342~~~~~~~~~~~
21394e70 343
1ff5e4e8 344[thumbnail="screenshot/gui-ceph-osd-status.png"]
8997dd6e 345
e79e0b9d
TL
346You can create an OSD either via the {pve} web-interface, or via CLI using
347`pveceph`. For example:
21394e70
DM
348
349[source,bash]
350----
d1fdb121 351pveceph osd create /dev/sd[X]
21394e70
DM
352----
353
e79e0b9d
TL
354TIP: We recommend a Ceph cluster with at least three nodes and a at least 12
355OSDs, evenly distributed among the nodes.
1d54c3b4 356
e79e0b9d
TL
357If the disk was in use before (for example, in a ZFS, or as OSD) you need to
358first zap all traces of that usage. To remove the partition table, boot
359sector and any other OSD leftover, you can use the following command:
a474ca1f
AA
360
361[source,bash]
362----
9bddef40 363ceph-volume lvm zap /dev/sd[X] --destroy
a474ca1f
AA
364----
365
e79e0b9d 366WARNING: The above command will destroy all data on the disk!
1d54c3b4 367
b3338e29 368.Ceph Bluestore
21394e70 369
1d54c3b4
AA
370Starting with the Ceph Kraken release, a new Ceph OSD storage type was
371introduced, the so called Bluestore
2798d126 372footnote:[Ceph Bluestore https://ceph.com/community/new-luminous-bluestore/].
9bddef40 373This is the default when creating OSDs since Ceph Luminous.
21394e70
DM
374
375[source,bash]
376----
d1fdb121 377pveceph osd create /dev/sd[X]
1d54c3b4
AA
378----
379
1e834cb2 380.Block.db and block.wal
1d54c3b4
AA
381
382If you want to use a separate DB/WAL device for your OSDs, you can specify it
b3338e29
AA
383through the '-db_dev' and '-wal_dev' options. The WAL is placed with the DB, if
384not specified separately.
1d54c3b4
AA
385
386[source,bash]
387----
d1fdb121 388pveceph osd create /dev/sd[X] -db_dev /dev/sd[Y] -wal_dev /dev/sd[Z]
1d54c3b4
AA
389----
390
9bddef40 391You can directly choose the size for those with the '-db_size' and '-wal_size'
5f318cc0 392parameters respectively. If they are not given the following values (in order)
9bddef40
DC
393will be used:
394
352c803f
TL
395* bluestore_block_{db,wal}_size from ceph configuration...
396** ... database, section 'osd'
397** ... database, section 'global'
398** ... file, section 'osd'
399** ... file, section 'global'
9bddef40
DC
400* 10% (DB)/1% (WAL) of OSD size
401
1d54c3b4 402NOTE: The DB stores BlueStore’s internal metadata and the WAL is BlueStore’s
ee4a0e96 403internal journal or write-ahead log. It is recommended to use a fast SSD or
1d54c3b4
AA
404NVRAM for better performance.
405
406
b3338e29 407.Ceph Filestore
9bddef40 408
352c803f 409Before Ceph Luminous, Filestore was used as default storage type for Ceph OSDs.
9bddef40 410Starting with Ceph Nautilus, {pve} does not support creating such OSDs with
352c803f
TL
411'pveceph' anymore. If you still want to create filestore OSDs, use
412'ceph-volume' directly.
1d54c3b4
AA
413
414[source,bash]
415----
9bddef40 416ceph-volume lvm create --filestore --data /dev/sd[X] --journal /dev/sd[Y]
21394e70
DM
417----
418
081cb761 419[[pve_ceph_osd_destroy]]
b3338e29
AA
420Destroy OSDs
421~~~~~~~~~~~~
be2d137e
AA
422
423To remove an OSD via the GUI first select a {PVE} node in the tree view and go
424to the **Ceph -> OSD** panel. Select the OSD to destroy. Next click the **OUT**
425button. Once the OSD status changed from `in` to `out` click the **STOP**
426button. As soon as the status changed from `up` to `down` select **Destroy**
427from the `More` drop-down menu.
428
429To remove an OSD via the CLI run the following commands.
430[source,bash]
431----
432ceph osd out <ID>
433systemctl stop ceph-osd@<ID>.service
434----
435NOTE: The first command instructs Ceph not to include the OSD in the data
436distribution. The second command stops the OSD service. Until this time, no
437data is lost.
438
439The following command destroys the OSD. Specify the '-cleanup' option to
440additionally destroy the partition table.
441[source,bash]
442----
443pveceph osd destroy <ID>
444----
445WARNING: The above command will destroy data on the disk!
446
447
07fef357 448[[pve_ceph_pools]]
b3338e29
AA
449Ceph Pools
450----------
1d54c3b4 451A pool is a logical group for storing objects. It holds **P**lacement
90682f35 452**G**roups (`PG`, `pg_num`), a collection of objects.
1d54c3b4 453
b3338e29 454
6004d86b 455Create and Edit Pools
5b9f923f 456~~~~~~~~~~~~~~~~~~~~~
b3338e29
AA
457
458[thumbnail="screenshot/gui-ceph-pools.png"]
459
90682f35
TL
460When no options are given, we set a default of **128 PGs**, a **size of 3
461replicas** and a **min_size of 2 replicas** for serving objects in a degraded
462state.
1d54c3b4 463
5a54ef44 464NOTE: The default number of PGs works for 2-5 disks. Ceph throws a
90682f35 465'HEALTH_WARNING' if you have too few or too many PGs in your cluster.
1d54c3b4 466
ef3efe51
AA
467WARNING: **Do not set a min_size of 1**. A replicated pool with min_size of 1
468allows I/O on an object when it has only 1 replica which could lead to data
469loss, incomplete PGs or unfound objects.
470
c446b6bb
DW
471It is advised that you calculate the PG number based on your setup. You can
472find the formula and the PG calculator footnote:[PG calculator
473https://ceph.com/pgcalc/] online. From Ceph Nautilus onward, you can change the
474number of PGs footnoteref:[placement_groups,Placement Groups
475{cephdocs-url}/rados/operations/placement-groups/] after the setup.
1d54c3b4 476
c446b6bb
DW
477In addition to manual adjustment, the PG autoscaler
478footnoteref:[autoscaler,Automated Scaling
479{cephdocs-url}/rados/operations/placement-groups/#automated-scaling] can
480automatically scale the PG count for a pool in the background.
1d54c3b4
AA
481
482You can create pools through command line or on the GUI on each PVE host under
483**Ceph -> Pools**.
484
485[source,bash]
486----
d1fdb121 487pveceph pool create <name>
1d54c3b4
AA
488----
489
620d6725
FE
490If you would like to automatically also get a storage definition for your pool,
491mark the checkbox "Add storages" in the GUI or use the command line option
492'--add_storages' at pool creation.
21394e70 493
c446b6bb
DW
494.Base Options
495Name:: The name of the pool. This must be unique and can't be changed afterwards.
496Size:: The number of replicas per object. Ceph always tries to have this many
497copies of an object. Default: `3`.
498PG Autoscale Mode:: The automatic PG scaling mode footnoteref:[autoscaler] of
499the pool. If set to `warn`, it produces a warning message when a pool
500has a non-optimal PG count. Default: `warn`.
501Add as Storage:: Configure a VM or container storage using the new pool.
5b9f923f 502Default: `true` (only visible on creation).
c446b6bb
DW
503
504.Advanced Options
505Min. Size:: The minimum number of replicas per object. Ceph will reject I/O on
506the pool if a PG has less than this many replicas. Default: `2`.
507Crush Rule:: The rule to use for mapping object placement in the cluster. These
508rules define how data is placed within the cluster. See
509xref:pve_ceph_device_classes[Ceph CRUSH & device classes] for information on
510device-based rules.
511# of PGs:: The number of placement groups footnoteref:[placement_groups] that
512the pool should have at the beginning. Default: `128`.
c446b6bb
DW
513Target Size Ratio:: The ratio of data that is expected in the pool. The PG
514autoscaler uses the ratio relative to other ratio sets. It takes precedence
515over the `target size` if both are set.
a0d289ff
DC
516Target Size:: The estimated amount of data expected in the pool. The PG
517autoscaler uses this size to estimate the optimal PG count.
c446b6bb
DW
518Min. # of PGs:: The minimum number of placement groups. This setting is used to
519fine-tune the lower bound of the PG count for that pool. The PG autoscaler
520will not merge PGs below this threshold.
521
1d54c3b4
AA
522Further information on Ceph pool handling can be found in the Ceph pool
523operation footnote:[Ceph pool operation
b46a49ed 524{cephdocs-url}/rados/operations/pools/]
1d54c3b4 525manual.
21394e70 526
166c91fe 527
b3338e29
AA
528Destroy Pools
529~~~~~~~~~~~~~
166c91fe
AA
530
531To destroy a pool via the GUI select a node in the tree view and go to the
532**Ceph -> Pools** panel. Select the pool to destroy and click the **Destroy**
533button. To confirm the destruction of the pool you need to enter the pool name.
534
535Run the following command to destroy a pool. Specify the '-remove_storages' to
536also remove the associated storage.
537[source,bash]
538----
539pveceph pool destroy <name>
540----
541
542NOTE: Deleting the data of a pool is a background task and can take some time.
543You will notice that the data usage in the cluster is decreasing.
544
47d62c84
DW
545
546PG Autoscaler
547~~~~~~~~~~~~~
548
549The PG autoscaler allows the cluster to consider the amount of (expected) data
550stored in each pool and to choose the appropriate pg_num values automatically.
551
552You may need to activate the PG autoscaler module before adjustments can take
553effect.
554[source,bash]
555----
556ceph mgr module enable pg_autoscaler
557----
558
559The autoscaler is configured on a per pool basis and has the following modes:
560
561[horizontal]
562warn:: A health warning is issued if the suggested `pg_num` value differs too
563much from the current value.
564on:: The `pg_num` is adjusted automatically with no need for any manual
565interaction.
566off:: No automatic `pg_num` adjustments are made, and no warning will be issued
567if the PG count is far from optimal.
568
569The scaling factor can be adjusted to facilitate future data storage, with the
570`target_size`, `target_size_ratio` and the `pg_num_min` options.
571
572WARNING: By default, the autoscaler considers tuning the PG count of a pool if
573it is off by a factor of 3. This will lead to a considerable shift in data
574placement and might introduce a high load on the cluster.
575
576You can find a more in-depth introduction to the PG autoscaler on Ceph's Blog -
577https://ceph.io/rados/new-in-nautilus-pg-merging-and-autotuning/[New in
578Nautilus: PG merging and autotuning].
579
580
76f6eca4 581[[pve_ceph_device_classes]]
9fad507d
AA
582Ceph CRUSH & device classes
583---------------------------
584The foundation of Ceph is its algorithm, **C**ontrolled **R**eplication
585**U**nder **S**calable **H**ashing
586(CRUSH footnote:[CRUSH https://ceph.com/wp-content/uploads/2016/08/weil-crush-sc06.pdf]).
587
588CRUSH calculates where to store to and retrieve data from, this has the
589advantage that no central index service is needed. CRUSH works with a map of
590OSDs, buckets (device locations) and rulesets (data replication) for pools.
591
592NOTE: Further information can be found in the Ceph documentation, under the
b46a49ed 593section CRUSH map footnote:[CRUSH map {cephdocs-url}/rados/operations/crush-map/].
9fad507d
AA
594
595This map can be altered to reflect different replication hierarchies. The object
596replicas can be separated (eg. failure domains), while maintaining the desired
597distribution.
598
599A common use case is to use different classes of disks for different Ceph pools.
600For this reason, Ceph introduced the device classes with luminous, to
601accommodate the need for easy ruleset generation.
602
603The device classes can be seen in the 'ceph osd tree' output. These classes
604represent their own root bucket, which can be seen with the below command.
605
606[source, bash]
607----
608ceph osd crush tree --show-shadow
609----
610
611Example output form the above command:
612
613[source, bash]
614----
615ID CLASS WEIGHT TYPE NAME
616-16 nvme 2.18307 root default~nvme
617-13 nvme 0.72769 host sumi1~nvme
618 12 nvme 0.72769 osd.12
619-14 nvme 0.72769 host sumi2~nvme
620 13 nvme 0.72769 osd.13
621-15 nvme 0.72769 host sumi3~nvme
622 14 nvme 0.72769 osd.14
623 -1 7.70544 root default
624 -3 2.56848 host sumi1
625 12 nvme 0.72769 osd.12
626 -5 2.56848 host sumi2
627 13 nvme 0.72769 osd.13
628 -7 2.56848 host sumi3
629 14 nvme 0.72769 osd.14
630----
631
632To let a pool distribute its objects only on a specific device class, you need
633to create a ruleset with the specific class first.
634
635[source, bash]
636----
637ceph osd crush rule create-replicated <rule-name> <root> <failure-domain> <class>
638----
639
640[frame="none",grid="none", align="left", cols="30%,70%"]
641|===
642|<rule-name>|name of the rule, to connect with a pool (seen in GUI & CLI)
643|<root>|which crush root it should belong to (default ceph root "default")
644|<failure-domain>|at which failure-domain the objects should be distributed (usually host)
645|<class>|what type of OSD backing store to use (eg. nvme, ssd, hdd)
646|===
647
648Once the rule is in the CRUSH map, you can tell a pool to use the ruleset.
649
650[source, bash]
651----
652ceph osd pool set <pool-name> crush_rule <rule-name>
653----
654
655TIP: If the pool already contains objects, all of these have to be moved
b3338e29
AA
656accordingly. Depending on your setup this may introduce a big performance hit
657on your cluster. As an alternative, you can create a new pool and move disks
9fad507d
AA
658separately.
659
660
21394e70
DM
661Ceph Client
662-----------
663
1ff5e4e8 664[thumbnail="screenshot/gui-ceph-log.png"]
8997dd6e 665
21394e70
DM
666You can then configure {pve} to use such pools to store VM or
667Container images. Simply use the GUI too add a new `RBD` storage (see
668section xref:ceph_rados_block_devices[Ceph RADOS Block Devices (RBD)]).
669
620d6725 670You also need to copy the keyring to a predefined location for an external Ceph
1d54c3b4
AA
671cluster. If Ceph is installed on the Proxmox nodes itself, then this will be
672done automatically.
21394e70
DM
673
674NOTE: The file name needs to be `<storage_id> + `.keyring` - `<storage_id>` is
675the expression after 'rbd:' in `/etc/pve/storage.cfg` which is
676`my-ceph-storage` in the following example:
677
678[source,bash]
679----
680mkdir /etc/pve/priv/ceph
681cp /etc/ceph/ceph.client.admin.keyring /etc/pve/priv/ceph/my-ceph-storage.keyring
682----
0840a663 683
58f95dd7
TL
684[[pveceph_fs]]
685CephFS
686------
687
688Ceph provides also a filesystem running on top of the same object storage as
689RADOS block devices do. A **M**eta**d**ata **S**erver (`MDS`) is used to map
690the RADOS backed objects to files and directories, allowing to provide a
691POSIX-compliant replicated filesystem. This allows one to have a clustered
692highly available shared filesystem in an easy way if ceph is already used. Its
693Metadata Servers guarantee that files get balanced out over the whole Ceph
694cluster, this way even high load will not overload a single host, which can be
d180eb39 695an issue with traditional shared filesystem approaches, like `NFS`, for
58f95dd7
TL
696example.
697
1e834cb2
TL
698[thumbnail="screenshot/gui-node-ceph-cephfs-panel.png"]
699
2394c306 700{pve} supports both, using an existing xref:storage_cephfs[CephFS as storage]
58f95dd7
TL
701to save backups, ISO files or container templates and creating a
702hyper-converged CephFS itself.
703
704
705[[pveceph_fs_mds]]
706Metadata Server (MDS)
707~~~~~~~~~~~~~~~~~~~~~
708
709CephFS needs at least one Metadata Server to be configured and running to be
710able to work. One can simply create one through the {pve} web GUI's `Node ->
711CephFS` panel or on the command line with:
712
713----
714pveceph mds create
715----
716
717Multiple metadata servers can be created in a cluster. But with the default
718settings only one can be active at any time. If an MDS, or its node, becomes
719unresponsive (or crashes), another `standby` MDS will get promoted to `active`.
720One can speed up the hand-over between the active and a standby MDS up by using
721the 'hotstandby' parameter option on create, or if you have already created it
722you may set/add:
723
724----
725mds standby replay = true
726----
727
728in the ceph.conf respective MDS section. With this enabled, this specific MDS
729will always poll the active one, so that it can take over faster as it is in a
3580eb13 730`warm` state. But naturally, the active polling will cause some additional
58f95dd7
TL
731performance impact on your system and active `MDS`.
732
1e834cb2 733.Multiple Active MDS
58f95dd7
TL
734
735Since Luminous (12.2.x) you can also have multiple active metadata servers
736running, but this is normally only useful for a high count on parallel clients,
737as else the `MDS` seldom is the bottleneck. If you want to set this up please
738refer to the ceph documentation. footnote:[Configuring multiple active MDS
b46a49ed 739daemons {cephdocs-url}/cephfs/multimds/]
58f95dd7
TL
740
741[[pveceph_fs_create]]
8a38333f
AA
742Create CephFS
743~~~~~~~~~~~~~
58f95dd7
TL
744
745With {pve}'s CephFS integration into you can create a CephFS easily over the
746Web GUI, the CLI or an external API interface. Some prerequisites are required
747for this to work:
748
749.Prerequisites for a successful CephFS setup:
750- xref:pve_ceph_install[Install Ceph packages], if this was already done some
751 time ago you might want to rerun it on an up to date system to ensure that
752 also all CephFS related packages get installed.
753- xref:pve_ceph_monitors[Setup Monitors]
754- xref:pve_ceph_monitors[Setup your OSDs]
755- xref:pveceph_fs_mds[Setup at least one MDS]
756
757After this got all checked and done you can simply create a CephFS through
758either the Web GUI's `Node -> CephFS` panel or the command line tool `pveceph`,
759for example with:
760
761----
762pveceph fs create --pg_num 128 --add-storage
763----
764
765This creates a CephFS named `'cephfs'' using a pool for its data named
766`'cephfs_data'' with `128` placement groups and a pool for its metadata named
767`'cephfs_metadata'' with one quarter of the data pools placement groups (`32`).
768Check the xref:pve_ceph_pools[{pve} managed Ceph pool chapter] or visit the
769Ceph documentation for more information regarding a fitting placement group
c446b6bb 770number (`pg_num`) for your setup footnoteref:[placement_groups].
58f95dd7 771Additionally, the `'--add-storage'' parameter will add the CephFS to the {pve}
c446b6bb 772storage configuration after it has been created successfully.
58f95dd7
TL
773
774Destroy CephFS
775~~~~~~~~~~~~~~
776
fa9b4ee1 777WARNING: Destroying a CephFS will render all its data unusable, this cannot be
58f95dd7
TL
778undone!
779
780If you really want to destroy an existing CephFS you first need to stop, or
620d6725 781destroy, all metadata servers (`M̀DS`). You can destroy them either over the Web
58f95dd7
TL
782GUI or the command line interface, with:
783
784----
785pveceph mds destroy NAME
786----
787on each {pve} node hosting a MDS daemon.
788
789Then, you can remove (destroy) CephFS by issuing a:
790
791----
de2f8225 792ceph fs rm NAME --yes-i-really-mean-it
58f95dd7
TL
793----
794on a single node hosting Ceph. After this you may want to remove the created
795data and metadata pools, this can be done either over the Web GUI or the CLI
796with:
797
798----
799pveceph pool destroy NAME
800----
0840a663 801
6ff32926 802
081cb761
AA
803Ceph maintenance
804----------------
af6f59f4 805
081cb761
AA
806Replace OSDs
807~~~~~~~~~~~~
af6f59f4 808
081cb761
AA
809One of the common maintenance tasks in Ceph is to replace a disk of an OSD. If
810a disk is already in a failed state, then you can go ahead and run through the
811steps in xref:pve_ceph_osd_destroy[Destroy OSDs]. Ceph will recreate those
af6f59f4
TL
812copies on the remaining OSDs if possible. This rebalancing will start as soon
813as an OSD failure is detected or an OSD was actively stopped.
814
815NOTE: With the default size/min_size (3/2) of a pool, recovery only starts when
816`size + 1` nodes are available. The reason for this is that the Ceph object
817balancer xref:pve_ceph_device_classes[CRUSH] defaults to a full node as
818`failure domain'.
081cb761
AA
819
820To replace a still functioning disk, on the GUI go through the steps in
821xref:pve_ceph_osd_destroy[Destroy OSDs]. The only addition is to wait until
822the cluster shows 'HEALTH_OK' before stopping the OSD to destroy it.
823
824On the command line use the following commands.
825----
826ceph osd out osd.<id>
827----
828
829You can check with the command below if the OSD can be safely removed.
830----
831ceph osd safe-to-destroy osd.<id>
832----
833
834Once the above check tells you that it is save to remove the OSD, you can
835continue with following commands.
836----
837systemctl stop ceph-osd@<id>.service
838pveceph osd destroy <id>
839----
840
841Replace the old disk with the new one and use the same procedure as described
842in xref:pve_ceph_osd_create[Create OSDs].
843
835f322d
TL
844Trim/Discard
845~~~~~~~~~~~~
081cb761
AA
846It is a good measure to run 'fstrim' (discard) regularly on VMs or containers.
847This releases data blocks that the filesystem isn’t using anymore. It reduces
c78cd2b6
AA
848data usage and resource load. Most modern operating systems issue such discard
849commands to their disks regularly. You only need to ensure that the Virtual
850Machines enable the xref:qm_hard_disk_discard[disk discard option].
081cb761 851
c998bdf2 852[[pveceph_scrub]]
081cb761
AA
853Scrub & Deep Scrub
854~~~~~~~~~~~~~~~~~~
855Ceph ensures data integrity by 'scrubbing' placement groups. Ceph checks every
856object in a PG for its health. There are two forms of Scrubbing, daily
b16f8c5f
TL
857cheap metadata checks and weekly deep data checks. The weekly deep scrub reads
858the objects and uses checksums to ensure data integrity. If a running scrub
859interferes with business (performance) needs, you can adjust the time when
b46a49ed 860scrubs footnote:[Ceph scrubbing {cephdocs-url}/rados/configuration/osd-config-ref/#scrubbing]
081cb761
AA
861are executed.
862
863
10df14fb
TL
864Ceph monitoring and troubleshooting
865-----------------------------------
b07ed53e 866A good start is to continuously monitor the ceph health from the start of
10df14fb
TL
867initial deployment. Either through the ceph tools itself, but also by accessing
868the status through the {pve} link:api-viewer/index.html[API].
6ff32926 869
10df14fb
TL
870The following ceph commands below can be used to see if the cluster is healthy
871('HEALTH_OK'), if there are warnings ('HEALTH_WARN'), or even errors
872('HEALTH_ERR'). If the cluster is in an unhealthy state the status commands
620d6725 873below will also give you an overview of the current events and actions to take.
6ff32926
AA
874
875----
10df14fb
TL
876# single time output
877pve# ceph -s
878# continuously output status changes (press CTRL+C to stop)
879pve# ceph -w
6ff32926
AA
880----
881
882To get a more detailed view, every ceph service has a log file under
883`/var/log/ceph/` and if there is not enough detail, the log level can be
b46a49ed 884adjusted footnote:[Ceph log and debugging {cephdocs-url}/rados/troubleshooting/log-and-debug/].
6ff32926
AA
885
886You can find more information about troubleshooting
b46a49ed 887footnote:[Ceph troubleshooting {cephdocs-url}/rados/troubleshooting/]
620d6725 888a Ceph cluster on the official website.
6ff32926
AA
889
890
0840a663
DM
891ifdef::manvolnum[]
892include::pve-copyright.adoc[]
893endif::manvolnum[]