From 91c065e2b7f45d23b4885d69962443763b2059c3 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Mon, 18 Jun 2018 13:47:21 -0400 Subject: [PATCH] added logging-es-0 per BZ --- install_config/aggregate_logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_config/aggregate_logging.adoc b/install_config/aggregate_logging.adoc index e30bb2a57163..1f80a647fc15 100644 --- a/install_config/aggregate_logging.adoc +++ b/install_config/aggregate_logging.adoc @@ -706,7 +706,7 @@ configuration. You can create the necessary xref:../architecture/additional_concepts/storage.adoc#persistent-volume-claims[persistent volume claims] before deploying or have them created for you. The PVCs must be named to match the `openshift_logging_es_pvc_prefix` setting, which defaults to -`logging-es-`; each PVC name will have a sequence number added to it, so +`logging-es`; each PVC name will have a sequence number added to it: `logging-es-0`, `logging-es-1`, `logging-es-2`, and so on. If a PVC needed for the deployment exists already, it is used; if not, and `openshift_logging_es_pvc_size` has been specified, it is created with a request for that size.