Skip to content

Commit afa1f07

Browse files
committed
OBSDOCS-603: Update attributes and additional improvements - part 2
1 parent 286f4af commit afa1f07

8 files changed

+36
-55
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2566,7 +2566,7 @@ Topics:
25662566
Topics:
25672567
- Name: Viewing Logging status
25682568
File: cluster-logging-cluster-status
2569-
- Name: Viewing the status of the log store
2569+
- Name: Viewing the status of the Elasticsearch log store
25702570
File: cluster-logging-log-store-status
25712571
- Name: Uninstalling Logging
25722572
File: cluster-logging-uninstall

_topic_maps/_topic_map_osd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ Topics:
10381038
Topics:
10391039
- Name: Viewing Logging status
10401040
File: cluster-logging-cluster-status
1041-
- Name: Viewing the status of the log store
1041+
- Name: Viewing the status of the Elasticsearch log store
10421042
File: cluster-logging-log-store-status
10431043
- Name: Uninstalling Logging
10441044
File: cluster-logging-uninstall

_topic_maps/_topic_map_rosa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Topics:
421421
File: dedicated-aws-dc
422422
- Name: Cluster autoscaling
423423
File: rosa-cluster-autoscaling
424-
- Name: Manage nodes using machine pools
424+
- Name: Manage nodes using machine pools
425425
Dir: rosa_nodes
426426
Distros: openshift-rosa
427427
Topics:
@@ -1211,7 +1211,7 @@ Topics:
12111211
Topics:
12121212
- Name: Viewing Logging status
12131213
File: cluster-logging-cluster-status
1214-
- Name: Viewing the status of the log store
1214+
- Name: Viewing the status of the Elasticsearch log store
12151215
File: cluster-logging-log-store-status
12161216
- Name: Uninstalling Logging
12171217
File: cluster-logging-uninstall

logging/troubleshooting/cluster-logging-cluster-status.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
:_mod-docs-content-type: ASSEMBLY
22
:context: cluster-logging-cluster-status
33
[id="cluster-logging-cluster-status"]
4-
= Viewing OpenShift Logging status
4+
= Viewing Logging status
55
include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can view the status of the Red Hat OpenShift Logging Operator and for a number of {logging} components.
10-
11-
// The following include statements pull in the module files that comprise
12-
// the assembly. Include any combination of concept, procedure, or reference
13-
// modules required to cover the user story. You can also include other
14-
// assemblies.
15-
9+
You can view the status of the {clo} and other {logging} components.
1610

1711
include::modules/cluster-logging-clo-status.adoc[leveloffset=+1]
1812

logging/troubleshooting/cluster-logging-log-store-status.adoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can view the status of the OpenShift Elasticsearch Operator and for a number of Elasticsearch components.
10-
11-
// The following include statements pull in the module files that comprise
12-
// the assembly. Include any combination of concept, procedure, or reference
13-
// modules required to cover the user story. You can also include other
14-
// assemblies.
15-
9+
You can view the status of the {es-op} and for a number of Elasticsearch components.
1610

1711
include::modules/cluster-logging-log-store-status-viewing.adoc[leveloffset=+1]
1812

modules/cluster-logging-clo-status-comp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can view the status for a number of {logging} components.
1010

1111
.Prerequisites
1212

13-
* The Red Hat OpenShift Logging and Elasticsearch Operators must be installed.
13+
* The {clo} and {es-op} are installed.
1414
1515
.Procedure
1616

modules/cluster-logging-clo-status.adoc

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,24 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="cluster-logging-clo-status_{context}"]
7-
= Viewing the status of the Red Hat OpenShift Logging Operator
7+
= Viewing the status of the {clo}
88

9-
You can view the status of your Red Hat OpenShift Logging Operator.
9+
You can view the status of the {clo}.
1010

1111
.Prerequisites
1212

13-
* The Red Hat OpenShift Logging and Elasticsearch Operators must be installed.
13+
* The {clo} and {es-op} are installed.
1414
1515
.Procedure
1616

17-
. Change to the `openshift-logging` project.
17+
. Change to the `openshift-logging` project by running the following command:
1818
+
1919
[source,terminal]
2020
----
2121
$ oc project openshift-logging
2222
----
2323

24-
. To view the OpenShift Logging status:
25-
26-
.. Get the OpenShift Logging status:
24+
. Get the `ClusterLogging` instance status by running the following command:
2725
+
2826
[source,terminal]
2927
----
@@ -114,10 +112,7 @@ visualization: <4>
114112
[id="cluster-logging-clo-status-message_{context}"]
115113
== Example condition messages
116114

117-
The following are examples of some condition messages from the `Status.Nodes` section of the OpenShift Logging instance.
118-
119-
120-
// https://github.com/openshift/elasticsearch-operator/pull/92
115+
The following are examples of some condition messages from the `Status.Nodes` section of the `ClusterLogging` instance.
121116

122117
A status message similar to the following indicates a node has exceeded the configured low watermark and no shard will be allocated to this node:
123118

@@ -156,7 +151,7 @@ A status message similar to the following indicates a node has exceeded the conf
156151
A status message similar to the following indicates the Elasticsearch node selector in the CR does not match any nodes in the cluster:
157152

158153
.Example output
159-
[source,text]
154+
[source,terminal]
160155
----
161156
Elasticsearch Status:
162157
Shard Allocation Enabled: shard allocation unknown
@@ -204,7 +199,7 @@ A status message similar to the following indicates the Elasticsearch node selec
204199
A status message similar to the following indicates that the requested PVC could not bind to PV:
205200

206201
.Example output
207-
[source,text]
202+
[source,terminal]
208203
----
209204
Node Conditions:
210205
elasticsearch-cdm-mkkdys93-1:

modules/cluster-logging-log-store-status-viewing.adoc

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44

