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

Failed to provision volume with StorageClass #617

Open
Guibi1 opened this issue Jan 23, 2025 · 1 comment
Open

Failed to provision volume with StorageClass #617

Guibi1 opened this issue Jan 23, 2025 · 1 comment

Comments

@Guibi1
Copy link

Guibi1 commented Jan 23, 2025

What steps did you take and what happened:
I created a pvc using this yaml, and i get a failed to provision volume with StorageClass "openebs-zfspv": rpc error: code = Internal desc = not able to provision the volume, nodes [apollon], err : zfs: volume creation failed

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: test-pvc
  namespace: cnpg
spec:
  accessModes:
  - ReadWriteOnce
  resources:
    requests:
      storage: 1Gi
  storageClassName: openebs-zfspv

What did you expect to happen:
The PVC should provision the required volume.

The output of the following commands will help us better understand what's going on:

Anything else you would like to add:
Im using k3s on NixOS with a single node setup. My setup is managed using FluxCD and helm charts.

Environment:

  • LocalPV-ZFS version: not sure? most recent openebs operator chart
  • Kubernetes version: v1.31.1+k3s1
  • Kubernetes installer & version:
  • Cloud provider or hardware configuration: my own server
  • OS (e.g. from /etc/os-release): NixOS 24.11 (Vicuna)
@Abhinandan-Purkait
Copy link
Member

@Guibi1 Can you provide the steps you did prior to hitting this? The controller logs doesn't seem helpful. Also can you include the node plugin logs?

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