File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ All Ceph hosts must be in the `ceph` group.
27
27
## Role variables
28
28
29
29
* General
30
- * ` cephadm_ceph_release ` : Ceph release to deploy (default: pacific )
30
+ * ` cephadm_ceph_release ` : Ceph release to deploy (default: quincy )
31
31
* ` cephadm_fsid ` : FSID to use for cluster (default: empty - cephadm will generate FSID)
32
32
* ` cephadm_recreate ` : If existing cluster should be destroyed and recreated (default: false)
33
33
* ` cephadm_custom_repos ` : If enabled - the role won't define yum/apt repositories. If using Ubuntu 22.04 this should be set to true. (default: false)
Original file line number Diff line number Diff line change 1
1
---
2
- cephadm_ceph_release : pacific
2
+ cephadm_ceph_release : quincy
3
3
cephadm_skip_prechecks : false
4
4
# FSID
5
5
cephadm_fsid : " "
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ This role assumes the existence of the following groups:
28
28
29
29
```
30
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.
31
+ Check Erasure Code profiles [ docs] ( https://docs.ceph.com/en/quincy /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