From c8be6be1b85a980058ba40c5d8723a4df7909c44 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Fri, 11 Jun 2021 14:21:03 -0700
Subject: [PATCH] Fix some hostnames in afs docs

Noticed this when doing some afs maintenance. We want the bos status of
fileservers when rebooting those servers not the status of the db
servers.

Change-Id: I30f6a2320487c302fda2ffe300daa1d91c7dec45
---
 doc/source/afs.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/afs.rst b/doc/source/afs.rst
index e2988599c0..3e0c69fba9 100644
--- a/doc/source/afs.rst
+++ b/doc/source/afs.rst
@@ -675,12 +675,12 @@ to take down afs01.dfw.openstack.org while having writers to the mirror
 volume. We use the same process as for the db server::
 
   root@afsdb01:~# bos shutdown afs01.dfw.openstack.org -localauth
-  root@afsdb01:~# bos status afsdb01.dfw.openstack.org -localauth
+  root@afsdb01:~# bos status afs01.dfw.openstack.org -localauth
   Auxiliary status is: file server shut down.
 
 Perform maintenance, then restart as above and check the status again::
 
-  root@afsdb01:~# bos status afsdb01.dfw.openstack.org -localauth
+  root@afsdb01:~# bos status afs01.dfw.openstack.org -localauth
   Auxiliary status is: file server running.
 
 DNS Entries