From 4e6b2a54d20093ce1b4b320a6588091d552804f9 Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Thu, 15 Apr 2021 10:20:39 -0400 Subject: [PATCH] ceph-defaults: update multisite readme reference The multisite README file has been merged into a single file. Closes: #6411 Signed-off-by: Dimitri Savineau --- 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 f7c3f0a7f..34ea62a1a 100644 --- a/group_vars/all.yml.sample +++ b/group_vars/all.yml.sample @@ -485,7 +485,7 @@ dummy: # # If multiple realms or multiple zonegroups or multiple zones need to be created on a cluster then, # the multisite config variables should be editted in their respective zone .yaml file and realm .yaml file. -# See README-MULTISITE-MULTIREALM.md for more information. +# See README-MULTISITE.md for more information. # The following Multi-site related variables should be set by the user. # diff --git a/group_vars/rhcs.yml.sample b/group_vars/rhcs.yml.sample index 71a0661a6..cc1f650c6 100644 --- a/group_vars/rhcs.yml.sample +++ b/group_vars/rhcs.yml.sample @@ -485,7 +485,7 @@ ceph_iscsi_config_dev: false # # If multiple realms or multiple zonegroups or multiple zones need to be created on a cluster then, # the multisite config variables should be editted in their respective zone .yaml file and realm .yaml file. -# See README-MULTISITE-MULTIREALM.md for more information. +# See README-MULTISITE.md for more information. # The following Multi-site related variables should be set by the user. # diff --git a/roles/ceph-defaults/defaults/main.yml b/roles/ceph-defaults/defaults/main.yml index 37b6f1cdd..ff1763494 100644 --- a/roles/ceph-defaults/defaults/main.yml +++ b/roles/ceph-defaults/defaults/main.yml @@ -477,7 +477,7 @@ rgw_multisite: false # # If multiple realms or multiple zonegroups or multiple zones need to be created on a cluster then, # the multisite config variables should be editted in their respective zone .yaml file and realm .yaml file. -# See README-MULTISITE-MULTIREALM.md for more information. +# See README-MULTISITE.md for more information. # The following Multi-site related variables should be set by the user. # -- 2.39.5