ceph/doc/cephadm/services
Guillaume Abrioux 88836135fd ceph-volume: add TPM2 token enrollment support for encrypted OSDs
This adds the required changes to ceph-volume and cephadm in order to support
deploying tpm2 token enrolled encrypted OSDs.

Adding `--with-tpm` when deploying with `--dmcrypt` will enroll a tpm2
token to the corresponding LUKS2 devices.

Example of a osd service spec:

```
service_type: osd
service_id: tpm2_osds
placement:
  host_pattern: '*'
spec:
  data_devices:
    paths:
      - /dev/sdb
  encrypted: true
  tpm2: true
```

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
2024-08-12 08:43:59 +00:00
..
custom-container.rst
index.rst mgr/cephadm: adding documentation for cephadm mgmt-gateway service 2024-07-09 15:27:33 +02:00
iscsi.rst
mds.rst
mgmt-gateway.rst mgr/cephadm: adding documentation for cephadm mgmt-gateway service 2024-07-09 15:27:33 +02:00
mgr.rst doc/cephadm: edit sentence in mgr.rst 2023-08-27 06:31:12 +10:00
mon.rst
monitoring.rst doc/cephadm: edit "Using Custom Images" 2024-07-31 05:27:36 +10:00
nfs.rst doc/cephadm: correct nfs config pool name 2024-02-14 03:04:26 +10:00
osd.rst ceph-volume: add TPM2 token enrollment support for encrypted OSDs 2024-08-12 08:43:59 +00:00
rgw.rst cephadm: adjust the ingress ha proxy health check interval 2024-03-12 10:58:19 +05:30
smb.rst doc/cephadm/smb: Add missing user_sources option to service spec 2024-08-07 10:39:08 +05:30
snmp-gateway.rst
tracing.rst