-
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
9 changed files
with
247 additions
and
217 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,44 @@ | ||
ifdef::context[:parent-context: {context}] | ||
|
||
[id="ceph-migration_{context}"] | ||
|
||
= Migrating the {CephCluster} 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}, you migrate a | ||
{OpenStackPreviousInstaller}-deployed {CephCluster} cluster by using a process | ||
called “externalizing” the {CephCluster} cluster. | ||
|
||
There are two deployment topologies that include an internal {CephCluster} | ||
cluster: | ||
|
||
* {OpenStackShort} includes dedicated {CephCluster} nodes to host object | ||
storage daemons (OSDs) | ||
|
||
* Hyperconverged Infrastructure (HCI), where Compute and Storage services are | ||
colocated on hyperconverged 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. To migrate your {CephCluster} cluster, you must decommission the | ||
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
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
Oops, something went wrong.