@@ -48,12 +48,12 @@ openshift_logging_es_pvc_size=104802308Ki
48
48
openshift_logging_es_pvc_prefix=es-logging
49
49
----
50
50
51
- If using dynamically provisioned PVs, the {product-title} logging installer creates PVCs
51
+ If you use dynamically provisioned PVs, the {product-title} logging installer creates PVCs
52
52
that use the default storage class or the PVC specified with the `openshift_logging_elasticsearch_pvc_storage_class_name` parameter.
53
53
54
- If using NFS storage, the {product-title} installer creates the persistent volumes, based on the `openshift_logging_storage_*` parameters
54
+ If you use NFS storage, the {product-title} installer creates the persistent volumes, based on the `openshift_logging_storage_*` parameters
55
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.
56
+ Make sure you specify the correct parameters to use persistent volumes with EFK.
57
57
Also set the `openshift_enable_unsupported_configurations=true` parameter in the Ansible inventory file,
58
58
as the logging installer blocks the installation of NFS with core infrastructure by default.
59
59
@@ -63,18 +63,5 @@ Using NFS storage as a volume or a persistent volume (or via NAS such as
63
63
Gluster) is not supported for Elasticsearch storage, as Lucene relies on file
64
64
system behavior that NFS does not supply. Data corruption and other problems can
65
65
occur.
66
-
67
- ----
68
- $ truncate -s 1T /nfs/storage/elasticsearch-1
69
- $ mkfs.xfs /nfs/storage/elasticsearch-1
70
- $ mount -o loop /nfs/storage/elasticsearch-1 /usr/local/es-storage
71
- $ chown 1000:1000 /usr/local/es-storage
72
- ----
73
-
74
- Then, use *_/usr/local/es-storage_* as a host-mount as described below.
75
- Use a different backing file as storage for each Elasticsearch node.
76
-
77
- This loopback must be maintained manually outside of {product-title}, on the
78
- node. You must not maintain it from inside a container.
79
66
====
80
67
0 commit comments