Skip to content

Commit fac0088

Browse files
committed
Added OSDOCS-140 to 4.0 files
1 parent dfc4d67 commit fac0088

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/efk-logging-elasticsearch-persistent-storage.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ openshift_logging_es_pvc_size=104802308Ki
4848
openshift_logging_es_pvc_prefix=es-logging
4949
----
5050

51+
If using dynamically provisioned PVs, the {product-title} logging installer creates PVCs
52+
that use the default storage class or the PVC specified with the `openshift_logging_elasticsearch_pvc_storage_class_name` parameter.
53+
54+
If using NFS storage, the {product-title} installer creates the persistent volumes, based on the `openshift_logging_storage_*` parameters
55+
and the {product-title} logging installer creates PVCs, using the `openshift_logging_es_pvc_` paramters.
56+
Make sure you specify the correct parameters in order to use persistent volumes with EFK.
57+
Also set the `openshift_enable_unsupported_configurations=true` parameter in the Ansible inventory file,
58+
as the logging installer blocks the installation of NFS with core infrastructure by default.
59+
5160
[WARNING]
5261
====
5362
Using NFS storage as a volume or a persistent volume (or via NAS such as

0 commit comments

Comments
 (0)