You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information about assigning labels to nodes, review the Red Hat Knowledgebase article https://access.redhat.com/articles/1548993[Red Hat Ceph Storage: Supported configurations].
22
22
endif::[]
23
23
+
24
-
[source,yaml]
25
24
----
26
25
[tripleo-admin@controller-0 ~]$ sudo cephadm shell -- ceph orch host ls
27
26
@@ -46,7 +45,6 @@ In case the desired option is to rely on the https://github.com/ceph/ceph/blob/r
46
45
shipped by cephadm, remove the following config options from the {CephCluster} cluster.
Copy file name to clipboardExpand all lines: docs_user/modules/proc_completing-prerequisites-for-migrating-ceph-rgw.adoc
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Complete the following prerequisites before you begin the Ceph Object Gateway (R
10
10
11
11
. Check the current status of the {Ceph} nodes:
12
12
+
13
-
[source,yaml]
14
13
----
15
14
(undercloud) [stack@undercloud-0 ~]$ metalsmith list
16
15
@@ -48,7 +47,6 @@ Full List of Resources:
48
47
49
48
. Identify the ranges of the storage networks. The following is an example and the values might differ in your environment:
50
49
+
51
-
[source,yaml]
52
50
----
53
51
[heat-admin@controller-0 ~]$ ip -o -4 a
54
52
@@ -95,7 +93,6 @@ listen ceph_rgw
95
93
96
94
.. Confirm that the network is used as an HAProxy front end. The following example shows that `controller-0` exposes the services by using the external network, which is absent from the {Ceph} nodes. You must propagate the external network through {OpenStackPreviousInstaller}:
97
95
+
98
-
[source,yaml]
99
96
----
100
97
[controller-0]$ ip -o -4 a
101
98
@@ -111,7 +108,6 @@ If the target nodes are not managed by director, you cannot use this procedure t
111
108
112
109
.. In the NIC template that you use to define the `ceph-storage` network interfaces, add the new config section in the {Ceph} network configuration template file, for example, `/home/stack/composable_roles/network/nic-configs/ceph-storage.j2`:
113
110
+
114
-
[source,yaml]
115
111
----
116
112
---
117
113
network_config:
@@ -157,7 +153,6 @@ network_config:
157
153
[NOTE]
158
154
Ensure that 'network_config_update' is enabled for network propagation to the target nodes when `os-net-config` is triggered.
159
155
+
160
-
[source,yaml]
161
156
----
162
157
- name: CephStorage
163
158
count: 3
@@ -184,11 +179,8 @@ Ensure that 'network_config_update' is enabled for network propagation to the ta
184
179
185
180
.. Configure the new network on the bare metal nodes:
0 commit comments