-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ceph assemblies are now better reorganized to follow a simple rule/struct. A main ceph-cluster migration assembly is included in main, and it contains a quick intro and the (ordered) list of procedures (including the cardinality section that is critical here and will be improved in a follow up patch). This way the ceph doc is very easy to access and maintain. There are also fixes to wrong references (e.g. horizon != Ceph dashboard). Signed-off-by: Francesco Pantano <[email protected]>
- Loading branch information
Showing
7 changed files
with
77 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
ifdef::context[:parent-context: {context}] | ||
|
||
[id="ceph-migration_{context}"] | ||
|
||
= Migrating Red Hat Ceph Storage Cluster | ||
|
||
:context: migrating-ceph | ||
|
||
:toc: left | ||
:toclevels: 3 | ||
|
||
ifdef::parent-context[:context: {parent-context}] | ||
ifndef::parent-context[:!context:] | ||
|
||
In the context of data plane adoption, where the {rhos_prev_long} ({OpenStackShort}) services are | ||
redeployed in {OpenShift}, a {OpenStackPreviousInstaller}-deployed {CephCluster} cluster will undergo | ||
a migration in a process we are calling “externalizing” the {CephCluster} cluster. | ||
There are two deployment topologies, broadly, that include an “internal” {CephCluster} cluster today: | ||
one is where {OpenStackShort} includes dedicated {CephCluster} nodes to host object storage daemons | ||
(OSDs), and the other is Hyperconverged Infrastructure (HCI) where Compute nodes double up as | ||
{CephCluster} nodes. In either scenario, there are some {Ceph} processes that are deployed on {OpenStackShort} | ||
Controller nodes: {Ceph} monitors, Ceph Object Gateway (RGW), Rados Block Device (RBD), Ceph Metadata | ||
Server (MDS), Ceph Dashboard, and NFS Ganesha. | ||
This section describes the procedure to decommission Controller nodes and move the Ceph daemons to a | ||
set of target nodes that are already part of the {CephCluster} cluster. | ||
|
||
include::../modules/con_ceph-daemon-cardinality.adoc[leveloffset=+1] | ||
|
||
include::assembly_migrating-ceph-monitoring-stack.adoc[leveloffset=+1] | ||
|
||
include::../modules/proc_migrating-ceph-mds.adoc[leveloffset=+1] | ||
|
||
include::assembly_migrating-ceph-rgw.adoc[leveloffset=+1] | ||
|
||
include::assembly_migrating-ceph-rbd.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters