File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11namespace : " stackhpc"
22name : " cephadm"
3- version : " 1.20 .0"
3+ version : " 1.21 .0"
44readme : " README.md"
55authors :
66 - " Michal Nasiadka"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ All Ceph hosts must be in the `ceph` group.
2727## Role variables
2828
2929* General
30- * ` cephadm_ceph_release ` : Ceph release to deploy (default: reef )
30+ * ` cephadm_ceph_release ` : Ceph release to deploy (default: squid )
3131 * ` cephadm_container_engine ` : Whether to use docker_login or podman_login (default: docker)
3232 * ` cephadm_fsid ` : FSID to use for cluster (default: empty - cephadm will generate FSID)
3333 * ` cephadm_recreate ` : If existing cluster should be destroyed and recreated (default: false)
Original file line number Diff line number Diff line change 11---
2- cephadm_ceph_release : reef
2+ cephadm_ceph_release : squid
33cephadm_skip_prechecks : false
44# FSID
55cephadm_fsid : " "
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ cephadm_rpm_repos:
33 - " $basearch"
44 - " noarch"
55cephadm_ceph_releases :
6- - octopus
7- - pacific
86 - quincy
97 - reef
108 - squid
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ This role assumes the existence of the following groups:
3232
3333 ```
3434
35- Check Erasure Code profiles [ docs] ( https://docs.ceph.com/en/reef /rados/operations/erasure-code-profile/#osd-erasure-code-profile-set ) for supported key options.
35+ Check Erasure Code profiles [ docs] ( https://docs.ceph.com/en/squid /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