Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

deploy container-storage Failed #140

Closed
neama12 opened this issue Jun 3, 2021 · 1 comment
Closed

deploy container-storage Failed #140

neama12 opened this issue Jun 3, 2021 · 1 comment
Labels
bug Something isn't working customer-request

Comments

@neama12
Copy link

neama12 commented Jun 3, 2021

Deploying OCS (farosctl deploy container-storage) fails on first run with below error. Verified storagecluster did not get created therefore the check is failing. Rerunning deploy of container-storage creates the StorageCluster and finishes successfully.

STEP 1: QUERY CLUSTER FACTS

Playbook run took 0 days, 0 hours, 0 minutes, 6 seconds

? Select nodes to use for storage done (3 selections)
? Select the block devices to use for storage done (12 selections)
STEP 1: INSTALL OPENSHIFT LOCAL STORAGE
ensure project exists localhost
ensure operatorgroup exists localhost
ensure subscription exists localhost
ensure storage nodes are labeled localhost
create localvolume object localhost

STEP 1: INSTALL OPENSHIFT CONTAINER STORAGE
ensure project exists localhost
ensure operatorgroup exists localhost
ensure subscription exists localhost
ensure storagecluster exists
failed: localhost: Failed to find exact match for ocs.openshift.io/v1.StorageCluster by [kind, name, singularName, shortNames]

deploy container-storage Failed

oc get StorageCluster
No resources found in openshift-storage namespace.

@rmkraus rmkraus added bug Something isn't working customer-request labels Jun 17, 2021
rmkraus added a commit that referenced this issue Jun 23, 2021
The previous method of waiting for the operator install to complete was
complex and didn't work. Now, the custom resource will be attempted to
be applied. If it fails, it will repeat until it succeeds.

This should help with #140
@rmkraus
Copy link
Member

rmkraus commented Jul 1, 2021

released in 4.7.1

@rmkraus rmkraus closed this as completed Jul 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working customer-request
Projects
None yet
Development

No branches or pull requests

2 participants