Skip to content

Failed to provision volume with StorageClass #617

@Guibi1

Description

@Guibi1

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage/needs-informationIndicates an issue needs more information in order to work on it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions