-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Labels
triage/needs-informationIndicates an issue needs more information in order to work on itIndicates an issue needs more information in order to work on it
Description
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-zfspvWhat 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
Labels
triage/needs-informationIndicates an issue needs more information in order to work on itIndicates an issue needs more information in order to work on it