diff --git a/group_vars/all.yml.sample b/group_vars/all.yml.sample index e9caf34c7..9ef31792f 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -532,7 +532,7 @@ dummy: # instead of [client.radosgw.*]. # For more examples check the profiles directory of https://github.com/ceph/ceph-ansible. # -# The following sections are supported: [global], [mon], [osd], [mds], [rgw] +# The following sections are supported: [global], [mon], [osd], [mds], [client] # # Example: # ceph_conf_overrides: diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 929fb56eb..ed88558bb 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -532,7 +532,7 @@ ceph_iscsi_config_dev: false # instead of [client.radosgw.*]. # For more examples check the profiles directory of https://github.com/ceph/ceph-ansible. # -# The following sections are supported: [global], [mon], [osd], [mds], [rgw] +# The following sections are supported: [global], [mon], [osd], [mds], [client] # # Example: # ceph_conf_overrides: diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 8cba252b3..e4cfe6232 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -524,7 +524,7 @@ rgw_pull_proto: "http" # should be the same as rgw_multisite_proto for the maste # instead of [client.radosgw.*]. # For more examples check the profiles directory of https://github.com/ceph/ceph-ansible. # -# The following sections are supported: [global], [mon], [osd], [mds], [rgw] +# The following sections are supported: [global], [mon], [osd], [mds], [client] # # Example: # ceph_conf_overrides: