ceph/doc/cephadm
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
..
services ceph-volume: add TPM2 token enrollment support for encrypted OSDs 2024-08-12 08:43:59 +00:00
adoption.rst doc/cephadm: Improve multiple files 2024-03-11 22:17:56 +10:00
client-setup.rst doc/cephadm: Improve multiple files 2024-03-11 22:17:56 +10:00
compatibility.rst doc/cephadm: Improve multiple files 2024-03-11 22:17:56 +10:00
host-management.rst doc: clarify use of location: in host spec 2024-05-22 16:52:20 +01:00
index.rst
install.rst doc/cephadm: Improve multiple files 2024-03-11 22:17:56 +10:00
operations.rst doc/cephadm: document new --no-ceph-conf flag for orch client-keyring set 2024-04-04 15:58:43 -04:00
troubleshooting.rst doc/cephadm: Improve multiple files 2024-03-11 22:17:56 +10:00
upgrade.rst doc/cephadm/upgrade: ceph-ci containers are hosted by quay.ceph.io 2024-07-19 10:10:38 -04:00