From 01d0fe48dac0417cb0880824f5e5896acf5a46df Mon Sep 17 00:00:00 2001 From: Salar Nosrati-Ershad Date: Mon, 22 Aug 2022 12:04:21 +0430 Subject: [PATCH] docs: correct add system user to the master zone command Signed-off-by: Salar Nosrati-Ershad (cherry picked from commit e2bc59dfec55f10d4ea49ef6c8d5da21183029e1) --- doc/radosgw/multisite.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/multisite.rst b/doc/radosgw/multisite.rst index fc859594568f7..257add78383f8 100644 --- a/doc/radosgw/multisite.rst +++ b/doc/radosgw/multisite.rst @@ -278,7 +278,7 @@ Finally, add the system user to the master zone. :: - # radosgw-admin zone modify --rgw-zone=us-east --access-key={access-key} --secret={secret} + # radosgw-admin zone modify --rgw-zone={zone-name} --access-key={access-key} --secret={secret} # radosgw-admin period update --commit Update the Period -- 2.39.5