Skip to content

Commit b90c539

Browse files
committed
Set default version to Quincy
1 parent 45bd025 commit b90c539

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/cephadm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: pacific)
30+
* `cephadm_ceph_release`: Ceph release to deploy (default: quincy)
3131
* `cephadm_fsid`: FSID to use for cluster (default: empty - cephadm will generate FSID)
3232
* `cephadm_recreate`: If existing cluster should be destroyed and recreated (default: false)
3333
* `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)

roles/cephadm/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
cephadm_ceph_release: pacific
2+
cephadm_ceph_release: quincy
33
cephadm_skip_prechecks: false
44
# FSID
55
cephadm_fsid: ""

roles/ec_profiles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ This role assumes the existence of the following groups:
2828
2929
```
3030

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.

0 commit comments

Comments
 (0)