Fix README, extraneous options line

Change-Id: I8e5b48de0662c99fffca56a9a48111e75d9bc543
This commit is contained in:
Peter Matulis 2021-10-28 15:19:42 -04:00
parent aa0405dc94
commit 313e71bc7b
2 changed files with 7 additions and 7 deletions

View File

@ -75,8 +75,7 @@ configuration file.
Block devices (regular),
ceph-osd:
options:
osd-devices: /dev/vdb /dev/vdc /dev/vdd
osd-devices: /dev/vdb /dev/vdc /dev/vdd
Each regular block device must be an absolute path to a device node.
@ -210,8 +209,7 @@ Jewel, set option `osd-encrypt` for the ceph-osd charm:
```yaml
ceph-osd:
options:
osd-encrypt: True
osd-encrypt: True
```
Here, dm-crypt keys are stored in the MON sub-cluster.
@ -222,9 +220,8 @@ options `osd-encrypt` and `osd-encrypt-keymanager` for the ceph-osd charm:
```yaml
ceph-osd:
options:
osd-encrypt: True
osd-encrypt-keymanager: vault
osd-encrypt: True
osd-encrypt-keymanager: vault
```
> **Important**: Post deployment configuration will only affect block devices

View File

@ -22,3 +22,6 @@ dnspython<2.0.0; python_version < '3.6'
dnspython; python_version >= '3.6'
psutil>=1.1.1,<2.0.0
# cffi 1.15.0 drops support for py35
cffi==1.14.6; python_version < '3.6'