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

Connect WEKA system to OpenShift Test cluster #614

Open
2 tasks
joachimweyl opened this issue Jun 12, 2024 · 1 comment · May be fixed by OCP-on-NERC/nerc-ocp-config#603
Open
2 tasks

Connect WEKA system to OpenShift Test cluster #614

joachimweyl opened this issue Jun 12, 2024 · 1 comment · May be fixed by OCP-on-NERC/nerc-ocp-config#603
Assignees

Comments

@joachimweyl
Copy link
Contributor

Motivation

Get WEKA connected to test cluster so that we can test its usage.

Completion Criteria

WEKA able to be used by OpenShift test cluster.

Description

  • Confirm WEKA is compatible with OpenShift
  • connect WEKA to OpenShift test cluster

Completion dates

Desired - 2024-07-10
Required - TBD

@jtriley
Copy link

jtriley commented Nov 21, 2024

Just noting that I was able to get RWX storage on NFS weka working yesterday on the ocp-test cluster:

$ oc get pvc -n default
NAME                 STATUS   VOLUME                                     CAPACITY   ACCESS MODES   STORAGECLASS                  AGE
pvc-wekafs-dir-api   Bound    pvc-b1742371-6fce-4ed6-8eaf-890f103eda53   1Gi        RWX            storageclass-wekafs-dir-api   64s
$ oc get pods -n default
NAME                  READY   STATUS    RESTARTS   AGE
csi-app-on-dir-api    1/1     Running   0          3m39s
csi-app-on-dir-api2   1/1     Running   0          18s
$ oc exec -it -n default csi-app-on-dir-api -- cat /data/temp.txt
Wed Nov 20 23:26:44 UTC 2024 hello
Wed Nov 20 23:26:50 UTC 2024 WEKA WEKA!
Wed Nov 20 23:26:54 UTC 2024 hello
Wed Nov 20 23:27:00 UTC 2024 WEKA WEKA!
Wed Nov 20 23:27:04 UTC 2024 hello
Wed Nov 20 23:27:10 UTC 2024 WEKA WEKA!
Wed Nov 20 23:27:14 UTC 2024 hello
Wed Nov 20 23:27:20 UTC 2024 WEKA WEKA!

There is a draft PR here OCP-on-NERC/nerc-ocp-config#603 that I'm working on cleaning up and getting merged for ocp-test.

We need to have @knikolla test performance there and also need to meet with Weka folks to tighten up the deployment of the baremetal weka cluster before we consider making this live in production. Also need to look into whether current storage quotas in OpenShift would cover this additional storage class or whether we need to handle that separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants