Skip to content

Commit 67fd1ec

Browse files
committed
Improve ec_profiles role docs
1 parent bea3fc4 commit 67fd1ec

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

roles/ec_profiles/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ This role creates/deletes Ceph EC profiles.
66

77
### Host prerequisites
88

9-
* The role assumes target hosts connection over SSH with user that has passwordless sudo configured.
10-
* Either direct Internet access or private registry with desired Ceph image accessible to all hosts is required.
9+
* The role assumes target host connection over SSH to the first MON server.
1110

1211
### Inventory
1312

@@ -17,11 +16,16 @@ This role assumes the existence of the following groups:
1716

1817
## Role variables
1918

20-
* `cephadm_ec_profiles`: A list of pools to define
19+
* `cephadm_ec_profiles`: A list of pools to manage.
2120
Example:
2221
```
2322
cephadm_ec_profiles:
24-
```
23+
- name: foo
24+
k: 4
25+
m: 2
26+
- name: delete_me
27+
state: absent
2528
26-
Check the `cephadm_ec_profile` module docs for supported key options.
29+
```
2730

31+
Check Erasure Code profiles [docs](https://docs.ceph.com/en/pacific/rados/operations/erasure-code-profile/#osd-erasure-code-profile-set) for supported key options.

0 commit comments

Comments
 (0)