Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODF (OCS) installation failing #37

Open
ipilcher opened this issue Aug 12, 2022 · 2 comments
Open

ODF (OCS) installation failing #37

ipilcher opened this issue Aug 12, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ipilcher
Copy link

I'm seeing this consistently when deploying ODF. (BTW, I think it might be time to change ocp4_aio_deploy_ocs to ocp4_aio_deploy_odf.)

TASK [ocp4_role_ocs : Apply storage-cluster configuration] *************************************************************************************************
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (20 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (19 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (18 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (17 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (16 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (15 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (14 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (13 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (12 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (11 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (10 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (9 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (8 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (7 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (6 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (5 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (4 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (3 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (2 retries left).
FAILED - RETRYING: [192.168.123.100]: Apply storage-cluster configuration (1 retries left).
fatal: [192.168.123.100]: FAILED! => {"attempts": 20, "changed": false, "msg": "Failed to find exact match for ocs.openshift.io/v1.StorageCluster by [kind, name, singularName, shortNames]"}
@ipilcher
Copy link
Author

FYI, this only seems to occur on OCP 4.11.

@hgeaydem hgeaydem added enhancement New feature or request help wanted Extra attention is needed labels Aug 17, 2022
@hgeaydem
Copy link
Contributor

this is due to the ocs/odf versions being static and only n/n-1 being available on a specific version of openshift (basically it's now on odf version 4.9 wich only would be available for ocp 4.9 and 4.10. NEed to find a way to make it more dynamic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants