From 42b571b11f90c80a8856e4221f74b20e6d736c84 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Mon, 22 Feb 2021 14:26:10 +0000 Subject: [PATCH] Fix typo and broken link for documenting RGW frontends http://docs.ceph.com/docs/nautilus/radosgw/frontends/ 404s so replace it with a working "latest" docs link, and correct the spelling of "additional" while I'm at it. Signed-off-by: Matthew Vernon (cherry picked from commit 847611048ef3c0aa0ae542623f35b23b9cbea8a6) --- group_vars/all.yml.sample | 2 +- group_vars/rhcs.yml.sample | 2 +- roles/ceph-defaults/defaults/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 936a9236b..83db1f9fa 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -371,7 +371,7 @@ dummy: ## Rados Gateway options # -#radosgw_frontend_type: beast # For additionnal frontends see: http://docs.ceph.com/docs/nautilus/radosgw/frontends/ +#radosgw_frontend_type: beast # For additional frontends see: https://docs.ceph.com/en/octopus/radosgw/frontends/ #radosgw_civetweb_port: 8080 #radosgw_civetweb_num_threads: 512 diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 66449d5c1..41f4e85d9 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -371,7 +371,7 @@ ceph_iscsi_config_dev: false ## Rados Gateway options # -#radosgw_frontend_type: beast # For additionnal frontends see: http://docs.ceph.com/docs/nautilus/radosgw/frontends/ +#radosgw_frontend_type: beast # For additional frontends see: https://docs.ceph.com/en/octopus/radosgw/frontends/ #radosgw_civetweb_port: 8080 #radosgw_civetweb_num_threads: 512 diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index d9926e33c..1a19ed471 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -363,7 +363,7 @@ mds_max_mds: 1 ## Rados Gateway options # -radosgw_frontend_type: beast # For additionnal frontends see: http://docs.ceph.com/docs/nautilus/radosgw/frontends/ +radosgw_frontend_type: beast # For additional frontends see: https://docs.ceph.com/en/octopus/radosgw/frontends/ radosgw_civetweb_port: 8080 radosgw_civetweb_num_threads: 512 -- 2.39.5