Skip to content

Commit

Permalink
Added words to wordlist
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Bhatt <[email protected]>
  • Loading branch information
UtkarshBhatthere committed Oct 20, 2024
1 parent e36a368 commit 649ae0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/.custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,10 @@ sda
ESM
Livepatch

vms
resync
failover
Failover
Failback

MiB
4 changes: 2 additions & 2 deletions docs/how-to/perform-site-failover.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Prerequisites
--------------
1. A primary and a secondary MicroCeph cluster, for example named "primary_cluster" and "secondary_cluster"
2. primary_cluster has imported configurations from secondary_cluster and vice versa. refer to :doc:`import remote <./import-remote-cluster>`
3. RBD remote replication is configured for atleast 1 rbd image. refer to :doc:`configure rbd replication <./configure-rbd-mirroring>`
3. RBD remote replication is configured for at least 1 rbd image. refer to :doc:`configure rbd replication <./configure-rbd-mirroring>`

Failover to a non-primary remote cluster
-----------------------------------------
Expand All @@ -33,7 +33,7 @@ An operator can perform cluster wide promotion as follows:
sudo microceph remote replication rbd promote --remote primary_cluster --yes-i-really-mean-it
Here, <remote> paramter helps microceph filter the resources to promote.
Here, <remote> parameter helps microceph filter the resources to promote.
Since promotion of secondary_cluster may cause a split-brain condition in future,
it is necessary to pass --yes-i-really-mean-it flag.

Expand Down

0 comments on commit 649ae0b

Please sign in to comment.