55
:_mod-docs-content-type: PROCEDURE
66
[id="cluster-logging-log-store-comp-viewing_{context}"]
7-
= Viewing the status of the log store
7+
= Viewing the status of the Elasticsearch log store
88

9-
You can view the status of your log store.
9+
You can view the status of the Elasticsearch log store.
1010

1111
.Prerequisites
1212

13-
* The Red Hat OpenShift Logging and Elasticsearch Operators must be installed.
13+
* The {clo} and {es-op} are installed.
1414
1515
.Procedure
1616

17-
. Change to the `openshift-logging` project.
17+
. Change to the `openshift-logging` project by running the following command:
1818
+
1919
[source,terminal]
2020
----
@@ -23,7 +23,7 @@ $ oc project openshift-logging
2323

2424
. To view the status:
2525

26-
.. Get the name of the log store instance:
26+
.. Get the name of the Elasticsearch log store instance by running the following command:
2727
+
2828
[source,terminal]
2929
----
@@ -37,7 +37,7 @@ NAME AGE
3737
elasticsearch 5h9m
3838
----
3939

40-
.. Get the log store status:
40+
.. Get the Elasticsearch log store status by running the following command:
4141
+
4242
[source,terminal]
4343
----
@@ -54,7 +54,7 @@ $ oc get Elasticsearch elasticsearch -n openshift-logging -o yaml
5454
The output includes information similar to the following:
5555
+
5656
.Example output
57-
[source,terminal]
57+
[source,yaml]
5858
----
5959
status: <1>
6060
cluster: <2>
@@ -101,31 +101,29 @@ status: <1>
101101
shardAllocationEnabled: all
102102
----
103103
<1> In the output, the cluster status fields appear in the `status` stanza.
104-
<2> The status of the log store:
104+
<2> The status of the Elasticsearch log store:
105105
+
106106
* The number of active primary shards.
107107
* The number of active shards.
108108
* The number of shards that are initializing.
109-
* The number of log store data nodes.
110-
* The total number of log store nodes.
109+
* The number of Elasticsearch log store data nodes.
110+
* The total number of Elasticsearch log store nodes.
111111
* The number of pending tasks.
112-
* The log store status: `green`, `red`, `yellow`.
112+
* The Elasticsearch log store status: `green`, `red`, `yellow`.
113113
* The number of unassigned shards.
114-
<3> Any status conditions, if present. The log store status indicates the reasons from the scheduler if a pod could not be placed. Any events related to the following conditions are shown:
115-
* Container Waiting for both the log store and proxy containers.
116-
* Container Terminated for both the log store and proxy containers.
114+
<3> Any status conditions, if present. The Elasticsearch log store status indicates the reasons from the scheduler if a pod could not be placed. Any events related to the following conditions are shown:
115+
* Container Waiting for both the Elasticsearch log store and proxy containers.
116+
* Container Terminated for both the Elasticsearch log store and proxy containers.
117117
* Pod unschedulable.
118118
Also, a condition is shown for a number of issues; see *Example condition messages*.
119-
<4> The log store nodes in the cluster, with `upgradeStatus`.
120-
<5> The log store client, data, and master pods in the cluster, listed under 'failed`, `notReady`, or `ready` state.
119+
<4> The Elasticsearch log store nodes in the cluster, with `upgradeStatus`.
120+
<5> The Elasticsearch log store client, data, and master pods in the cluster, listed under `failed`, `notReady`, or `ready` state.
121121

122122
[id="cluster-logging-elasticsearch-status-message_{context}"]
123123
== Example condition messages
124124

125125
The following are examples of some condition messages from the `Status` section of the Elasticsearch instance.
126126

127-
// https://github.com/openshift/elasticsearch-operator/pull/92
128-
129127
The following status message indicates that a node has exceeded the configured low watermark, and no shard will be allocated to this node.
130128

131129
[source,yaml]
@@ -160,7 +158,7 @@ status:
160158
upgradeStatus: {}
161159
----
162160

163-
The following status message indicates that the log store node selector in the CR does not match any nodes in the cluster:
161+
The following status message indicates that the Elasticsearch log store node selector in the custom resource (CR) does not match any nodes in the cluster:
164162

165163
[source,yaml]
166164
----
@@ -174,7 +172,7 @@ status:
174172
type: Unschedulable
175173
----
176174

177-
The following status message indicates that the log store CR uses a non-existent persistent volume claim (PVC).
175+
The following status message indicates that the Elasticsearch log store CR uses a non-existent persistent volume claim (PVC).
178176

179177
[source,yaml]
180178
----
@@ -188,7 +186,7 @@ status:
188186
type: Unschedulable
189187
----
190188

191-
The following status message indicates that your log store cluster does not have enough nodes to support the redundancy policy.
189+
The following status message indicates that your Elasticsearch log store cluster does not have enough nodes to support the redundancy policy.
192190

193191
[source,yaml]
194192
----
@@ -243,5 +241,5 @@ The `reason` and `type` fields specify the type of unsupported change:
243241
+
244242
[IMPORTANT]
245243
====
246-
If you try to configure the `ClusterLogging` custom resource (CR) to switch from ephemeral to persistent storage, the OpenShift Elasticsearch Operator creates a persistent volume claim (PVC) but does not create a persistent volume (PV). To clear the `StorageStructureChangeIgnored` status, you must revert the change to the `ClusterLogging` CR and delete the PVC.
244+
If you try to configure the `ClusterLogging` CR to switch from ephemeral to persistent storage, the {es-op} creates a persistent volume claim (PVC) but does not create a persistent volume (PV). To clear the `StorageStructureChangeIgnored` status, you must revert the change to the `ClusterLogging` CR and delete the PVC.
247245
====

0 commit comments

Comments
 (0)