Bug 1416639
Summary: | Reject NFS storage configurations for registry, logging, metrics | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Marko Myllynen <myllynen> |
Component: | Installer | Assignee: | aos-install |
Installer sub component: | openshift-installer | QA Contact: | Gaoyun Pei <gpei> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | medium | CC: | aos-bugs, bleanhar, clichybi, dmoessne, dyan, erich, fcami, jokerman, mbarrett, mgugino, mmccomas, pdwyer, sdodson, tkimura, wmeng, xiaoxwan |
Version: | 3.4.0 | ||
Target Milestone: | --- | ||
Target Release: | 3.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-07-30 19:08:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Marko Myllynen
2017-01-26 07:13:11 UTC
Another example would be ElasticSearch / NFS, see https://docs.openshift.com/container-platform/3.4/install_config/aggregate_logging.html#aggregated-elasticsearch. Backport to 3.9 created: https://github.com/openshift/openshift-ansible/pull/7920 *** Bug 1538298 has been marked as a duplicate of this bug. *** thanks, Michael! created https://bugzilla.redhat.com/show_bug.cgi?id=1570284 for docs *** Bug 1538867 has been marked as a duplicate of this bug. *** Verify this bug with openshift-ansible-3.10.0-0.47.0.git.0.c018c8f.el7.noarch.rpm Set registry or prometheus using nfs storage in ansible inventory, then installer will fail in variable sanity check. openshift_hosted_registry_storage_kind=nfs TASK [Run variable sanity checks] ********************************************** Wednesday 16 May 2018 22:54:02 -0400 (0:00:00.863) 0:00:24.573 ********* fatal: [ec2-54-173-75-179.compute-1.amazonaws.com]: FAILED! => {"failed": true, "msg": "last_checked_host: ec2-54-173-75-179.compute-1.amazonaws.com, last_checked_var: openshift_hosted_registry_storage_kind;nfs is an unsupported type for openshift_hosted_registry_storage_kind. openshift_enable_unsupported_configurations=True mustbe specified to continue with this configuration."} openshift_prometheus_storage_kind=nfs TASK [Run variable sanity checks] ********************************************** Wednesday 16 May 2018 23:18:41 -0400 (0:00:00.828) 0:00:22.202 ********* fatal: [ec2-18-206-191-96.compute-1.amazonaws.com]: FAILED! => {"failed": true, "msg": "last_checked_host: ec2-18-206-191-96.compute-1.amazonaws.com, last_checked_var: openshift_prometheus_storage_kind;nfs is an unsupported type for openshift_prometheus_storage_kind. openshift_enable_unsupported_configurations=True mustbe specified to continue with this configuration."} With openshift_enable_unsupported_configurations=true set in addition, the installation with NFS storage used could continue. We need to connect https://bugzilla.redhat.com/show_bug.cgi?id=1589137 to this thread. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1816 |