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

storageClasse set to nvme not targeting NVME disks #3

Open
le-cardinal opened this issue Oct 19, 2023 · 2 comments
Open

storageClasse set to nvme not targeting NVME disks #3

le-cardinal opened this issue Oct 19, 2023 · 2 comments

Comments

@le-cardinal
Copy link

Hi, trying to run thoses benchmarks on my kubernetes cluster with below nodes and storageclasses:

$ kubectl get nodes
NAME               STATUS   ROLES                       AGE    VERSION
kafka-controller   Ready    control-plane,etcd,master   117d   v1.24.8+rke2r1
worker-1     Ready    <none>                      117d   v1.24.8+rke2r1
worker-2     Ready    <none>                      117d   v1.24.8+rke2r1
worker-3     Ready    <none>                      117d   v1.24.8+rke2r1
worker-4     Ready    <none>                      14d    v1.24.8+rke2r1
worker-5     Ready    <none>                      14d    v1.24.8+rke2r1
worker-6     Ready    <none>                      14d    v1.24.8+rke2r1

$ kubectl get storageclasses
NAME                         PROVISIONER                    RECLAIMPOLICY   VOLUMEBINDINGMODE      ALLOWVOLUMEEXPANSION   AGE
local-path (default)         openebs.io/local               Delete          WaitForFirstConsumer   false                  117d
nvme                         openebs.io/local               Delete          WaitForFirstConsumer   false                  107d
postgresql-local-sql-store   kubernetes.io/no-provisioner   Delete          WaitForFirstConsumer   false                  117d

Unfortunately, the NVME disks (worker-4/5/6) are not targeted.

Any idea please

@sysnet4admin
Copy link
Owner

I am not sure but ,local may not be possible to run even it looks like storageclass.

@sysnet4admin
Copy link
Owner

Anyhow I am not that means there is no any output to check what happen from you.

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

No branches or pull requests

2 participants