From: Matthew Vernon Date: Mon, 22 Feb 2021 14:26:10 +0000 (+0000) Subject: Fix typo and broken link for documenting RGW frontends X-Git-Tag: v6.0.1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1a67f5978905bba12a01a2c4b1c65d30bf95fa96;p=ceph-ansible.git Fix typo and broken link for documenting RGW frontends http://docs.ceph.com/docs/nautilus/radosgw/frontends/ 404s so replace it with a working "pacific" docs link, and correct the spelling of "additional" while I'm at it. Signed-off-by: Matthew Vernon (cherry picked from commit 847611048ef3c0aa0ae542623f35b23b9cbea8a6) --- diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index 3d28a121b..bb1b750a8 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/pacific/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 66f91c487..c93a1787e 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/pacific/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 d1084f84e..afd787dbb 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/pacific/radosgw/frontends/ radosgw_civetweb_port: 8080 radosgw_civetweb_num_threads: 512