File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ This role creates/deletes Ceph EC profiles.
6
6
7
7
### Host prerequisites
8
8
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.
11
10
12
11
### Inventory
13
12
@@ -17,11 +16,16 @@ This role assumes the existence of the following groups:
17
16
18
17
## Role variables
19
18
20
- * ` cephadm_ec_profiles ` : A list of pools to define
19
+ * ` cephadm_ec_profiles ` : A list of pools to manage.
21
20
Example:
22
21
```
23
22
cephadm_ec_profiles:
24
- ```
23
+ - name: foo
24
+ k: 4
25
+ m: 2
26
+ - name: delete_me
27
+ state: absent
25
28
26
- Check the ` cephadm_ec_profile ` module docs for supported key options.
29
+ ```
27
30
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.
You can’t perform that action at this time.
0 commit comments